Builder
Properties
The time the generated template was created.
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>
.
The name of the generated template.
The time the generated template was last updated.
An object describing the progress of the template generation.
A list of objects describing the details of the resources in the template generation.
The status of the template generation. Supported values are:
The reason for the current template generation status. This will provide more details if a failure happened.
The configuration details of the generated template, including the DeletionPolicy
and UpdateReplacePolicy
.
The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.
Functions
construct an aws.sdk.kotlin.services.cloudformation.model.TemplateProgress inside the given block
construct an aws.sdk.kotlin.services.cloudformation.model.TemplateConfiguration inside the given block