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 NewCfnBudget_Override(c CfnBudget, scope awscdk.Construct, id *string, props *CfnBudgetProps)
- 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
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 NewCfnBudget_Override ¶
func NewCfnBudget_Override(c CfnBudget, scope awscdk.Construct, id *string, props *CfnBudgetProps)
Create a new `AWS::Budgets::Budget`.
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 ¶
Click to show internal directories.
Click to hide internal directories.