The definition of AWSAssumeRole object.

Hierarchy

  • AWSAssumeRole

Constructors

Properties

accountId: string

AWS account the connection is created for

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
externalId?: string

External ID used to scope which connection can be used to assume the role

principalId?: string

AWS account that will assume the role

role: string

Role to assume

The definition of AWSAssumeRoleType object.

Generated using TypeDoc