@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 4.32 kB
TypeScript
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];