Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RoleCredentials

Provides information about the role credentials that are assigned to the user.

Hierarchy

  • RoleCredentials

Index

Properties

Optional accessKeyId

accessKeyId: undefined | string

The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.

Optional expiration

expiration: undefined | number

The date on which temporary security credentials expire.

Optional secretAccessKey

secretAccessKey: undefined | string

The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.

Optional sessionToken

sessionToken: undefined | string

The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.