UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

236 lines • 11.8 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.UpgradeAvailable = exports.SkuName = exports.SharedPrivateLinkResourceStatus = exports.SharedPrivateLinkResourceProvisioningState = exports.SearchSemanticSearch = exports.SearchEncryptionWithCmk = exports.SearchDataExfiltrationProtection = exports.SearchBypass = exports.PublicNetworkAccess = exports.PrivateLinkServiceConnectionStatus = exports.PrivateLinkServiceConnectionProvisioningState = exports.IdentityType = exports.HostingMode = exports.ComputeType = exports.AadAuthFailureMode = void 0; exports.AadAuthFailureMode = { /** * Indicates that requests that failed authentication should be presented with an HTTP status code of 403 (Forbidden). */ Http403: "http403", /** * Indicates that requests that failed authentication should be presented with an HTTP status code of 401 (Unauthorized) and present a Bearer Challenge. */ Http401WithBearerChallenge: "http401WithBearerChallenge", }; exports.ComputeType = { /** * Create the service with the Default Compute. */ Default: "Default", /** * Create the service with Azure Confidential Compute. */ Confidential: "Confidential", }; exports.HostingMode = { /** * The limit on number of indexes is determined by the default limits for the SKU. */ Default: "Default", /** * Only application for standard3 SKU, where the search service can have up to 1000 indexes. */ HighDensity: "HighDensity", }; exports.IdentityType = { /** * Indicates that any identity associated with the search service needs to be removed. */ None: "None", /** * Indicates that system-assigned identity for the search service will be enabled. */ SystemAssigned: "SystemAssigned", /** * Indicates that one or more user assigned identities will be assigned to the search service. */ UserAssigned: "UserAssigned", /** * Indicates that system-assigned identity for the search service will be enabled along with the assignment of one or more user assigned identities. */ SystemAssigned_UserAssigned: "SystemAssigned, UserAssigned", }; exports.PrivateLinkServiceConnectionProvisioningState = { /** * The private link service connection is in the process of being created along with other resources for it to be fully functional. */ Updating: "Updating", /** * The private link service connection is in the process of being deleted. */ Deleting: "Deleting", /** * The private link service connection has failed to be provisioned or deleted. */ Failed: "Failed", /** * The private link service connection has finished provisioning and is ready for approval. */ Succeeded: "Succeeded", /** * Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet. */ Incomplete: "Incomplete", /** * Provisioning request for the private link service connection resource has been canceled. */ Canceled: "Canceled", }; exports.PrivateLinkServiceConnectionStatus = { /** * The private endpoint connection has been created and is pending approval. */ Pending: "Pending", /** * The private endpoint connection is approved and is ready for use. */ Approved: "Approved", /** * The private endpoint connection has been rejected and cannot be used. */ Rejected: "Rejected", /** * The private endpoint connection has been removed from the service. */ Disconnected: "Disconnected", }; exports.PublicNetworkAccess = { /** * The search service is accessible from traffic originating from the public internet. */ Enabled: "Enabled", /** * The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections. */ Disabled: "Disabled", /** * The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter. */ SecuredByPerimeter: "SecuredByPerimeter", }; exports.SearchBypass = { /** * Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default. */ None: "None", /** * Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section. */ AzureServices: "AzureServices", }; exports.SearchDataExfiltrationProtection = { /** * Indicates that all data exfiltration scenarios are disabled. */ BlockAll: "BlockAll", }; exports.SearchEncryptionWithCmk = { /** * No enforcement of customer-managed key encryption will be made. Only the built-in service-managed encryption is used. */ Disabled: "Disabled", /** * Search service will be marked as non-compliant if one or more objects aren't encrypted with a customer-managed key. */ Enabled: "Enabled", /** * Enforcement policy is not explicitly specified, with the behavior being the same as if it were set to 'Disabled'. */ Unspecified: "Unspecified", }; exports.SearchSemanticSearch = { /** * Indicates that semantic reranker is disabled for the search service. This is the default. */ Disabled: "disabled", /** * Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services. */ Free: "free", /** * Enables semantic reranker on a search service as a billable feature, with higher throughput and volume of semantically reranked queries. */ Standard: "standard", }; exports.SharedPrivateLinkResourceProvisioningState = { /** * The shared private link resource is in the process of being created along with other resources for it to be fully functional. */ Updating: "Updating", /** * The shared private link resource is in the process of being deleted. */ Deleting: "Deleting", /** * The shared private link resource has failed to be provisioned or deleted. */ Failed: "Failed", /** * The shared private link resource has finished provisioning and is ready for approval. */ Succeeded: "Succeeded", /** * Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet. */ Incomplete: "Incomplete", }; exports.SharedPrivateLinkResourceStatus = { /** * The shared private link resource has been created and is pending approval. */ Pending: "Pending", /** * The shared private link resource is approved and is ready for use. */ Approved: "Approved", /** * The shared private link resource has been rejected and cannot be used. */ Rejected: "Rejected", /** * The shared private link resource has been removed from the service. */ Disconnected: "Disconnected", }; exports.SkuName = { /** * Free tier, with no SLA guarantees and a subset of the features offered on billable tiers. */ Free: "free", /** * Billable tier for a dedicated service having up to 3 replicas. */ Basic: "basic", /** * Billable tier for a dedicated service having up to 12 partitions and 12 replicas. */ Standard: "standard", /** * Similar to 'standard', but with more capacity per search unit. */ Standard2: "standard2", /** * The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). */ Standard3: "standard3", /** * Billable tier for a dedicated service that supports 1TB per partition, up to 12 partitions. */ StorageOptimizedL1: "storage_optimized_l1", /** * Billable tier for a dedicated service that supports 2TB per partition, up to 12 partitions. */ StorageOptimizedL2: "storage_optimized_l2", }; exports.UpgradeAvailable = { /** * An upgrade is currently not available for the service. */ NotAvailable: "notAvailable", /** * There is an upgrade available for the service. */ Available: "available", }; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9zZWFyY2gvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUdwRSxRQUFBLGtCQUFrQixHQUFHO0lBQzlCOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCwwQkFBMEIsRUFBRSw0QkFBNEI7Q0FDbEQsQ0FBQztBQU9FLFFBQUEsV0FBVyxHQUFHO0lBQ3ZCOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztDQUN0QixDQUFDO0FBT0UsUUFBQSxXQUFXLEdBQUc7SUFDdkI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0NBQ3BCLENBQUM7QUFPRSxRQUFBLFlBQVksR0FBRztJQUN4Qjs7T0FFRztJQUNILElBQUksRUFBRSxNQUFNO0lBQ1o7O09BRUc7SUFDSCxjQUFjLEVBQUUsZ0JBQWdCO0lBQ2hDOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCwyQkFBMkIsRUFBRSw4QkFBOEI7Q0FDckQsQ0FBQztBQU9FLFFBQUEsNkNBQTZDLEdBQUc7SUFDekQ7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7SUFDaEI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztJQUN0Qjs7T0FFRztJQUNILFVBQVUsRUFBRSxZQUFZO0lBQ3hCOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSxrQ0FBa0MsR0FBRztJQUM5Qzs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7SUFDcEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILFlBQVksRUFBRSxjQUFjO0NBQ3RCLENBQUM7QUFPRSxRQUFBLG1CQUFtQixHQUFHO0lBQy9COztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILGtCQUFrQixFQUFFLG9CQUFvQjtDQUNsQyxDQUFDO0FBT0UsUUFBQSxZQUFZLEdBQUc7SUFDeEI7O09BRUc7SUFDSCxJQUFJLEVBQUUsTUFBTTtJQUNaOztPQUVHO0lBQ0gsYUFBYSxFQUFFLGVBQWU7Q0FDeEIsQ0FBQztBQU9FLFFBQUEsZ0NBQWdDLEdBQUc7SUFDNUM7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLHVCQUF1QixHQUFHO0lBQ25DOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7SUFDcEI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0NBQ3BCLENBQUM7QUFPRSxRQUFBLG9CQUFvQixHQUFHO0lBQ2hDOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7SUFDcEI7O09BRUc7SUFDSCxJQUFJLEVBQUUsTUFBTTtJQUNaOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7Q0FDZCxDQUFDO0FBT0UsUUFBQSwwQ0FBMEMsR0FBRztJQUN0RDs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7SUFDcEI7O09BRUc7SUFDSCxNQUFNLEVBQUUsUUFBUTtJQUNoQjs7T0FFRztJQUNILFNBQVMsRUFBRSxXQUFXO0lBQ3RCOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7Q0FDbEIsQ0FBQztBQU9FLFFBQUEsK0JBQStCLEdBQUc7SUFDM0M7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsUUFBUSxFQUFFLFVBQVU7SUFDcEI7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztDQUN0QixDQUFDO0FBT0UsUUFBQSxPQUFPLEdBQUc7SUFDbkI7O09BRUc7SUFDSCxJQUFJLEVBQUUsTUFBTTtJQUNaOztPQUVHO0lBQ0gsS0FBSyxFQUFFLE9BQU87SUFDZDs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7SUFDdEI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztJQUN0Qjs7T0FFRztJQUNILGtCQUFrQixFQUFFLHNCQUFzQjtJQUMxQzs7T0FFRztJQUNILGtCQUFrQixFQUFFLHNCQUFzQjtDQUNwQyxDQUFDO0FBT0UsUUFBQSxnQkFBZ0IsR0FBRztJQUM1Qjs7T0FFRztJQUNILFlBQVksRUFBRSxjQUFjO0lBQzVCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7Q0FDaEIsQ0FBQyJ9