package
1.204.0-devpreview
Repository: https://github.com/aws/aws-cdk-go.git
Documentation: pkg.go.dev

# README

AWS Budgets Construct Library

This module is part of the AWS Cloud Development Kit project.

import budgets "github.com/aws/aws-cdk-go/awscdk"

There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:

There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Budgets.

(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)

# Functions

No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given construct is a CfnResource.
Return whether the given object is a Construct.
No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given construct is a CfnResource.
Return whether the given object is a Construct.
Create a new `AWS::Budgets::Budget`.
Create a new `AWS::Budgets::Budget`.
Create a new `AWS::Budgets::BudgetsAction`.
Create a new `AWS::Budgets::BudgetsAction`.

# Structs

Example: // The code below shows an example of how to instantiate this type.
Represents the output of the `CreateBudget` operation.
The types of cost that are included in a `COST` budget, such as tax and subscriptions.
Example: // The code below shows an example of how to instantiate this type.
A notification that's associated with a budget.
A notification with subscribers.
The amount of cost or usage that's measured for a budget.
The `Subscriber` property type specifies who to notify for a Billing and Cost Management budget notification.
The period of time that is covered by a budget.
Properties for defining a `CfnBudget`.
The trigger threshold of the action.
The definition is where you specify all of the type-specific parameters.
The AWS Identity and Access Management ( IAM ) action definition details.
The service control policies (SCP) action definition details.
The Amazon EC2 Systems Manager ( SSM ) action definition details.
The subscriber to a budget notification.
Properties for defining a `CfnBudgetsAction`.

# Interfaces

A CloudFormation `AWS::Budgets::Budget`.
A CloudFormation `AWS::Budgets::BudgetsAction`.