Interface X509CredentialsConfig

Definition for the configuration needed to create a X509-based Credentials Provider

Hierarchy

  • X509CredentialsConfig

Properties

endpoint: string

X509 service regional endpoint to source credentials from. This is a per-account value that can be determined via the CLI: aws iot describe-endpoint --endpoint-type iot:CredentialProvider

httpProxyOptions?: HttpProxyOptions

Proxy configuration if connecting through an HTTP proxy is desired

roleAlias: string

The name of the role alias to fetch credentials through.

thingName: string

The name of the IoT thing to use to fetch credentials.

tlsContext: ClientTlsContext

TLS context for secure socket connections.

Generated using TypeDoc