DescribeGeneratedTemplateResponse

Types

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

Properties

Link copied to clipboard

The time the generated template was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the generated template. The format is arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example, arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i> .

Link copied to clipboard

The name of the generated template.

Link copied to clipboard

The time the generated template was last updated.

Link copied to clipboard

An object describing the progress of the template generation.

Link copied to clipboard

A list of objects describing the details of the resources in the template generation.

Link copied to clipboard

The stack ARN of the base stack if a base stack was provided when generating the template.

Link copied to clipboard

The status of the template generation. Supported values are:

Link copied to clipboard

The reason for the current template generation status. This will provide more details if a failure happened.

Link copied to clipboard

The configuration details of the generated template, including the DeletionPolicy and UpdateReplacePolicy.

Link copied to clipboard

The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.

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