Interface CfnMitigationAction.UpdateDeviceCertificateParamsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMitigationAction.UpdateDeviceCertificateParamsProperty.Jsii$Proxy
Enclosing class:
CfnMitigationAction

@Stability(Stable) public static interface CfnMitigationAction.UpdateDeviceCertificateParamsProperty extends software.amazon.jsii.JsiiSerializable
Parameters to define a mitigation action that changes the state of the device certificate to inactive.

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.*;
 UpdateDeviceCertificateParamsProperty updateDeviceCertificateParamsProperty = UpdateDeviceCertificateParamsProperty.builder()
         .action("action")
         .build();