ResourceIdentifierSummary class
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.
Constructors
-
ResourceIdentifierSummary({List<
String> ? logicalResourceIds, List<String> ? resourceIdentifiers, String? resourceType}) - ResourceIdentifierSummary.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logicalResourceIds
→ List<
String> ? -
The logical IDs of the target resources of the specified
ResourceType
, as defined in the import template.final -
resourceIdentifiers
→ List<
String> ? -
The resource properties you can provide during the import to identify your
target resources. For example,
BucketName
is a possible identifier property forAWS::S3::Bucket
resources.final - resourceType → String?
-
The template resource type of the target resources, such as
AWS::S3::Bucket
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited