Skip to content

Describe My User Profile

opsworks_describe_my_user_profile R Documentation

Describes a user's SSH information

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.

Usage

opsworks_describe_my_user_profile()

Value

A list with the following syntax:

list(
  UserProfile = list(
    IamUserArn = "string",
    Name = "string",
    SshUsername = "string",
    SshPublicKey = "string"
  )
)