Interface CfnGeneratedTemplateMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGeneratedTemplateMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:17.127Z")
@Stability(Stable)
public interface CfnGeneratedTemplateMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnGeneratedTemplatePropsMixin.
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.*;
CfnGeneratedTemplateMixinProps cfnGeneratedTemplateMixinProps = CfnGeneratedTemplateMixinProps.builder()
.generatedTemplateName("generatedTemplateName")
.templateConfiguration(TemplateConfigurationProperty.builder()
.deletionPolicy("deletionPolicy")
.updateReplacePolicy("updateReplacePolicy")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGeneratedTemplateMixinPropsstatic final classAn implementation forCfnGeneratedTemplateMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGeneratedTemplateName
The name assigned to the generated template.- See Also:
-
getTemplateConfiguration
The configuration details of the generated template.Returns union: either
IResolvableorCfnGeneratedTemplatePropsMixin.TemplateConfigurationProperty- See Also:
-
builder
-