class Amazonite::CloudFormation::GetTemplateSummaryOutput

Overview

The output for the GetTemplateSummary action.

Defined in:

cloudformation/get_template_summary_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(parameters : Array(ParameterDeclaration) | Nil = nil, description : String | Nil = nil, capabilities : Array(Capability) | Nil = nil, capabilities_reason : String | Nil = nil, resource_types : Array(String) | Nil = nil, version : String | Nil = nil, metadata : String | Nil = nil, declared_transforms : Array(String) | Nil = nil, resource_identifier_summaries : Array(ResourceIdentifierSummary) | Nil = nil, warnings : Warnings | 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 capabilities : Array(Capability) | Nil #

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM resources in CloudFormation templates.


[View source]
def capabilities=(capabilities : Array(Capability) | Nil) #

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM resources in CloudFormation templates.


[View source]
def capabilities_reason : String | Nil #

The list of resources that generated the values in the Capabilities response element.


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

The list of resources that generated the values in the Capabilities response element.


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

A list of the transforms that are declared in the template.


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

A list of the transforms that are declared in the template.


[View source]
def description : String | Nil #

The value that's defined in the Description property of the template.


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

The value that's defined in the Description property of the template.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def metadata : String | Nil #

The value that's defined for the Metadata property of the template.


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

The value that's defined for the Metadata property of the template.


[View source]
def parameters : Array(ParameterDeclaration) | Nil #

A list of parameter declarations that describe various properties for each parameter.


[View source]
def parameters=(parameters : Array(ParameterDeclaration) | Nil) #

A list of parameter declarations that describe various properties for each parameter.


[View source]
def resource_identifier_summaries : Array(ResourceIdentifierSummary) | Nil #

A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.


[View source]
def resource_identifier_summaries=(resource_identifier_summaries : Array(ResourceIdentifierSummary) | Nil) #

A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.


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

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.


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

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.


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

[View source]
def validate! : Nil #

[View source]
def version : String | Nil #

The Amazon Web Services template format version, which identifies the capabilities of the template.


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

The Amazon Web Services template format version, which identifies the capabilities of the template.


[View source]
def warnings : Warnings | Nil #

An object that contains any warnings returned.


[View source]
def warnings=(warnings : Warnings | Nil) #

An object that contains any warnings returned.


[View source]