class
Amazonite::CloudFormation::GetTemplateSummaryOutput
- Amazonite::CloudFormation::GetTemplateSummaryOutput
- Reference
- Object
Overview
The output for the GetTemplateSummary action.
Defined in:
cloudformation/get_template_summary_output.crConstructors
- .from_xml(node : XML::Node) : 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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#capabilities : Array(Capability) | Nil
The capabilities found within the template.
-
#capabilities=(capabilities : Array(Capability) | Nil)
The capabilities found within the template.
-
#capabilities_reason : String | Nil
The list of resources that generated the values in the
Capabilitiesresponse element. -
#capabilities_reason=(capabilities_reason : String | Nil)
The list of resources that generated the values in the
Capabilitiesresponse element. -
#declared_transforms : Array(String) | Nil
A list of the transforms that are declared in the template.
-
#declared_transforms=(declared_transforms : Array(String) | Nil)
A list of the transforms that are declared in the template.
-
#description : String | Nil
The value that's defined in the
Descriptionproperty of the template. -
#description=(description : String | Nil)
The value that's defined in the
Descriptionproperty of the template. -
#hash(hasher)
See
Object#hash(hasher) -
#metadata : String | Nil
The value that's defined for the
Metadataproperty of the template. -
#metadata=(metadata : String | Nil)
The value that's defined for the
Metadataproperty of the template. -
#parameters : Array(ParameterDeclaration) | Nil
A list of parameter declarations that describe various properties for each parameter.
-
#parameters=(parameters : Array(ParameterDeclaration) | Nil)
A list of parameter declarations that describe various properties for each parameter.
-
#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.
-
#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.
-
#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, andCustom::MyCustomInstance. -
#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, andCustom::MyCustomInstance. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#version : String | Nil
The Amazon Web Services template format version, which identifies the capabilities of the template.
-
#version=(version : String | Nil)
The Amazon Web Services template format version, which identifies the capabilities of the template.
-
#warnings : Warnings | Nil
An object that contains any warnings returned.
-
#warnings=(warnings : Warnings | Nil)
An object that contains any warnings returned.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The list of resources that generated the values in the Capabilities response element.
The list of resources that generated the values in the Capabilities response element.
A list of the transforms that are declared in the template.
A list of the transforms that are declared in the template.
The value that's defined in the Description property of the template.
The value that's defined in the Description property of the template.
The value that's defined for the Metadata property of the template.
A list of parameter declarations that describe various properties for each parameter.
A list of parameter declarations that describe various properties for each parameter.
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.
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.
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.
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.
The Amazon Web Services template format version, which identifies the capabilities of the template.
The Amazon Web Services template format version, which identifies the capabilities of the template.
An object that contains any warnings returned.