Interface CfnGeneratedTemplatePropsMixin.TemplateConfigurationProperty

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

@Stability(Stable) public static interface CfnGeneratedTemplatePropsMixin.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.cfnpropertymixins.services.cloudformation.*;
 TemplateConfigurationProperty templateConfigurationProperty = TemplateConfigurationProperty.builder()
         .deletionPolicy("deletionPolicy")
         .updateReplacePolicy("updateReplacePolicy")
         .build();
 

See Also: