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

    Interface RegionInputConfig

    interface RegionInputConfig {
        region?: string | Provider<string>;
        useFipsEndpoint?: boolean | Provider<boolean>;
    }
    Index

    Properties

    region?: string | Provider<string>

    The AWS region to which this client will send requests

    useFipsEndpoint?: boolean | Provider<boolean>

    Enables FIPS compatible endpoints.