class Aws::CloudFormation::Types::GetTemplateSummaryOutput
The output for the GetTemplateSummary action.
@!attribute [rw] parameters
A list of parameter declarations that describe various properties for each parameter. @return [Array<Types::ParameterDeclaration>]
@!attribute [rw] description
The value that's defined in the `Description` property of the template. @return [String]
@!attribute [rw] capabilities
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][1]. [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities @return [Array<String>]
@!attribute [rw] capabilities_reason
The list of resources that generated the values in the `Capabilities` response element. @return [String]
@!attribute [rw] resource_types
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`. @return [Array<String>]
@!attribute [rw] version
The Amazon Web Services template format version, which identifies the capabilities of the template. @return [String]
@!attribute [rw] metadata
The value that's defined for the `Metadata` property of the template. @return [String]
@!attribute [rw] declared_transforms
A list of the transforms that are declared in the template. @return [Array<String>]
@!attribute [rw] resource_identifier_summaries
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. @return [Array<Types::ResourceIdentifierSummary>]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/GetTemplateSummaryOutput AWS API Documentation
Constants
- SENSITIVE