class Amazonite::CloudFormation::ResourceIdentifierSummary

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(resource_type : String | Nil = nil, logical_resource_ids : Array(String) | Nil = nil, resource_identifiers : Array(String) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def logical_resource_ids : Array(String) | Nil #

The logical IDs of the target resources of the specified ResourceType, as defined in the import template.


[View source]
def 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.


[View source]
def resource_identifiers : Array(String) | Nil #

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.


[View source]
def resource_identifiers=(resource_identifiers : Array(String) | Nil) #

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.


[View source]
def resource_type : String | Nil #

The template resource type of the target resources, such as AWS::S3::Bucket.


[View source]
def resource_type=(resource_type : String | Nil) #

The template resource type of the target resources, such as AWS::S3::Bucket.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]