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

Properties

region?: string | Provider<string>

The AWS region to which this client will send requests

useFipsEndpoint?: boolean | Provider<boolean>

Enables FIPS compatible endpoints.