> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/amazoniamaccesskeyparameters-object.md).

# 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"
}
```
