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)

51 lines 1.68 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.SecurityPolicyType = exports.SecurityConfigType = exports.LifecyclePolicyType = exports.IndexPropertyMappingType = exports.IndexPropertyMappingMethodPropertiesSpaceType = exports.IndexPropertyMappingMethodPropertiesName = exports.IndexPropertyMappingMethodPropertiesEngine = exports.CollectionType = exports.CollectionStandbyReplicas = exports.AccessPolicyType = void 0; exports.AccessPolicyType = { Data: "data", }; exports.CollectionStandbyReplicas = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.CollectionType = { Search: "SEARCH", Timeseries: "TIMESERIES", Vectorsearch: "VECTORSEARCH", }; exports.IndexPropertyMappingMethodPropertiesEngine = { Nmslib: "nmslib", Faiss: "faiss", Lucene: "lucene", }; exports.IndexPropertyMappingMethodPropertiesName = { Hnsw: "hnsw", Ivf: "ivf", }; exports.IndexPropertyMappingMethodPropertiesSpaceType = { L2: "l2", L1: "l1", Linf: "linf", Cosinesimil: "cosinesimil", Innerproduct: "innerproduct", Hamming: "hamming", }; exports.IndexPropertyMappingType = { Text: "text", KnnVector: "knn_vector", }; exports.LifecyclePolicyType = { Retention: "retention", }; exports.SecurityConfigType = { Saml: "saml", Iamidentitycenter: "iamidentitycenter", Iamfederation: "iamfederation", }; exports.SecurityPolicyType = { Encryption: "encryption", Network: "network", }; //# sourceMappingURL=index.js.map