@Stability(value=Stable)
public static interface CfnMitigationAction.UpdateDeviceCertificateParamsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMitigationAction.UpdateDeviceCertificateParamsProperty.Builder
|
static class |
CfnMitigationAction.UpdateDeviceCertificateParamsProperty.Jsii$Proxy
An implementation for
CfnMitigationAction.UpdateDeviceCertificateParamsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMitigationAction.UpdateDeviceCertificateParamsProperty.Builder |
builder() |
String |
getAction()
The action that you want to apply to the device certificate.
|
@Stability(value=Stable) @NotNull String getAction()
The only supported value is DEACTIVATE .
@Stability(value=Stable) static CfnMitigationAction.UpdateDeviceCertificateParamsProperty.Builder builder()
Copyright © 2022. All rights reserved.