Class CfnMitigationActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnMitigationActionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMitigationActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMitigationActionProps
@Stability(Stable)
@Internal
public static final class CfnMitigationActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMitigationActionProps
An implementation for
CfnMitigationActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnMitigationActionProps
CfnMitigationActionProps.Builder, CfnMitigationActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMitigationActionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The friendly name of the mitigation action.final Object
The set of parameters for this mitigation action.final String
The IAM role ARN used to apply this mitigation action.getTags()
Metadata that can be used to manage the mitigation action.final int
hashCode()
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 theCfnMitigationActionProps.Builder
.
-
-
Method Details
-
getActionParams
Description copied from interface:CfnMitigationActionProps
The set of parameters for this mitigation action.The parameters vary, depending on the kind of action you apply.
- Specified by:
getActionParams
in interfaceCfnMitigationActionProps
- See Also:
-
getRoleArn
Description copied from interface:CfnMitigationActionProps
The IAM role ARN used to apply this mitigation action.- Specified by:
getRoleArn
in interfaceCfnMitigationActionProps
- See Also:
-
getActionName
Description copied from interface:CfnMitigationActionProps
The friendly name of the mitigation action.- Specified by:
getActionName
in interfaceCfnMitigationActionProps
- See Also:
-
getTags
Description copied from interface:CfnMitigationActionProps
Metadata that can be used to manage the mitigation action.- Specified by:
getTags
in interfaceCfnMitigationActionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-