aws.opsworks.describe_permissions
Example SQL Queries
SELECT * FROMaws.opsworks.describe_permissions;Description
Describes the permissions for a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| iam_user_arn Input Column The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers. | VARCHAR |
| stack_id 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 |
| permissions An array of Permission objects that describe the stack permissions.
| STRUCT( |
Show child fields
| |