GetTemplateSummaryResponse
The output for the GetTemplateSummary action.
Types
Properties
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.
The list of resources that generated the values in the Capabilities
response element.
A list of the transforms that are declared in the template.
The value that's defined in the Description
property of the template.
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 all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.