class
Amazonite::CloudFormation::ValidateTemplateOutput
- Amazonite::CloudFormation::ValidateTemplateOutput
- Reference
- Object
Overview
The output for ValidateTemplate action.
Defined in:
cloudformation/validate_template_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(parameters : Array(TemplateParameter) | Nil = nil, description : String | Nil = nil, capabilities : Array(Capability) | Nil = nil, capabilities_reason : String | Nil = nil, declared_transforms : Array(String) | 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 description found within the template.
-
#description=(description : String | Nil)
The description found within the template.
-
#hash(hasher)
See
Object#hash(hasher) -
#parameters : Array(TemplateParameter) | Nil
A list of
TemplateParameterstructures. -
#parameters=(parameters : Array(TemplateParameter) | Nil)
A list of
TemplateParameterstructures. - #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 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.
A list of TemplateParameter structures.