Amazon Web Services IoT configuration

interface AwsMqttConfig {
    certificate: null | Blob | File;
    endpoint: string;
    privateKey: null | Blob | File;
}

Properties

certificate: null | Blob | File
endpoint: string
privateKey: null | Blob | File