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

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

Last updated