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)

118 lines 4.39 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 = exports.InfluxDbClusterStatus = exports.InfluxDbClusterNetworkType = exports.InfluxDbClusterFailoverMode = exports.InfluxDbClusterEngineType = exports.InfluxDbClusterDeploymentType = exports.InfluxDbClusterDbStorageType = exports.InfluxDbClusterDbInstanceType = void 0; exports.InfluxDbClusterDbInstanceType = { 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", DbInflux24xlarge: "db.influx.24xlarge", }; exports.InfluxDbClusterDbStorageType = { InfluxIoIncludedT1: "InfluxIOIncludedT1", InfluxIoIncludedT2: "InfluxIOIncludedT2", InfluxIoIncludedT3: "InfluxIOIncludedT3", }; exports.InfluxDbClusterDeploymentType = { MultiNodeReadReplicas: "MULTI_NODE_READ_REPLICAS", }; exports.InfluxDbClusterEngineType = { InfluxdbV2: "INFLUXDB_V2", InfluxdbV3Core: "INFLUXDB_V3_CORE", InfluxdbV3Enterprise: "INFLUXDB_V3_ENTERPRISE", }; exports.InfluxDbClusterFailoverMode = { Automatic: "AUTOMATIC", NoFailover: "NO_FAILOVER", }; exports.InfluxDbClusterNetworkType = { Ipv4: "IPV4", Dual: "DUAL", }; exports.InfluxDbClusterStatus = { Creating: "CREATING", Updating: "UPDATING", UpdatingInstanceType: "UPDATING_INSTANCE_TYPE", Maintenance: "MAINTENANCE", Deleting: "DELETING", Available: "AVAILABLE", Rebooting: "REBOOTING", RebootFailed: "REBOOT_FAILED", PartiallyAvailable: "PARTIALLY_AVAILABLE", Failed: "FAILED", Deleted: "DELETED", }; 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", DbInflux24xlarge: "db.influx.24xlarge", }; 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", Maintenance: "MAINTENANCE", Updating: "UPDATING", UpdatingDeploymentType: "UPDATING_DEPLOYMENT_TYPE", UpdatingInstanceType: "UPDATING_INSTANCE_TYPE", Rebooting: "REBOOTING", RebootFailed: "REBOOT_FAILED", 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