Class CfnBudgetsAction.DefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.budgets.CfnBudgetsAction.DefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBudgetsAction.DefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBudgetsAction.DefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnBudgetsAction.DefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBudgetsAction.DefinitionProperty
An implementation for
CfnBudgetsAction.DefinitionProperty-
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.budgets.CfnBudgetsAction.DefinitionProperty
CfnBudgetsAction.DefinitionProperty.Builder, CfnBudgetsAction.DefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBudgetsAction.DefinitionProperty.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 ObjectThe AWS Identity and Access Management ( IAM ) action definition details.final ObjectThe service control policies (SCP) action definition details.final ObjectThe Amazon EC2 Systems Manager ( SSM ) action definition details.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 theCfnBudgetsAction.DefinitionProperty.Builder.
-
-
Method Details
-
getIamActionDefinition
Description copied from interface:CfnBudgetsAction.DefinitionPropertyThe AWS Identity and Access Management ( IAM ) action definition details.Returns union: either
IResolvableorCfnBudgetsAction.IamActionDefinitionProperty- Specified by:
getIamActionDefinitionin interfaceCfnBudgetsAction.DefinitionProperty- See Also:
-
getScpActionDefinition
Description copied from interface:CfnBudgetsAction.DefinitionPropertyThe service control policies (SCP) action definition details.Returns union: either
IResolvableorCfnBudgetsAction.ScpActionDefinitionProperty- Specified by:
getScpActionDefinitionin interfaceCfnBudgetsAction.DefinitionProperty- See Also:
-
getSsmActionDefinition
Description copied from interface:CfnBudgetsAction.DefinitionPropertyThe Amazon EC2 Systems Manager ( SSM ) action definition details.Returns union: either
IResolvableorCfnBudgetsAction.SsmActionDefinitionProperty- Specified by:
getSsmActionDefinitionin interfaceCfnBudgetsAction.DefinitionProperty- 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()
-