IotsConfig: TypeC<{
    adTrackerBlockerService: TypeC<{
        bucket: StringC;
        region: StringC;
    }>;
    identityService: TypeC<{
        identityPoolId: StringC;
        poolId: StringC;
        region: StringC;
    }>;
}> = ...

The portion of the SDK Config that is required by ATB client.

Generated using TypeDoc