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.
Types
Properties
Link copied to clipboard
The logical IDs of the target resources of the specified ResourceType
, as defined in the import template.
Link copied to clipboard
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.
Link copied to clipboard
The template resource type of the target resources, such as AWS::S3::Bucket
.
Functions
Link copied to clipboard
inline fun copy(block: ResourceIdentifierSummary.Builder.() -> Unit = {}): ResourceIdentifierSummary