Class CfnMitigationAction.ActionParamsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnMitigationAction.ActionParamsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMitigationAction.ActionParamsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMitigationAction.ActionParamsProperty
@Stability(Stable)
@Internal
public static final class CfnMitigationAction.ActionParamsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMitigationAction.ActionParamsProperty
An implementation for
CfnMitigationAction.ActionParamsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnMitigationAction.ActionParamsProperty
CfnMitigationAction.ActionParamsProperty.Builder, CfnMitigationAction.ActionParamsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMitigationAction.ActionParamsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies the group to which you want to add the devices.final ObjectSpecifies the logging level and the role with permissions for logging.final ObjectSpecifies the topic to which the finding should be published.final ObjectReplaces the policy version with a default or blank policy.final ObjectSpecifies the new state for the CA certificate.final ObjectSpecifies the new state for a device certificate.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMitigationAction.ActionParamsProperty.Builder.
-
-
Method Details
-
getAddThingsToThingGroupParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the group to which you want to add the devices.- Specified by:
getAddThingsToThingGroupParamsin interfaceCfnMitigationAction.ActionParamsProperty
-
getEnableIoTLoggingParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the logging level and the role with permissions for logging.You cannot specify a logging level of
DISABLED.- Specified by:
getEnableIoTLoggingParamsin interfaceCfnMitigationAction.ActionParamsProperty
-
getPublishFindingToSnsParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the topic to which the finding should be published.- Specified by:
getPublishFindingToSnsParamsin interfaceCfnMitigationAction.ActionParamsProperty
-
getReplaceDefaultPolicyVersionParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertyReplaces the policy version with a default or blank policy.You specify the template name. Only a value of
BLANK_POLICYis currently supported.- Specified by:
getReplaceDefaultPolicyVersionParamsin interfaceCfnMitigationAction.ActionParamsProperty
-
getUpdateCaCertificateParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the new state for the CA certificate.Only a value of
DEACTIVATEis currently supported.- Specified by:
getUpdateCaCertificateParamsin interfaceCfnMitigationAction.ActionParamsProperty
-
getUpdateDeviceCertificateParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the new state for a device certificate.Only a value of
DEACTIVATEis currently supported.- Specified by:
getUpdateDeviceCertificateParamsin interfaceCfnMitigationAction.ActionParamsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-