AmazonIamRoleParameters Object

Description

Specifies parameters for an Amazon IAM role credential.

Properties

externalId

External ID used with the IAM role. Must have been generated by GenerateAmazonIamRoleExternalId method. Required when creating an IAM role credential.

Type: string

Required: Conditional

roleArn

ARN for the IAM role.

Type: string

Required: Yes

Sample JSON

{
    "externalId": "skeddly-12345678",
    "roleArn": " arn:aws:iam::123456789012:role/Skeddly"
}

Last updated