IIAMAccessKey
Interface in AWS.IAM
Interface for IAM AccessKey.
Properties
AccessKeyId
property AccessKeyId: string
The ID of the access key.
CreateDate
property CreateDate: TOptional<TDateTime>
The date and time when the access key was created.
SecretAccessKey
property SecretAccessKey: string
The secret key used to sign requests.
Status
property Status: string
The status of the access key.
Valid values: Active | Inactive.
UserName
property UserName: string
The name of the IAM user that the key is associated with.