# AmazonIamAccessKeyParameters Object

## Description <a href="#description" id="description"></a>

Specifies parameters for an Amazon IAM access key credential.

## Properties <a href="#properties" id="properties"></a>

### 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 <a href="#sample-json" id="sample-json"></a>

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