Class CfnMitigationAction.ActionParamsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMitigationAction.ActionParamsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMitigationAction.ActionParamsProperty
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.Returns union: either
IResolvableorCfnMitigationAction.AddThingsToThingGroupParamsProperty- Specified by:
getAddThingsToThingGroupParamsin interfaceCfnMitigationAction.ActionParamsProperty- See Also:
-
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.Returns union: either
IResolvableorCfnMitigationAction.EnableIoTLoggingParamsProperty- Specified by:
getEnableIoTLoggingParamsin interfaceCfnMitigationAction.ActionParamsProperty- See Also:
-
getPublishFindingToSnsParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the topic to which the finding should be published.Returns union: either
IResolvableorCfnMitigationAction.PublishFindingToSnsParamsProperty- Specified by:
getPublishFindingToSnsParamsin interfaceCfnMitigationAction.ActionParamsProperty- See Also:
-
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.Returns union: either
IResolvableorCfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty- Specified by:
getReplaceDefaultPolicyVersionParamsin interfaceCfnMitigationAction.ActionParamsProperty- See Also:
-
getUpdateCaCertificateParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the new state for the CA certificate.Only a value of
DEACTIVATEis currently supported.Returns union: either
IResolvableorCfnMitigationAction.UpdateCACertificateParamsProperty- Specified by:
getUpdateCaCertificateParamsin interfaceCfnMitigationAction.ActionParamsProperty- See Also:
-
getUpdateDeviceCertificateParams
Description copied from interface:CfnMitigationAction.ActionParamsPropertySpecifies the new state for a device certificate.Only a value of
DEACTIVATEis currently supported.Returns union: either
IResolvableorCfnMitigationAction.UpdateDeviceCertificateParamsProperty- Specified by:
getUpdateDeviceCertificateParamsin interfaceCfnMitigationAction.ActionParamsProperty- See Also:
-
$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()
-