Comment on page
AmazonIamAccessKeyParameters Object
Specifies parameters for an Amazon IAM access key credential.
Access key of the IAM user.
Type:
string
Required: Yes
Secret access key ID for the IAM user. Required when creating an IAM access key credential.
Type:
string
Required: Conditional
{
"accessKeyId": "AK12345",
"secretAccessKey": "1234567890"
}