Class CfnMitigationActionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnMitigationActionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMitigationActionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMitigationActionMixinProps
@Stability(Stable)
@Internal
public static final class CfnMitigationActionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMitigationActionMixinProps
An implementation for
CfnMitigationActionMixinProps-
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.cfnpropertymixins.services.iot.CfnMitigationActionMixinProps
CfnMitigationActionMixinProps.Builder, CfnMitigationActionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMitigationActionMixinProps.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 StringThe friendly name of the mitigation action.final ObjectThe set of parameters for this mitigation action.final StringThe IAM role ARN used to apply this mitigation action.getTags()Metadata that can be used to manage the mitigation action.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 theCfnMitigationActionMixinProps.Builder.
-
-
Method Details
-
getActionName
Description copied from interface:CfnMitigationActionMixinPropsThe friendly name of the mitigation action.- Specified by:
getActionNamein interfaceCfnMitigationActionMixinProps- See Also:
-
getActionParams
Description copied from interface:CfnMitigationActionMixinPropsThe set of parameters for this mitigation action.The parameters vary, depending on the kind of action you apply.
Returns union: either
IResolvableorCfnMitigationActionPropsMixin.ActionParamsProperty- Specified by:
getActionParamsin interfaceCfnMitigationActionMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnMitigationActionMixinPropsThe IAM role ARN used to apply this mitigation action.- Specified by:
getRoleArnin interfaceCfnMitigationActionMixinProps- See Also:
-
getTags
Description copied from interface:CfnMitigationActionMixinPropsMetadata that can be used to manage the mitigation action.- Specified by:
getTagsin interfaceCfnMitigationActionMixinProps- 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()
-