TemplateSummary

The summary of a generated template.

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

The number of resources in the generated template. This is a total of resources in pending, in-progress, completed, and failed states.

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.

Functions

Link copied to clipboard
inline fun copy(block: TemplateSummary.Builder.() -> Unit = {}): TemplateSummary
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