class Aws::CloudFormation::Types::ResourceIdentifierSummary

Describes the target resources of a specific type in your import template (for example, all ‘AWS::S3::Bucket` resources) and the properties you can provide during the import to identify resources of that type.

@!attribute [rw] resource_type

The template resource type of the target resources, such as
`AWS::S3::Bucket`.
@return [String]

@!attribute [rw] logical_resource_ids

The logical IDs of the target resources of the specified
`ResourceType`, as defined in the import template.
@return [Array<String>]

@!attribute [rw] resource_identifiers

The resource properties you can provide during the import to
identify your target resources. For example, `BucketName` is a
possible identifier property for `AWS::S3::Bucket` resources.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ResourceIdentifierSummary AWS API Documentation

Constants

SENSITIVE