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

101 lines (100 loc) 4.32 kB
export declare const AutomaticClusterUpdateValue: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; export type AutomaticClusterUpdateValue = (typeof AutomaticClusterUpdateValue)[keyof typeof AutomaticClusterUpdateValue]; export declare const ComplianceSecurityProfileValue: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; export type ComplianceSecurityProfileValue = (typeof ComplianceSecurityProfileValue)[keyof typeof ComplianceSecurityProfileValue]; export declare const ComplianceStandard: { readonly NONE: "NONE"; readonly HIPAA: "HIPAA"; readonly PCI_DSS: "PCI_DSS"; }; /** * Compliance standard that can be associated with a workspace. */ export type ComplianceStandard = (typeof ComplianceStandard)[keyof typeof ComplianceStandard]; export declare const DefaultStorageFirewall: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; /** * Gets or Sets Default Storage Firewall configuration information */ export type DefaultStorageFirewall = (typeof DefaultStorageFirewall)[keyof typeof DefaultStorageFirewall]; export declare const EncryptionKeySource: { readonly Microsoft_Keyvault: "Microsoft.Keyvault"; }; /** * The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault */ export type EncryptionKeySource = (typeof EncryptionKeySource)[keyof typeof EncryptionKeySource]; export declare const EnhancedSecurityMonitoringValue: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; export type EnhancedSecurityMonitoringValue = (typeof EnhancedSecurityMonitoringValue)[keyof typeof EnhancedSecurityMonitoringValue]; export declare const IdentityType: { readonly SystemAssigned: "SystemAssigned"; readonly UserAssigned: "UserAssigned"; }; /** * The identity type of the Access Connector Resource. */ export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType]; export declare const InitialType: { readonly HiveMetastore: "HiveMetastore"; readonly UnityCatalog: "UnityCatalog"; }; /** * Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog */ export type InitialType = (typeof InitialType)[keyof typeof InitialType]; export declare const KeySource: { readonly Default: "Default"; readonly Microsoft_Keyvault: "Microsoft.Keyvault"; }; /** * The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault */ export type KeySource = (typeof KeySource)[keyof typeof KeySource]; export declare const ManagedServiceIdentityType: { readonly None: "None"; readonly SystemAssigned: "SystemAssigned"; readonly UserAssigned: "UserAssigned"; readonly SystemAssigned_UserAssigned: "SystemAssigned,UserAssigned"; }; /** * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */ export type ManagedServiceIdentityType = (typeof ManagedServiceIdentityType)[keyof typeof ManagedServiceIdentityType]; export declare const PrivateLinkServiceConnectionStatus: { readonly Pending: "Pending"; readonly Approved: "Approved"; readonly Rejected: "Rejected"; readonly Disconnected: "Disconnected"; }; /** * The status of a private endpoint connection */ export type PrivateLinkServiceConnectionStatus = (typeof PrivateLinkServiceConnectionStatus)[keyof typeof PrivateLinkServiceConnectionStatus]; export declare const PublicNetworkAccess: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; /** * The network access type for accessing workspace. Set value to disabled to access workspace only via private link. */ export type PublicNetworkAccess = (typeof PublicNetworkAccess)[keyof typeof PublicNetworkAccess]; export declare const RequiredNsgRules: { readonly AllRules: "AllRules"; readonly NoAzureDatabricksRules: "NoAzureDatabricksRules"; readonly NoAzureServiceRules: "NoAzureServiceRules"; }; /** * Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only. */ export type RequiredNsgRules = (typeof RequiredNsgRules)[keyof typeof RequiredNsgRules];