CredentialLocker
Source:
src/AWS/IoTManagedIntegrations/CredentialLocker.ts
An AWS IoT Managed Integrations credential locker — a secured store for the credentials that devices use to onboard and authenticate with Managed integrations.
IoT Managed Integrations is a regional service available in a limited set
of regions (e.g. eu-west-1, ca-central-1).
Creating Credential Lockers
Section titled “Creating Credential Lockers”Basic Credential Locker
const locker = yield* CredentialLocker("DeviceCredentials", {});Named Credential Locker with Tags
const locker = yield* CredentialLocker("DeviceCredentials", { name: "my-device-credentials", tags: { team: "iot" },});