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)

31 lines 1.08 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.DevicePoolRuleOperator = exports.DevicePoolRuleAttribute = void 0; exports.DevicePoolRuleAttribute = { Arn: "ARN", Platform: "PLATFORM", FormFactor: "FORM_FACTOR", Manufacturer: "MANUFACTURER", RemoteAccessEnabled: "REMOTE_ACCESS_ENABLED", RemoteDebugEnabled: "REMOTE_DEBUG_ENABLED", AppiumVersion: "APPIUM_VERSION", InstanceArn: "INSTANCE_ARN", InstanceLabels: "INSTANCE_LABELS", FleetType: "FLEET_TYPE", OsVersion: "OS_VERSION", Model: "MODEL", Availability: "AVAILABILITY", }; exports.DevicePoolRuleOperator = { Equals: "EQUALS", LessThan: "LESS_THAN", LessThanOrEquals: "LESS_THAN_OR_EQUALS", GreaterThan: "GREATER_THAN", GreaterThanOrEquals: "GREATER_THAN_OR_EQUALS", In: "IN", NotIn: "NOT_IN", Contains: "CONTAINS", }; //# sourceMappingURL=index.js.map