ResourceIdentifierSummary
public struct ResourceIdentifierSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The logical IDs of the target resources of the specified ResourceType, as defined in the import template.
Declaration
Swift
public let logicalResourceIds: [String]?
-
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.
Declaration
Swift
public let resourceIdentifiers: [String]?
-
The template resource type of the target resources, such as AWS::S3::Bucket.
Declaration
Swift
public let resourceType: String?
-
Undocumented
Declaration
Swift
public init(logicalResourceIds: [String]? = nil, resourceIdentifiers: [String]? = nil, resourceType: String? = nil)