ResourceToImport class
Describes the target resource of an import operation.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logicalResourceId → String
-
The logical ID of the target resource as specified in the template.
final
-
resourceIdentifier
→ Map<
String, String> -
A key-value pair that identifies the target resource. The key is an
identifier property (for example,
BucketName
forAWS::S3::Bucket
resources) and the value is the actual property value (for example,MyS3Bucket
).final - resourceType → String
-
The type of resource to import into your stack, such as
AWS::S3::Bucket
. For a list of supported resource types, see Resources that support import operations in the AWS CloudFormation User Guide.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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited