class
Amazonite::CloudFormation::ResourceIdentifierSummary
- Amazonite::CloudFormation::ResourceIdentifierSummary
- Reference
- Object
Overview
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.
Defined in:
cloudformation/resource_identifier_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(resource_type : String | Nil = nil, logical_resource_ids : Array(String) | Nil = nil, resource_identifiers : Array(String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_ids : Array(String) | Nil
The logical IDs of the target resources of the specified
ResourceType, as defined in the import template. -
#logical_resource_ids=(logical_resource_ids : Array(String) | Nil)
The logical IDs of the target resources of the specified
ResourceType, as defined in the import template. -
#resource_identifiers : Array(String) | Nil
The resource properties you can provide during the import to identify your target resources.
-
#resource_identifiers=(resource_identifiers : Array(String) | Nil)
The resource properties you can provide during the import to identify your target resources.
-
#resource_type : String | Nil
The template resource type of the target resources, such as
AWS::S3::Bucket. -
#resource_type=(resource_type : String | Nil)
The template resource type of the target resources, 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 IDs of the target resources of the specified ResourceType, as defined in the
import template.
The logical IDs of the target resources of the specified ResourceType, as defined in the
import template.
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.
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.
The template resource type of the target resources, such as AWS::S3::Bucket.
The template resource type of the target resources, such as AWS::S3::Bucket.