Interface CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty.Jsii$Proxy
- Enclosing class:
CfnMitigationAction
@Stability(Stable)
public static interface CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty
extends software.amazon.jsii.JsiiSerializable
Parameters to define a mitigation action that adds a blank policy to restrict permissions.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTemplateName
The name of the template to be applied.The only supported value is
BLANK_POLICY
.- See Also:
-
builder
@Stability(Stable) static CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty.Builder builder()
-