Object to handle SIGV4 authentication when performing the test.

Hierarchy

  • SyntheticsBasicAuthSigv4

Constructors

Properties

accessKey: string

Access key for the SIGV4 authentication.

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

Region for the SIGV4 authentication.

secretKey: string

Secret key for the SIGV4 authentication.

serviceName?: string

Service name for the SIGV4 authentication.

sessionToken?: string

Session token for the SIGV4 authentication.

The type of authentication to use when performing the test.

Generated using TypeDoc