class Aws::AppRegistry::Types::AssociateResourceRequest

@note When making an API call, you may pass AssociateResourceRequest

data as a hash:

    {
      application: "ApplicationSpecifier", # required
      resource_type: "CFN_STACK", # required, accepts CFN_STACK
      resource: "ResourceSpecifier", # required
    }

@!attribute [rw] application

The name or ID of the application.
@return [String]

@!attribute [rw] resource_type

The type of resource of which the application will be associated.
@return [String]

@!attribute [rw] resource

The name or ID of the resource of which the application will be
associated.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/AssociateResourceRequest AWS API Documentation

Constants

SENSITIVE