Class CfnBudgetsActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.budgets.CfnBudgetsActionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBudgetsActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBudgetsActionProps
@Stability(Stable)
@Internal
public static final class CfnBudgetsActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBudgetsActionProps
An implementation for
CfnBudgetsActionProps
-
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.budgets.CfnBudgetsActionProps
CfnBudgetsActionProps.Builder, CfnBudgetsActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBudgetsActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBudgetsActionProps.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 Object
The trigger threshold of the action.final String
The type of action.final String
This specifies if the action needs manual or automatic approval.final String
A string that represents the budget name.final Object
Specifies all of the type-specific parameters.final String
The role passed for action execution and reversion.final String
The type of a notification.final Object
A list of subscribers.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 theCfnBudgetsActionProps.Builder
.
-
-
Method Details
-
getActionThreshold
Description copied from interface:CfnBudgetsActionProps
The trigger threshold of the action.- Specified by:
getActionThreshold
in interfaceCfnBudgetsActionProps
-
getActionType
Description copied from interface:CfnBudgetsActionProps
The type of action.This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.
- Specified by:
getActionType
in interfaceCfnBudgetsActionProps
-
getBudgetName
Description copied from interface:CfnBudgetsActionProps
A string that represents the budget name.":" and "" characters aren't allowed.
- Specified by:
getBudgetName
in interfaceCfnBudgetsActionProps
-
getDefinition
Description copied from interface:CfnBudgetsActionProps
Specifies all of the type-specific parameters.- Specified by:
getDefinition
in interfaceCfnBudgetsActionProps
-
getExecutionRoleArn
Description copied from interface:CfnBudgetsActionProps
The role passed for action execution and reversion.Roles and actions must be in the same account.
- Specified by:
getExecutionRoleArn
in interfaceCfnBudgetsActionProps
-
getNotificationType
Description copied from interface:CfnBudgetsActionProps
The type of a notification.- Specified by:
getNotificationType
in interfaceCfnBudgetsActionProps
-
getSubscribers
Description copied from interface:CfnBudgetsActionProps
A list of subscribers.- Specified by:
getSubscribers
in interfaceCfnBudgetsActionProps
-
getApprovalModel
Description copied from interface:CfnBudgetsActionProps
This specifies if the action needs manual or automatic approval.- Specified by:
getApprovalModel
in interfaceCfnBudgetsActionProps
-
$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()
-