@Stability(value=Stable)
public static interface CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty
extends software.amazon.jsii.JsiiSerializable
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.iot.*;
ReplaceDefaultPolicyVersionParamsProperty replaceDefaultPolicyVersionParamsProperty = ReplaceDefaultPolicyVersionParamsProperty.builder()
.templateName("templateName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty.Builder
|
static class |
CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty.Jsii$Proxy
An implementation for
CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty.Builder |
builder() |
String |
getTemplateName()
The name of the template to be applied.
|
@Stability(value=Stable) @NotNull String getTemplateName()
The only supported value is BLANK_POLICY .
@Stability(value=Stable) static CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty.Builder builder()
Copyright © 2022. All rights reserved.