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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnMitigationAction.UpdateDeviceCertificateParamsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The action that you want to apply to the device certificate.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
The action that you want to apply to the device certificate.The only supported value is
DEACTIVATE
.- See Also:
-
builder
@Stability(Stable) static CfnMitigationAction.UpdateDeviceCertificateParamsProperty.Builder builder()
-