aws.servicecatalog.list_budgets_for_resource
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_budgets_for_resourceWHERE"resource_id" = 'VALUE';Description
Lists all the budgets associated to the specified resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id Required Input Column The resource identifier. | VARCHAR |
| accept_language Input Column The language code.
| VARCHAR |
| page_size Input Column The maximum number of items to return with this call. | BIGINT |
| page_token Input Column The page token for the next set of results. To retrieve the first set of results, use null. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| budgets Information about the associated budgets. | STRUCT( |
Show child fields
| |
| next_page_token The page token to use to retrieve the next set of results. If there are no additional results, this value is null. | VARCHAR |