AmazonIamAccessKeyParameters Object

Description

Specifies parameters for an Amazon IAM access key credential.

Properties

accessKeyId

Access key of the IAM user.

Type: string

Required: Yes

secretAccessKey

Secret access key ID for the IAM user. Required when creating an IAM access key credential.

Type: string

Required: Conditional

Sample JSON

{
    "accessKeyId": "AK12345",
    "secretAccessKey": "1234567890"
}

Last updated