class Aws::AppRegistry::Types::SyncResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_type

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

@!attribute [rw] resource

An entity you can work with and specify with a name or ID. Examples
include an Amazon EC2 instance, an Amazon Web Services
CloudFormation stack, or an Amazon S3 bucket.
@return [String]

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

Constants

SENSITIVE