UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

37 lines 1.33 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.WirelessDeviceType = exports.WirelessDevicePositioning = exports.WirelessDeviceApplicationType = exports.TaskDefinitionType = exports.NetworkAnalyzerConfigurationWirelessDeviceFrameInfo = exports.NetworkAnalyzerConfigurationLogLevel = exports.DestinationExpressionType = void 0; exports.DestinationExpressionType = { RuleName: "RuleName", MqttTopic: "MqttTopic", SnsTopic: "SnsTopic", }; exports.NetworkAnalyzerConfigurationLogLevel = { Info: "INFO", Error: "ERROR", Disabled: "DISABLED", }; exports.NetworkAnalyzerConfigurationWirelessDeviceFrameInfo = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.TaskDefinitionType = { Update: "UPDATE", }; exports.WirelessDeviceApplicationType = { SemtechGeolocation: "SemtechGeolocation", SemtechGnss: "SemtechGNSS", SemtechGnssng: "SemtechGNSSNG", SemtechWiFi: "SemtechWiFi", }; exports.WirelessDevicePositioning = { Enabled: "Enabled", Disabled: "Disabled", }; exports.WirelessDeviceType = { Sidewalk: "Sidewalk", LoRaWan: "LoRaWAN", }; //# sourceMappingURL=index.js.map