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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMitigationAction.UpdateCACertificateParamsProperty
static final class
An 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
-