The definition of AWSAssumeRoleUpdate object.

Hierarchy

  • AWSAssumeRoleUpdate

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
generateNewExternalId?: boolean

The AWSAssumeRoleUpdate generate_new_external_id.

role?: string

Role to assume

The definition of AWSAssumeRoleType object.

Generated using TypeDoc