aws.servicecatalog.list_provisioned_product_plans
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_provisioned_product_plans;Description
Lists the plans for the specified provisioned product or all plans to which the user has access.
Table Definition
| Column Name | Column Data Type |
|---|---|
| accept_language Input Column The language code.
| VARCHAR |
| access_level_filter Input Column The access level to use to obtain results. The default is User. | STRUCT( |
Show child fields
| |
| provision_product_id Input Column The product identifier. | 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 |
| plan_id The plan identifier. | VARCHAR |
| plan_name The name of the plan. | VARCHAR |
| plan_type The plan type. | VARCHAR |
| provision_product_name The user-friendly name of the provisioned product. | VARCHAR |
| provisioning_artifact_id The identifier of the provisioning artifact. | VARCHAR |