Skip to main content

IIAMUpdateAccessKeyRequest

Interface in AWS.IAM

Interface for UpdateAccessKey requests.

Ancestors

Properties

AccessKeyId

property AccessKeyId: string

Specify the ID of the access key to update.

Status

property Status: string

Specify the desired status of the access key.

Valid values: Active | Inactive.

UserName

property UserName: string

Optionally, specify the name of the user to who the access key belongs.

If not specified, the user will be implied to be the caller of the operation.