Interface CfnGeneratedTemplate.TemplateConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGeneratedTemplate.TemplateConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnGeneratedTemplate

@Stability(Stable) public static interface CfnGeneratedTemplate.TemplateConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration details of the generated template.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudformation.*;
 TemplateConfigurationProperty templateConfigurationProperty = TemplateConfigurationProperty.builder()
         .deletionPolicy("deletionPolicy")
         .updateReplacePolicy("updateReplacePolicy")
         .build();
 

See Also: