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 constructs.Construct, id *string, props *CfnBudgetProps)
- func NewCfnBudgetsAction_Override(c CfnBudgetsAction, scope constructs.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.
func CfnBudget_IsCfnResource ¶
func CfnBudget_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnBudget_IsConstruct ¶
func CfnBudget_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
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.
func CfnBudgetsAction_IsCfnResource ¶
func CfnBudgetsAction_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnBudgetsAction_IsConstruct ¶
func CfnBudgetsAction_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func NewCfnBudget_Override ¶
func NewCfnBudget_Override(c CfnBudget, scope constructs.Construct, id *string, props *CfnBudgetProps)
Create a new `AWS::Budgets::Budget`.
func NewCfnBudgetsAction_Override ¶
func NewCfnBudgetsAction_Override(c CfnBudgetsAction, scope constructs.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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::Budgets::Budget`.
TODO: EXAMPLE
func NewCfnBudget ¶
func NewCfnBudget(scope constructs.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`.
TODO: EXAMPLE
type CfnBudget_BudgetDataProperty ¶
type CfnBudget_BudgetDataProperty struct {
// `CfnBudget.BudgetDataProperty.BudgetLimit`.
BudgetLimit interface{} `json:"budgetLimit"`
// `CfnBudget.BudgetDataProperty.BudgetName`.
BudgetName *string `json:"budgetName"`
// `CfnBudget.BudgetDataProperty.BudgetType`.
BudgetType *string `json:"budgetType"`
// `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"`
// `CfnBudget.BudgetDataProperty.TimeUnit`.
TimeUnit *string `json:"timeUnit"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
type CfnBudget_NotificationWithSubscribersProperty ¶
type CfnBudget_NotificationWithSubscribersProperty struct {
// `CfnBudget.NotificationWithSubscribersProperty.Notification`.
Notification interface{} `json:"notification"`
// `CfnBudget.NotificationWithSubscribersProperty.Subscribers`.
Subscribers interface{} `json:"subscribers"`
}
TODO: EXAMPLE
type CfnBudget_SpendProperty ¶
type CfnBudget_SpendProperty struct {
// `CfnBudget.SpendProperty.Amount`.
Amount *float64 `json:"amount"`
// `CfnBudget.SpendProperty.Unit`.
Unit *string `json:"unit"`
}
TODO: EXAMPLE
type CfnBudget_SubscriberProperty ¶
type CfnBudget_SubscriberProperty struct {
// `CfnBudget.SubscriberProperty.Address`.
Address *string `json:"address"`
// `CfnBudget.SubscriberProperty.SubscriptionType`.
SubscriptionType *string `json:"subscriptionType"`
}
TODO: EXAMPLE
type CfnBudget_TimePeriodProperty ¶
type CfnBudget_TimePeriodProperty struct {
// `CfnBudget.TimePeriodProperty.End`.
End *string `json:"end"`
// `CfnBudget.TimePeriodProperty.Start`.
Start *string `json:"start"`
}
TODO: EXAMPLE
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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::Budgets::BudgetsAction`.
TODO: EXAMPLE
func NewCfnBudgetsAction ¶
func NewCfnBudgetsAction(scope constructs.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.ApprovalModel`.
ApprovalModel *string `json:"approvalModel"`
// `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.Subscribers`.
Subscribers interface{} `json:"subscribers"`
}
Properties for defining a `AWS::Budgets::BudgetsAction`.
TODO: EXAMPLE
type CfnBudgetsAction_ActionThresholdProperty ¶
type CfnBudgetsAction_ActionThresholdProperty struct {
// `CfnBudgetsAction.ActionThresholdProperty.Type`.
Type *string `json:"type"`
// `CfnBudgetsAction.ActionThresholdProperty.Value`.
Value *float64 `json:"value"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
type CfnBudgetsAction_IamActionDefinitionProperty ¶
type CfnBudgetsAction_IamActionDefinitionProperty struct {
// `CfnBudgetsAction.IamActionDefinitionProperty.Groups`.
Groups *[]*string `json:"groups"`
// `CfnBudgetsAction.IamActionDefinitionProperty.PolicyArn`.
PolicyArn *string `json:"policyArn"`
// `CfnBudgetsAction.IamActionDefinitionProperty.Roles`.
Roles *[]*string `json:"roles"`
// `CfnBudgetsAction.IamActionDefinitionProperty.Users`.
Users *[]*string `json:"users"`
}
TODO: EXAMPLE
type CfnBudgetsAction_ScpActionDefinitionProperty ¶
type CfnBudgetsAction_ScpActionDefinitionProperty struct {
// `CfnBudgetsAction.ScpActionDefinitionProperty.PolicyId`.
PolicyId *string `json:"policyId"`
// `CfnBudgetsAction.ScpActionDefinitionProperty.TargetIds`.
TargetIds *[]*string `json:"targetIds"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
type CfnBudgetsAction_SubscriberProperty ¶
type CfnBudgetsAction_SubscriberProperty struct {
// `CfnBudgetsAction.SubscriberProperty.Address`.
Address *string `json:"address"`
// `CfnBudgetsAction.SubscriberProperty.Type`.
Type *string `json:"type"`
}
TODO: EXAMPLE