GetCustomEndpoint
Source:
src/AWS/IoTManagedIntegrations/GetCustomEndpoint.ts
Runtime binding for iotmanagedintegrations:GetCustomEndpoint
(account-level).
Reads the account’s custom MQTT endpoint address — the address devices
connect to for Managed integrations traffic. Provide the implementation
with Effect.provide(AWS.IoTManagedIntegrations.GetCustomEndpointHttp).
Connectivity
Section titled “Connectivity”const getCustomEndpoint = yield* IoTManagedIntegrations.GetCustomEndpoint();
const { EndpointAddress } = yield* getCustomEndpoint();