class
Amazonite::CloudFormation::ResourceToImport
- Amazonite::CloudFormation::ResourceToImport
- Reference
- Object
Overview
Describes the target resource of an import operation.
Defined in:
cloudformation/resource_to_import.crConstructors
- .from_xml(node : XML::Node) : self
- .new(resource_type : String, logical_resource_id : String, resource_identifier : Hash(String, String))
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_id : String
The logical ID of the target resource as specified in the template.
-
#logical_resource_id=(logical_resource_id : String)
The logical ID of the target resource as specified in the template.
-
#resource_identifier : Hash(String, String)
A key-value pair that identifies the target resource.
-
#resource_identifier=(resource_identifier : Hash(String, String))
A key-value pair that identifies the target resource.
-
#resource_type : String
The type of resource to import into your stack, such as
AWS::S3::Bucket. -
#resource_type=(resource_type : String)
The type of resource to import into your stack, such as
AWS::S3::Bucket. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The logical ID of the target resource as specified in the template.
The logical ID of the target resource as specified in the template.
A key-value pair that identifies the target resource. The key is an identifier property (for
example, BucketName for AWS::S3::Bucket resources) and the value is the actual property
value (for example, MyS3Bucket).
A key-value pair that identifies the target resource. The key is an identifier property (for
example, BucketName for AWS::S3::Bucket resources) and the value is the actual property
value (for example, MyS3Bucket).
The type of resource to import into your stack, such as AWS::S3::Bucket. For a list of
supported resource types, see Resource type support for imports and drift
detection
in the CloudFormation User Guide.
The type of resource to import into your stack, such as AWS::S3::Bucket. For a list of
supported resource types, see Resource type support for imports and drift
detection
in the CloudFormation User Guide.