AWS authentication credentials used for accessing AWS services such as S3. If omitted, the system’s default credentials are used (for example, the IAM role and environment variables).

Hierarchy

  • ObservabilityPipelineAwsAuth

Constructors

Properties

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
assumeRole?: string

The Amazon Resource Name (ARN) of the role to assume.

externalId?: string

A unique identifier for cross-account role assumption.

sessionName?: string

A session identifier used for logging and tracing the assumed role session.

Generated using TypeDoc