> 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/amazoniamroleexternalid-object.md).

# AmazonIamRoleExternalId Object

## Description

A generated external ID to be used when registering an Amazon IAM role.

## Properties

### expiryDate

Date, in ISO8601 format, when the external ID will expire. The external ID must be used to create an IAM role before the expiry date.

Type: `string`

### externalId

Generated external ID to be used in the trust relationship of the IAM role.

Type: `string`

## Sample JSON

```javascript
{
    "expiryDate": "2016-06-07T20:21:00Z",
    "externalId": "skeddly-12345678"
}
```
