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: