Class ObservabilityPipelineAmazonOpenSearchDestinationAuth

Authentication settings for the Amazon OpenSearch destination. The strategy field determines whether basic or AWS-based authentication is used.

Hierarchy

  • ObservabilityPipelineAmazonOpenSearchDestinationAuth

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 ARN of the role to assume (used with aws strategy).

awsRegion?: string

AWS region

externalId?: string

External ID for the assumed role (used with aws strategy).

sessionName?: string

Session name for the assumed role (used with aws strategy).

The authentication strategy to use.

Generated using TypeDoc