appregistry_associate_resource: Associates a resource with an application

View source: R/appregistry_operations.R

appregistry_associate_resourceR Documentation

Associates a resource with an application

Description

Associates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name.

See https://www.paws-r-sdk.com/docs/appregistry_associate_resource/ for full documentation.

Usage

appregistry_associate_resource(
  application,
  resourceType,
  resource,
  options = NULL
)

Arguments

application

[required] The name, ID, or ARN of the application.

resourceType

[required] The type of resource of which the application will be associated.

resource

[required] The name or ID of the resource of which the application will be associated.

options

Determines whether an application tag is applied or skipped.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.