Skip to content

aws.opsworks.describe_my_user_profile

Example SQL Queries

SELECT * FROM
aws.opsworks.describe_my_user_profile;

Description

Describes a user's SSH information.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

Table Definition

Column NameColumn Data Type
user_profile

A UserProfile object that describes the user's SSH information.

STRUCT(
"iam_user_arn" VARCHAR,
"name" VARCHAR,
"ssh_username" VARCHAR,
"ssh_public_key" VARCHAR
)
Show child fields
user_profile.iam_user_arn

The user's IAM ARN.

user_profile.name

The user's name.

user_profile.ssh_public_key

The user's SSH public key.

user_profile.ssh_username

The user's SSH user name.