public static final class CfnMitigationAction.ActionParamsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMitigationAction.ActionParamsProperty
CfnMitigationAction.ActionParamsProperty
CfnMitigationAction.ActionParamsProperty.Builder, CfnMitigationAction.ActionParamsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAddThingsToThingGroupParams()
Specifies the group to which you want to add the devices.
|
java.lang.Object |
getEnableIoTLoggingParams()
Specifies the logging level and the role with permissions for logging.
|
java.lang.Object |
getPublishFindingToSnsParams()
Specifies the topic to which the finding should be published.
|
java.lang.Object |
getReplaceDefaultPolicyVersionParams()
Replaces the policy version with a default or blank policy.
|
java.lang.Object |
getUpdateCaCertificateParams()
Specifies the new state for the CA certificate.
|
java.lang.Object |
getUpdateDeviceCertificateParams()
Specifies the new state for a device certificate.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAddThingsToThingGroupParams()
CfnMitigationAction.ActionParamsProperty
getAddThingsToThingGroupParams
in interface CfnMitigationAction.ActionParamsProperty
public final java.lang.Object getEnableIoTLoggingParams()
CfnMitigationAction.ActionParamsProperty
You cannot specify a logging level of DISABLED
.
getEnableIoTLoggingParams
in interface CfnMitigationAction.ActionParamsProperty
public final java.lang.Object getPublishFindingToSnsParams()
CfnMitigationAction.ActionParamsProperty
getPublishFindingToSnsParams
in interface CfnMitigationAction.ActionParamsProperty
public final java.lang.Object getReplaceDefaultPolicyVersionParams()
CfnMitigationAction.ActionParamsProperty
You specify the template name. Only a value of BLANK_POLICY
is currently supported.
getReplaceDefaultPolicyVersionParams
in interface CfnMitigationAction.ActionParamsProperty
public final java.lang.Object getUpdateCaCertificateParams()
CfnMitigationAction.ActionParamsProperty
Only a value of DEACTIVATE
is currently supported.
getUpdateCaCertificateParams
in interface CfnMitigationAction.ActionParamsProperty
public final java.lang.Object getUpdateDeviceCertificateParams()
CfnMitigationAction.ActionParamsProperty
Only a value of DEACTIVATE
is currently supported.
getUpdateDeviceCertificateParams
in interface CfnMitigationAction.ActionParamsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()