EntityInfo - AWS Identity and Access Management

EntityInfo

Contains details about the specified entity (user or role).

This data type is an element of the EntityDetails object.

Contents

Arn

The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources.

For more information about ARNs, go to Amazon Resource Names (ARNs) in the AWS General Reference.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Required: Yes

Id

The identifier of the entity (user or role).

Type: String

Length Constraints: Minimum length of 16. Maximum length of 128.

Pattern: [\w]+

Required: Yes

Name

The name of the entity (user or role).

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [\w+=,.@-]+

Required: Yes

Type

The type of entity (user or role).

Type: String

Valid Values: USER | ROLE | GROUP

Required: Yes

Path

The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Pattern: (\u002F)|(\u002F[\u0021-\u007E]+\u002F)

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: