AWS Authentication config to integrate your account using an access key pair.

Hierarchy

  • AWSAuthConfigKeys

Constructors

Properties

accessKeyId: string

AWS Access Key ID.

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

AWS Secret Access Key.

Generated using TypeDoc