Documentation
¶
Index ¶
- type Budget
- func (r *Budget) AWSCloudFormationType() string
- func (r *Budget) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget) DependsOn() []string
- func (r Budget) MarshalJSON() ([]byte, error)
- func (r *Budget) Metadata() map[string]interface{}
- func (r *Budget) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget) SetDependsOn(dependencies []string)
- func (r *Budget) SetMetadata(metadata map[string]interface{})
- func (r *Budget) UnmarshalJSON(b []byte) error
- type Budget_BudgetData
- func (r *Budget_BudgetData) AWSCloudFormationType() string
- func (r *Budget_BudgetData) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget_BudgetData) DependsOn() []string
- func (r *Budget_BudgetData) Metadata() map[string]interface{}
- func (r *Budget_BudgetData) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget_BudgetData) SetDependsOn(dependencies []string)
- func (r *Budget_BudgetData) SetMetadata(metadata map[string]interface{})
- type Budget_CostTypes
- func (r *Budget_CostTypes) AWSCloudFormationType() string
- func (r *Budget_CostTypes) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget_CostTypes) DependsOn() []string
- func (r *Budget_CostTypes) Metadata() map[string]interface{}
- func (r *Budget_CostTypes) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget_CostTypes) SetDependsOn(dependencies []string)
- func (r *Budget_CostTypes) SetMetadata(metadata map[string]interface{})
- type Budget_Notification
- func (r *Budget_Notification) AWSCloudFormationType() string
- func (r *Budget_Notification) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget_Notification) DependsOn() []string
- func (r *Budget_Notification) Metadata() map[string]interface{}
- func (r *Budget_Notification) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget_Notification) SetDependsOn(dependencies []string)
- func (r *Budget_Notification) SetMetadata(metadata map[string]interface{})
- type Budget_NotificationWithSubscribers
- func (r *Budget_NotificationWithSubscribers) AWSCloudFormationType() string
- func (r *Budget_NotificationWithSubscribers) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget_NotificationWithSubscribers) DependsOn() []string
- func (r *Budget_NotificationWithSubscribers) Metadata() map[string]interface{}
- func (r *Budget_NotificationWithSubscribers) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget_NotificationWithSubscribers) SetDependsOn(dependencies []string)
- func (r *Budget_NotificationWithSubscribers) SetMetadata(metadata map[string]interface{})
- type Budget_Spend
- func (r *Budget_Spend) AWSCloudFormationType() string
- func (r *Budget_Spend) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget_Spend) DependsOn() []string
- func (r *Budget_Spend) Metadata() map[string]interface{}
- func (r *Budget_Spend) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget_Spend) SetDependsOn(dependencies []string)
- func (r *Budget_Spend) SetMetadata(metadata map[string]interface{})
- type Budget_Subscriber
- func (r *Budget_Subscriber) AWSCloudFormationType() string
- func (r *Budget_Subscriber) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget_Subscriber) DependsOn() []string
- func (r *Budget_Subscriber) Metadata() map[string]interface{}
- func (r *Budget_Subscriber) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget_Subscriber) SetDependsOn(dependencies []string)
- func (r *Budget_Subscriber) SetMetadata(metadata map[string]interface{})
- type Budget_TimePeriod
- func (r *Budget_TimePeriod) AWSCloudFormationType() string
- func (r *Budget_TimePeriod) DeletionPolicy() policies.DeletionPolicy
- func (r *Budget_TimePeriod) DependsOn() []string
- func (r *Budget_TimePeriod) Metadata() map[string]interface{}
- func (r *Budget_TimePeriod) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Budget_TimePeriod) SetDependsOn(dependencies []string)
- func (r *Budget_TimePeriod) SetMetadata(metadata map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Budget ¶
type Budget struct { // Budget AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html#cfn-budgets-budget-budget Budget *Budget_BudgetData `json:"Budget,omitempty"` // NotificationsWithSubscribers AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html#cfn-budgets-budget-notificationswithsubscribers NotificationsWithSubscribers []Budget_NotificationWithSubscribers `json:"NotificationsWithSubscribers,omitempty"` // contains filtered or unexported fields }
Budget AWS CloudFormation Resource (AWS::Budgets::Budget) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html
func (*Budget) AWSCloudFormationType ¶
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget) DeletionPolicy ¶
func (r *Budget) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget) DependsOn ¶
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (Budget) MarshalJSON ¶
MarshalJSON is a custom JSON marshalling hook that embeds this object into an AWS CloudFormation JSON resource's 'Properties' field and adds a 'Type'.
func (*Budget) Metadata ¶
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget) SetDeletionPolicy ¶
func (r *Budget) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget) SetDependsOn ¶
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget) SetMetadata ¶
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget) UnmarshalJSON ¶
UnmarshalJSON is a custom JSON unmarshalling hook that strips the outer AWS CloudFormation resource object, and just keeps the 'Properties' field.
type Budget_BudgetData ¶
type Budget_BudgetData struct { // BudgetLimit AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetlimit BudgetLimit *Budget_Spend `json:"BudgetLimit,omitempty"` // BudgetName AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgetname BudgetName string `json:"BudgetName,omitempty"` // BudgetType AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-budgettype BudgetType string `json:"BudgetType,omitempty"` // CostFilters AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costfilters CostFilters interface{} `json:"CostFilters,omitempty"` // CostTypes AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-costtypes CostTypes *Budget_CostTypes `json:"CostTypes,omitempty"` // PlannedBudgetLimits AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-plannedbudgetlimits PlannedBudgetLimits interface{} `json:"PlannedBudgetLimits,omitempty"` // TimePeriod AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeperiod TimePeriod *Budget_TimePeriod `json:"TimePeriod,omitempty"` // TimeUnit AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html#cfn-budgets-budget-budgetdata-timeunit TimeUnit string `json:"TimeUnit,omitempty"` // contains filtered or unexported fields }
Budget_BudgetData AWS CloudFormation Resource (AWS::Budgets::Budget.BudgetData) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-budgetdata.html
func (*Budget_BudgetData) AWSCloudFormationType ¶
func (r *Budget_BudgetData) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget_BudgetData) DeletionPolicy ¶
func (r *Budget_BudgetData) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_BudgetData) DependsOn ¶
func (r *Budget_BudgetData) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_BudgetData) Metadata ¶
func (r *Budget_BudgetData) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget_BudgetData) SetDeletionPolicy ¶
func (r *Budget_BudgetData) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_BudgetData) SetDependsOn ¶
func (r *Budget_BudgetData) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_BudgetData) SetMetadata ¶
func (r *Budget_BudgetData) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Budget_CostTypes ¶
type Budget_CostTypes struct { // IncludeCredit AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includecredit IncludeCredit bool `json:"IncludeCredit,omitempty"` // IncludeDiscount AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includediscount IncludeDiscount bool `json:"IncludeDiscount,omitempty"` // IncludeOtherSubscription AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeothersubscription IncludeOtherSubscription bool `json:"IncludeOtherSubscription,omitempty"` // IncludeRecurring AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerecurring IncludeRecurring bool `json:"IncludeRecurring,omitempty"` // IncludeRefund AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includerefund IncludeRefund bool `json:"IncludeRefund,omitempty"` // IncludeSubscription AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesubscription IncludeSubscription bool `json:"IncludeSubscription,omitempty"` // IncludeSupport AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includesupport IncludeSupport bool `json:"IncludeSupport,omitempty"` // IncludeTax AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includetax IncludeTax bool `json:"IncludeTax,omitempty"` // IncludeUpfront AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-includeupfront IncludeUpfront bool `json:"IncludeUpfront,omitempty"` // UseAmortized AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useamortized UseAmortized bool `json:"UseAmortized,omitempty"` // UseBlended AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html#cfn-budgets-budget-costtypes-useblended UseBlended bool `json:"UseBlended,omitempty"` // contains filtered or unexported fields }
Budget_CostTypes AWS CloudFormation Resource (AWS::Budgets::Budget.CostTypes) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-costtypes.html
func (*Budget_CostTypes) AWSCloudFormationType ¶
func (r *Budget_CostTypes) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget_CostTypes) DeletionPolicy ¶
func (r *Budget_CostTypes) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_CostTypes) DependsOn ¶
func (r *Budget_CostTypes) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_CostTypes) Metadata ¶
func (r *Budget_CostTypes) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget_CostTypes) SetDeletionPolicy ¶
func (r *Budget_CostTypes) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_CostTypes) SetDependsOn ¶
func (r *Budget_CostTypes) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_CostTypes) SetMetadata ¶
func (r *Budget_CostTypes) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Budget_Notification ¶
type Budget_Notification struct { // ComparisonOperator AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notification.html#cfn-budgets-budget-notification-comparisonoperator ComparisonOperator string `json:"ComparisonOperator,omitempty"` // NotificationType AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notification.html#cfn-budgets-budget-notification-notificationtype NotificationType string `json:"NotificationType,omitempty"` // Threshold AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notification.html#cfn-budgets-budget-notification-threshold Threshold float64 `json:"Threshold"` // ThresholdType AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notification.html#cfn-budgets-budget-notification-thresholdtype ThresholdType string `json:"ThresholdType,omitempty"` // contains filtered or unexported fields }
Budget_Notification AWS CloudFormation Resource (AWS::Budgets::Budget.Notification) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notification.html
func (*Budget_Notification) AWSCloudFormationType ¶
func (r *Budget_Notification) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget_Notification) DeletionPolicy ¶
func (r *Budget_Notification) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_Notification) DependsOn ¶
func (r *Budget_Notification) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_Notification) Metadata ¶
func (r *Budget_Notification) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget_Notification) SetDeletionPolicy ¶
func (r *Budget_Notification) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_Notification) SetDependsOn ¶
func (r *Budget_Notification) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_Notification) SetMetadata ¶
func (r *Budget_Notification) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Budget_NotificationWithSubscribers ¶
type Budget_NotificationWithSubscribers struct { // Notification AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notificationwithsubscribers.html#cfn-budgets-budget-notificationwithsubscribers-notification Notification *Budget_Notification `json:"Notification,omitempty"` // Subscribers AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notificationwithsubscribers.html#cfn-budgets-budget-notificationwithsubscribers-subscribers Subscribers []Budget_Subscriber `json:"Subscribers,omitempty"` // contains filtered or unexported fields }
Budget_NotificationWithSubscribers AWS CloudFormation Resource (AWS::Budgets::Budget.NotificationWithSubscribers) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-notificationwithsubscribers.html
func (*Budget_NotificationWithSubscribers) AWSCloudFormationType ¶
func (r *Budget_NotificationWithSubscribers) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget_NotificationWithSubscribers) DeletionPolicy ¶
func (r *Budget_NotificationWithSubscribers) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_NotificationWithSubscribers) DependsOn ¶
func (r *Budget_NotificationWithSubscribers) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_NotificationWithSubscribers) Metadata ¶
func (r *Budget_NotificationWithSubscribers) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget_NotificationWithSubscribers) SetDeletionPolicy ¶
func (r *Budget_NotificationWithSubscribers) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_NotificationWithSubscribers) SetDependsOn ¶
func (r *Budget_NotificationWithSubscribers) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_NotificationWithSubscribers) SetMetadata ¶
func (r *Budget_NotificationWithSubscribers) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Budget_Spend ¶
type Budget_Spend struct { // Amount AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-amount Amount float64 `json:"Amount"` // Unit AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html#cfn-budgets-budget-spend-unit Unit string `json:"Unit,omitempty"` // contains filtered or unexported fields }
Budget_Spend AWS CloudFormation Resource (AWS::Budgets::Budget.Spend) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-spend.html
func (*Budget_Spend) AWSCloudFormationType ¶
func (r *Budget_Spend) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget_Spend) DeletionPolicy ¶
func (r *Budget_Spend) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_Spend) DependsOn ¶
func (r *Budget_Spend) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_Spend) Metadata ¶
func (r *Budget_Spend) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget_Spend) SetDeletionPolicy ¶
func (r *Budget_Spend) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_Spend) SetDependsOn ¶
func (r *Budget_Spend) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_Spend) SetMetadata ¶
func (r *Budget_Spend) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Budget_Subscriber ¶
type Budget_Subscriber struct { // Address AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-subscriber.html#cfn-budgets-budget-subscriber-address Address string `json:"Address,omitempty"` // SubscriptionType AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-subscriber.html#cfn-budgets-budget-subscriber-subscriptiontype SubscriptionType string `json:"SubscriptionType,omitempty"` // contains filtered or unexported fields }
Budget_Subscriber AWS CloudFormation Resource (AWS::Budgets::Budget.Subscriber) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-subscriber.html
func (*Budget_Subscriber) AWSCloudFormationType ¶
func (r *Budget_Subscriber) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget_Subscriber) DeletionPolicy ¶
func (r *Budget_Subscriber) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_Subscriber) DependsOn ¶
func (r *Budget_Subscriber) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_Subscriber) Metadata ¶
func (r *Budget_Subscriber) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget_Subscriber) SetDeletionPolicy ¶
func (r *Budget_Subscriber) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_Subscriber) SetDependsOn ¶
func (r *Budget_Subscriber) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_Subscriber) SetMetadata ¶
func (r *Budget_Subscriber) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Budget_TimePeriod ¶
type Budget_TimePeriod struct { // End AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-end End string `json:"End,omitempty"` // Start AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html#cfn-budgets-budget-timeperiod-start Start string `json:"Start,omitempty"` // contains filtered or unexported fields }
Budget_TimePeriod AWS CloudFormation Resource (AWS::Budgets::Budget.TimePeriod) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-timeperiod.html
func (*Budget_TimePeriod) AWSCloudFormationType ¶
func (r *Budget_TimePeriod) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Budget_TimePeriod) DeletionPolicy ¶
func (r *Budget_TimePeriod) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_TimePeriod) DependsOn ¶
func (r *Budget_TimePeriod) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_TimePeriod) Metadata ¶
func (r *Budget_TimePeriod) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Budget_TimePeriod) SetDeletionPolicy ¶
func (r *Budget_TimePeriod) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Budget_TimePeriod) SetDependsOn ¶
func (r *Budget_TimePeriod) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Budget_TimePeriod) SetMetadata ¶
func (r *Budget_TimePeriod) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html