Documentation
¶
Index ¶
- func CfnBudget_CFN_RESOURCE_TYPE_NAME() *string
- func CfnBudget_IsCfnElement(x interface{}) *bool
- func CfnBudget_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnBudget_IsConstruct(x interface{}) *bool
- func CfnBudgetsAction_CFN_RESOURCE_TYPE_NAME() *string
- func CfnBudgetsAction_IsCfnElement(x interface{}) *bool
- func CfnBudgetsAction_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnBudgetsAction_IsConstruct(x interface{}) *bool
- func NewCfnBudget_Override(c CfnBudget, scope awscdk.Construct, id *string, props *CfnBudgetProps)
- func NewCfnBudgetsAction_Override(c CfnBudgetsAction, scope awscdk.Construct, id *string, ...)
- type CfnBudget
- type CfnBudgetProps
- type CfnBudget_BudgetDataProperty
- type CfnBudget_CostTypesProperty
- type CfnBudget_NotificationProperty
- type CfnBudget_NotificationWithSubscribersProperty
- type CfnBudget_SpendProperty
- type CfnBudget_SubscriberProperty
- type CfnBudget_TimePeriodProperty
- type CfnBudgetsAction
- type CfnBudgetsActionProps
- type CfnBudgetsAction_ActionThresholdProperty
- type CfnBudgetsAction_DefinitionProperty
- type CfnBudgetsAction_IamActionDefinitionProperty
- type CfnBudgetsAction_ScpActionDefinitionProperty
- type CfnBudgetsAction_SsmActionDefinitionProperty
- type CfnBudgetsAction_SubscriberProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnBudget_CFN_RESOURCE_TYPE_NAME ¶
func CfnBudget_CFN_RESOURCE_TYPE_NAME() *string
func CfnBudget_IsCfnElement ¶
func CfnBudget_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnBudget_IsCfnResource ¶
func CfnBudget_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnBudget_IsConstruct ¶
func CfnBudget_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnBudgetsAction_CFN_RESOURCE_TYPE_NAME ¶
func CfnBudgetsAction_CFN_RESOURCE_TYPE_NAME() *string
func CfnBudgetsAction_IsCfnElement ¶
func CfnBudgetsAction_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnBudgetsAction_IsCfnResource ¶
func CfnBudgetsAction_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnBudgetsAction_IsConstruct ¶
func CfnBudgetsAction_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func NewCfnBudget_Override ¶
func NewCfnBudget_Override(c CfnBudget, scope awscdk.Construct, id *string, props *CfnBudgetProps)
Create a new `AWS::Budgets::Budget`.
func NewCfnBudgetsAction_Override ¶
func NewCfnBudgetsAction_Override(c CfnBudgetsAction, scope awscdk.Construct, id *string, props *CfnBudgetsActionProps)
Create a new `AWS::Budgets::BudgetsAction`.
Types ¶
type CfnBudget ¶
type CfnBudget interface { awscdk.CfnResource awscdk.IInspectable Budget() interface{} SetBudget(val interface{}) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Node() awscdk.ConstructNode NotificationsWithSubscribers() interface{} SetNotificationsWithSubscribers(val interface{}) Ref() *string Stack() awscdk.Stack UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::Budgets::Budget`.
func NewCfnBudget ¶
func NewCfnBudget(scope awscdk.Construct, id *string, props *CfnBudgetProps) CfnBudget
Create a new `AWS::Budgets::Budget`.
type CfnBudgetProps ¶
type CfnBudgetProps struct { // `AWS::Budgets::Budget.Budget`. Budget interface{} `json:"budget"` // `AWS::Budgets::Budget.NotificationsWithSubscribers`. NotificationsWithSubscribers interface{} `json:"notificationsWithSubscribers"` }
Properties for defining a `AWS::Budgets::Budget`.
type CfnBudget_BudgetDataProperty ¶
type CfnBudget_BudgetDataProperty struct { // `CfnBudget.BudgetDataProperty.BudgetType`. BudgetType *string `json:"budgetType"` // `CfnBudget.BudgetDataProperty.TimeUnit`. TimeUnit *string `json:"timeUnit"` // `CfnBudget.BudgetDataProperty.BudgetLimit`. BudgetLimit interface{} `json:"budgetLimit"` // `CfnBudget.BudgetDataProperty.BudgetName`. BudgetName *string `json:"budgetName"` // `CfnBudget.BudgetDataProperty.CostFilters`. CostFilters interface{} `json:"costFilters"` // `CfnBudget.BudgetDataProperty.CostTypes`. CostTypes interface{} `json:"costTypes"` // `CfnBudget.BudgetDataProperty.PlannedBudgetLimits`. PlannedBudgetLimits interface{} `json:"plannedBudgetLimits"` // `CfnBudget.BudgetDataProperty.TimePeriod`. TimePeriod interface{} `json:"timePeriod"` }
type CfnBudget_CostTypesProperty ¶
type CfnBudget_CostTypesProperty struct { // `CfnBudget.CostTypesProperty.IncludeCredit`. IncludeCredit interface{} `json:"includeCredit"` // `CfnBudget.CostTypesProperty.IncludeDiscount`. IncludeDiscount interface{} `json:"includeDiscount"` // `CfnBudget.CostTypesProperty.IncludeOtherSubscription`. IncludeOtherSubscription interface{} `json:"includeOtherSubscription"` // `CfnBudget.CostTypesProperty.IncludeRecurring`. IncludeRecurring interface{} `json:"includeRecurring"` // `CfnBudget.CostTypesProperty.IncludeRefund`. IncludeRefund interface{} `json:"includeRefund"` // `CfnBudget.CostTypesProperty.IncludeSubscription`. IncludeSubscription interface{} `json:"includeSubscription"` // `CfnBudget.CostTypesProperty.IncludeSupport`. IncludeSupport interface{} `json:"includeSupport"` // `CfnBudget.CostTypesProperty.IncludeTax`. IncludeTax interface{} `json:"includeTax"` // `CfnBudget.CostTypesProperty.IncludeUpfront`. IncludeUpfront interface{} `json:"includeUpfront"` // `CfnBudget.CostTypesProperty.UseAmortized`. UseAmortized interface{} `json:"useAmortized"` // `CfnBudget.CostTypesProperty.UseBlended`. UseBlended interface{} `json:"useBlended"` }
type CfnBudget_NotificationProperty ¶
type CfnBudget_NotificationProperty struct { // `CfnBudget.NotificationProperty.ComparisonOperator`. ComparisonOperator *string `json:"comparisonOperator"` // `CfnBudget.NotificationProperty.NotificationType`. NotificationType *string `json:"notificationType"` // `CfnBudget.NotificationProperty.Threshold`. Threshold *float64 `json:"threshold"` // `CfnBudget.NotificationProperty.ThresholdType`. ThresholdType *string `json:"thresholdType"` }
type CfnBudget_NotificationWithSubscribersProperty ¶
type CfnBudget_NotificationWithSubscribersProperty struct { // `CfnBudget.NotificationWithSubscribersProperty.Notification`. Notification interface{} `json:"notification"` // `CfnBudget.NotificationWithSubscribersProperty.Subscribers`. Subscribers interface{} `json:"subscribers"` }
type CfnBudget_SpendProperty ¶
type CfnBudgetsAction ¶
type CfnBudgetsAction interface { awscdk.CfnResource awscdk.IInspectable ActionThreshold() interface{} SetActionThreshold(val interface{}) ActionType() *string SetActionType(val *string) ApprovalModel() *string SetApprovalModel(val *string) AttrActionId() *string BudgetName() *string SetBudgetName(val *string) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Definition() interface{} SetDefinition(val interface{}) ExecutionRoleArn() *string SetExecutionRoleArn(val *string) LogicalId() *string Node() awscdk.ConstructNode NotificationType() *string SetNotificationType(val *string) Ref() *string Stack() awscdk.Stack Subscribers() interface{} SetSubscribers(val interface{}) UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::Budgets::BudgetsAction`.
func NewCfnBudgetsAction ¶
func NewCfnBudgetsAction(scope awscdk.Construct, id *string, props *CfnBudgetsActionProps) CfnBudgetsAction
Create a new `AWS::Budgets::BudgetsAction`.
type CfnBudgetsActionProps ¶
type CfnBudgetsActionProps struct { // `AWS::Budgets::BudgetsAction.ActionThreshold`. ActionThreshold interface{} `json:"actionThreshold"` // `AWS::Budgets::BudgetsAction.ActionType`. ActionType *string `json:"actionType"` // `AWS::Budgets::BudgetsAction.BudgetName`. BudgetName *string `json:"budgetName"` // `AWS::Budgets::BudgetsAction.Definition`. Definition interface{} `json:"definition"` // `AWS::Budgets::BudgetsAction.ExecutionRoleArn`. ExecutionRoleArn *string `json:"executionRoleArn"` // `AWS::Budgets::BudgetsAction.NotificationType`. NotificationType *string `json:"notificationType"` // `AWS::Budgets::BudgetsAction.ApprovalModel`. ApprovalModel *string `json:"approvalModel"` // `AWS::Budgets::BudgetsAction.Subscribers`. Subscribers interface{} `json:"subscribers"` }
Properties for defining a `AWS::Budgets::BudgetsAction`.
type CfnBudgetsAction_DefinitionProperty ¶
type CfnBudgetsAction_DefinitionProperty struct { // `CfnBudgetsAction.DefinitionProperty.IamActionDefinition`. IamActionDefinition interface{} `json:"iamActionDefinition"` // `CfnBudgetsAction.DefinitionProperty.ScpActionDefinition`. ScpActionDefinition interface{} `json:"scpActionDefinition"` // `CfnBudgetsAction.DefinitionProperty.SsmActionDefinition`. SsmActionDefinition interface{} `json:"ssmActionDefinition"` }
type CfnBudgetsAction_IamActionDefinitionProperty ¶
type CfnBudgetsAction_IamActionDefinitionProperty struct { // `CfnBudgetsAction.IamActionDefinitionProperty.PolicyArn`. PolicyArn *string `json:"policyArn"` // `CfnBudgetsAction.IamActionDefinitionProperty.Groups`. Groups *[]*string `json:"groups"` // `CfnBudgetsAction.IamActionDefinitionProperty.Roles`. Roles *[]*string `json:"roles"` // `CfnBudgetsAction.IamActionDefinitionProperty.Users`. Users *[]*string `json:"users"` }
type CfnBudgetsAction_SsmActionDefinitionProperty ¶
type CfnBudgetsAction_SsmActionDefinitionProperty struct { // `CfnBudgetsAction.SsmActionDefinitionProperty.InstanceIds`. InstanceIds *[]*string `json:"instanceIds"` // `CfnBudgetsAction.SsmActionDefinitionProperty.Region`. Region *string `json:"region"` // `CfnBudgetsAction.SsmActionDefinitionProperty.Subtype`. Subtype *string `json:"subtype"` }