aws.opsworks.describe_stack_summary
Example SQL Queries
SELECT * FROMaws.opsworks.describe_stack_summaryWHERE"stack_id" = 'VALUE';Description
Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.
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 |
| stack_summary A StackSummary object that contains the results. | STRUCT( |
Show child fields
| |