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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGeneratedTemplate.TemplateConfigurationPropertystatic final classAn implementation forCfnGeneratedTemplate.TemplateConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeletionPolicy
The DeletionPolicy assigned to resources in the generated template.- See Also:
-
getUpdateReplacePolicy
The UpdateReplacePolicy assigned to resources in the generated template.- See Also:
-
builder
-