Interface CfnMitigationAction.UpdateCACertificateParamsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMitigationAction.UpdateCACertificateParamsProperty.Jsii$Proxy
- Enclosing class:
CfnMitigationAction
@Stability(Stable)
public static interface CfnMitigationAction.UpdateCACertificateParamsProperty
extends software.amazon.jsii.JsiiSerializable
Parameters to define a mitigation action that changes the state of the CA 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.*;
UpdateCACertificateParamsProperty updateCACertificateParamsProperty = UpdateCACertificateParamsProperty.builder()
.action("action")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMitigationAction.UpdateCACertificateParamsPropertystatic final classAn implementation forCfnMitigationAction.UpdateCACertificateParamsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The action that you want to apply to the CA certificate.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
The action that you want to apply to the CA certificate.The only supported value is
DEACTIVATE.- See Also:
-
builder
-