Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EndpointsInputConfig

Hierarchy

Index

Properties

Optional endpoint

endpoint: string | Endpoint | Provider<Endpoint>

The fully qualified endpoint of the webservice. This is only required when using a custom endpoint (for example, when using a local version of S3).

Optional tls

tls: undefined | false | true

Whether TLS is enabled for requests.

Optional useDualstackEndpoint

useDualstackEndpoint: boolean | Provider<boolean>

Enables IPv6/IPv4 dualstack endpoint.