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)

49 lines 1.75 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.VpcConnectionAuthentication = exports.ReplicatorReplicationTopicNameConfigurationType = exports.ReplicatorReplicationStartingPositionType = exports.ReplicatorReplicationInfoTargetCompressionType = exports.ClusterStorageMode = exports.ClusterRebalancingStatus = exports.ClusterNetworkType = exports.ClusterEnhancedMonitoring = exports.ClusterEncryptionInTransitClientBroker = void 0; exports.ClusterEncryptionInTransitClientBroker = { Tls: "TLS", TlsPlaintext: "TLS_PLAINTEXT", Plaintext: "PLAINTEXT", }; exports.ClusterEnhancedMonitoring = { Default: "DEFAULT", PerBroker: "PER_BROKER", PerTopicPerBroker: "PER_TOPIC_PER_BROKER", PerTopicPerPartition: "PER_TOPIC_PER_PARTITION", }; exports.ClusterNetworkType = { Ipv4: "IPV4", Dual: "DUAL", }; exports.ClusterRebalancingStatus = { Paused: "PAUSED", Active: "ACTIVE", }; exports.ClusterStorageMode = { Local: "LOCAL", Tiered: "TIERED", }; exports.ReplicatorReplicationInfoTargetCompressionType = { None: "NONE", Gzip: "GZIP", Snappy: "SNAPPY", Lz4: "LZ4", Zstd: "ZSTD", }; exports.ReplicatorReplicationStartingPositionType = { Latest: "LATEST", Earliest: "EARLIEST", }; exports.ReplicatorReplicationTopicNameConfigurationType = { PrefixedWithSourceClusterAlias: "PREFIXED_WITH_SOURCE_CLUSTER_ALIAS", Identical: "IDENTICAL", }; exports.VpcConnectionAuthentication = { SaslIam: "SASL_IAM", SaslScram: "SASL_SCRAM", Tls: "TLS", }; //# sourceMappingURL=index.js.map