GetTemplateSummaryResponse

The output for the GetTemplateSummary action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

An object that contains any warnings returned.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String