aws.opsworks.describe_user_profiles
Example SQL Queries
SELECT * FROMaws.opsworks.describe_user_profiles;Description
Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| iam_user_arns Input Column An array of IAM or federated user ARNs that identify the users to be described. | VARCHAR[] |
Show child fields
| |
| _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 |
| user_profiles A Users object that describes the specified users. | STRUCT( |
Show child fields
| |