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)

69 lines 2.56 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.TablePartitionKeyType = exports.TablePartitionKeyEnforcementLevel = exports.ScheduledQueryMultiMeasureAttributeMappingMeasureValueType = exports.ScheduledQueryMixedMeasureMappingMeasureValueType = exports.ScheduledQueryEncryptionOption = exports.ScheduledQueryDimensionValueType = exports.InfluxDbInstanceStatus = exports.InfluxDbInstanceNetworkType = exports.InfluxDbInstanceDeploymentType = exports.InfluxDbInstanceDbStorageType = exports.InfluxDbInstanceDbInstanceType = void 0; exports.InfluxDbInstanceDbInstanceType = { DbInfluxMedium: "db.influx.medium", DbInfluxLarge: "db.influx.large", DbInfluxXlarge: "db.influx.xlarge", DbInflux2xlarge: "db.influx.2xlarge", DbInflux4xlarge: "db.influx.4xlarge", DbInflux8xlarge: "db.influx.8xlarge", DbInflux12xlarge: "db.influx.12xlarge", DbInflux16xlarge: "db.influx.16xlarge", }; exports.InfluxDbInstanceDbStorageType = { InfluxIoIncludedT1: "InfluxIOIncludedT1", InfluxIoIncludedT2: "InfluxIOIncludedT2", InfluxIoIncludedT3: "InfluxIOIncludedT3", }; exports.InfluxDbInstanceDeploymentType = { SingleAz: "SINGLE_AZ", WithMultiazStandby: "WITH_MULTIAZ_STANDBY", }; exports.InfluxDbInstanceNetworkType = { Ipv4: "IPV4", Dual: "DUAL", }; exports.InfluxDbInstanceStatus = { Creating: "CREATING", Available: "AVAILABLE", Deleting: "DELETING", Modifying: "MODIFYING", Updating: "UPDATING", UpdatingDeploymentType: "UPDATING_DEPLOYMENT_TYPE", UpdatingInstanceType: "UPDATING_INSTANCE_TYPE", Deleted: "DELETED", Failed: "FAILED", }; exports.ScheduledQueryDimensionValueType = { Varchar: "VARCHAR", }; exports.ScheduledQueryEncryptionOption = { SseS3: "SSE_S3", SseKms: "SSE_KMS", }; exports.ScheduledQueryMixedMeasureMappingMeasureValueType = { Bigint: "BIGINT", Boolean: "BOOLEAN", Double: "DOUBLE", Varchar: "VARCHAR", Multi: "MULTI", }; exports.ScheduledQueryMultiMeasureAttributeMappingMeasureValueType = { Bigint: "BIGINT", Boolean: "BOOLEAN", Double: "DOUBLE", Varchar: "VARCHAR", Timestamp: "TIMESTAMP", }; exports.TablePartitionKeyEnforcementLevel = { Required: "REQUIRED", Optional: "OPTIONAL", }; exports.TablePartitionKeyType = { Dimension: "DIMENSION", Measure: "MEASURE", }; //# sourceMappingURL=index.js.map