ts-lambda-api - v2.5.2
    Preparing search index...

    Interface AwsSdkSigV4AAuthInputConfig

    interface AwsSdkSigV4AAuthInputConfig {
        sigv4aSigningRegionSet?: string[] | Provider<string[]>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sigv4aSigningRegionSet?: string[] | Provider<string[]>

    This option will override the AWS sigv4a signing regionSet from any other source.

    The lookup order is:

    1. this value
    2. configuration file value of sigv4a_signing_region_set.
    3. environment value of AWS_SIGV4A_SIGNING_REGION_SET.
    4. signingRegionSet given by endpoint resolution.
    5. the singular region of the SDK client.