aws.opsworks.describe_stack_provisioning_parameters
Example SQL Queries
SELECT * FROMaws.opsworks.describe_stack_provisioning_parametersWHERE"stack_id" = 'VALUE';Description
Requests a description of a stack's provisioning parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| stack_id Required Input Column The stack ID. | 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 |
| agent_installer_url The OpsWorks Stacks agent installer's URL. | VARCHAR |
| parameters An embedded object that contains the provisioning parameters. | MAP(VARCHAR, VARCHAR) |