pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +65 -2
- pulumi_azure_native/azurefleet/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
- pulumi_azure_native/consumption/__init__.py +3 -0
- pulumi_azure_native/consumption/budget.py +3 -3
- pulumi_azure_native/consumption/get_budget.py +2 -2
- pulumi_azure_native/consumption/v20230501/budget.py +1 -1
- pulumi_azure_native/consumption/v20231101/budget.py +1 -1
- pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
- pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
- pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
- pulumi_azure_native/consumption/v20240801/budget.py +388 -0
- pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
- pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
- pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
- pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
- pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
- pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
- pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
- pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
- pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
- pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
- pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
- pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
- pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
- pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
- pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
- pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
- pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
- pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
- pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
- pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
- pulumi_azure_native/networkcloud/__init__.py +5 -0
- pulumi_azure_native/networkcloud/_inputs.py +52 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/outputs.py +30 -0
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -2
- pulumi_azure_native/security/_inputs.py +0 -536
- pulumi_azure_native/security/outputs.py +0 -465
- pulumi_azure_native/security/v20200101/__init__.py +0 -2
- pulumi_azure_native/security/v20200101/_inputs.py +0 -536
- pulumi_azure_native/security/v20200101/outputs.py +0 -465
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
- pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
- pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
- pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
- pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
- pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
- pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
- pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
- pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
- pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
- pulumi_azure_native/security/adaptive_application_control.py +0 -311
- pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
- pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
- pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1712 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AddressSpaceArgs',
|
|
20
|
+
'AddressSpaceArgsDict',
|
|
21
|
+
'AutomaticClusterUpdateDefinitionArgs',
|
|
22
|
+
'AutomaticClusterUpdateDefinitionArgsDict',
|
|
23
|
+
'ComplianceSecurityProfileDefinitionArgs',
|
|
24
|
+
'ComplianceSecurityProfileDefinitionArgsDict',
|
|
25
|
+
'DefaultCatalogPropertiesArgs',
|
|
26
|
+
'DefaultCatalogPropertiesArgsDict',
|
|
27
|
+
'EncryptionEntitiesDefinitionArgs',
|
|
28
|
+
'EncryptionEntitiesDefinitionArgsDict',
|
|
29
|
+
'EncryptionV2KeyVaultPropertiesArgs',
|
|
30
|
+
'EncryptionV2KeyVaultPropertiesArgsDict',
|
|
31
|
+
'EncryptionV2Args',
|
|
32
|
+
'EncryptionV2ArgsDict',
|
|
33
|
+
'EncryptionArgs',
|
|
34
|
+
'EncryptionArgsDict',
|
|
35
|
+
'EnhancedSecurityComplianceDefinitionArgs',
|
|
36
|
+
'EnhancedSecurityComplianceDefinitionArgsDict',
|
|
37
|
+
'EnhancedSecurityMonitoringDefinitionArgs',
|
|
38
|
+
'EnhancedSecurityMonitoringDefinitionArgsDict',
|
|
39
|
+
'ManagedDiskEncryptionKeyVaultPropertiesArgs',
|
|
40
|
+
'ManagedDiskEncryptionKeyVaultPropertiesArgsDict',
|
|
41
|
+
'ManagedDiskEncryptionArgs',
|
|
42
|
+
'ManagedDiskEncryptionArgsDict',
|
|
43
|
+
'ManagedServiceIdentityArgs',
|
|
44
|
+
'ManagedServiceIdentityArgsDict',
|
|
45
|
+
'PrivateEndpointConnectionPropertiesArgs',
|
|
46
|
+
'PrivateEndpointConnectionPropertiesArgsDict',
|
|
47
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
48
|
+
'PrivateLinkServiceConnectionStateArgsDict',
|
|
49
|
+
'SkuArgs',
|
|
50
|
+
'SkuArgsDict',
|
|
51
|
+
'VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs',
|
|
52
|
+
'VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgsDict',
|
|
53
|
+
'VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs',
|
|
54
|
+
'VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgsDict',
|
|
55
|
+
'WorkspaceCustomBooleanParameterArgs',
|
|
56
|
+
'WorkspaceCustomBooleanParameterArgsDict',
|
|
57
|
+
'WorkspaceCustomParametersArgs',
|
|
58
|
+
'WorkspaceCustomParametersArgsDict',
|
|
59
|
+
'WorkspaceCustomStringParameterArgs',
|
|
60
|
+
'WorkspaceCustomStringParameterArgsDict',
|
|
61
|
+
'WorkspaceEncryptionParameterArgs',
|
|
62
|
+
'WorkspaceEncryptionParameterArgsDict',
|
|
63
|
+
'WorkspaceNoPublicIPBooleanParameterArgs',
|
|
64
|
+
'WorkspaceNoPublicIPBooleanParameterArgsDict',
|
|
65
|
+
'WorkspacePropertiesAccessConnectorArgs',
|
|
66
|
+
'WorkspacePropertiesAccessConnectorArgsDict',
|
|
67
|
+
'WorkspacePropertiesEncryptionArgs',
|
|
68
|
+
'WorkspacePropertiesEncryptionArgsDict',
|
|
69
|
+
'WorkspaceProviderAuthorizationArgs',
|
|
70
|
+
'WorkspaceProviderAuthorizationArgsDict',
|
|
71
|
+
]
|
|
72
|
+
|
|
73
|
+
MYPY = False
|
|
74
|
+
|
|
75
|
+
if not MYPY:
|
|
76
|
+
class AddressSpaceArgsDict(TypedDict):
|
|
77
|
+
"""
|
|
78
|
+
AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
|
|
79
|
+
"""
|
|
80
|
+
address_prefixes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
81
|
+
"""
|
|
82
|
+
A list of address blocks reserved for this virtual network in CIDR notation.
|
|
83
|
+
"""
|
|
84
|
+
elif False:
|
|
85
|
+
AddressSpaceArgsDict: TypeAlias = Mapping[str, Any]
|
|
86
|
+
|
|
87
|
+
@pulumi.input_type
|
|
88
|
+
class AddressSpaceArgs:
|
|
89
|
+
def __init__(__self__, *,
|
|
90
|
+
address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
91
|
+
"""
|
|
92
|
+
AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
|
|
93
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] address_prefixes: A list of address blocks reserved for this virtual network in CIDR notation.
|
|
94
|
+
"""
|
|
95
|
+
if address_prefixes is not None:
|
|
96
|
+
pulumi.set(__self__, "address_prefixes", address_prefixes)
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="addressPrefixes")
|
|
100
|
+
def address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
101
|
+
"""
|
|
102
|
+
A list of address blocks reserved for this virtual network in CIDR notation.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "address_prefixes")
|
|
105
|
+
|
|
106
|
+
@address_prefixes.setter
|
|
107
|
+
def address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
108
|
+
pulumi.set(self, "address_prefixes", value)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
if not MYPY:
|
|
112
|
+
class AutomaticClusterUpdateDefinitionArgsDict(TypedDict):
|
|
113
|
+
"""
|
|
114
|
+
Status of automated cluster updates feature.
|
|
115
|
+
"""
|
|
116
|
+
value: NotRequired[pulumi.Input[Union[str, 'AutomaticClusterUpdateValue']]]
|
|
117
|
+
elif False:
|
|
118
|
+
AutomaticClusterUpdateDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
119
|
+
|
|
120
|
+
@pulumi.input_type
|
|
121
|
+
class AutomaticClusterUpdateDefinitionArgs:
|
|
122
|
+
def __init__(__self__, *,
|
|
123
|
+
value: Optional[pulumi.Input[Union[str, 'AutomaticClusterUpdateValue']]] = None):
|
|
124
|
+
"""
|
|
125
|
+
Status of automated cluster updates feature.
|
|
126
|
+
"""
|
|
127
|
+
if value is not None:
|
|
128
|
+
pulumi.set(__self__, "value", value)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def value(self) -> Optional[pulumi.Input[Union[str, 'AutomaticClusterUpdateValue']]]:
|
|
133
|
+
return pulumi.get(self, "value")
|
|
134
|
+
|
|
135
|
+
@value.setter
|
|
136
|
+
def value(self, value: Optional[pulumi.Input[Union[str, 'AutomaticClusterUpdateValue']]]):
|
|
137
|
+
pulumi.set(self, "value", value)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
if not MYPY:
|
|
141
|
+
class ComplianceSecurityProfileDefinitionArgsDict(TypedDict):
|
|
142
|
+
"""
|
|
143
|
+
Status of Compliance Security Profile feature.
|
|
144
|
+
"""
|
|
145
|
+
compliance_standards: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]]]
|
|
146
|
+
"""
|
|
147
|
+
Compliance standards associated with the workspace.
|
|
148
|
+
"""
|
|
149
|
+
value: NotRequired[pulumi.Input[Union[str, 'ComplianceSecurityProfileValue']]]
|
|
150
|
+
elif False:
|
|
151
|
+
ComplianceSecurityProfileDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
152
|
+
|
|
153
|
+
@pulumi.input_type
|
|
154
|
+
class ComplianceSecurityProfileDefinitionArgs:
|
|
155
|
+
def __init__(__self__, *,
|
|
156
|
+
compliance_standards: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]]] = None,
|
|
157
|
+
value: Optional[pulumi.Input[Union[str, 'ComplianceSecurityProfileValue']]] = None):
|
|
158
|
+
"""
|
|
159
|
+
Status of Compliance Security Profile feature.
|
|
160
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]] compliance_standards: Compliance standards associated with the workspace.
|
|
161
|
+
"""
|
|
162
|
+
if compliance_standards is not None:
|
|
163
|
+
pulumi.set(__self__, "compliance_standards", compliance_standards)
|
|
164
|
+
if value is not None:
|
|
165
|
+
pulumi.set(__self__, "value", value)
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="complianceStandards")
|
|
169
|
+
def compliance_standards(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]]]:
|
|
170
|
+
"""
|
|
171
|
+
Compliance standards associated with the workspace.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "compliance_standards")
|
|
174
|
+
|
|
175
|
+
@compliance_standards.setter
|
|
176
|
+
def compliance_standards(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]]]):
|
|
177
|
+
pulumi.set(self, "compliance_standards", value)
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter
|
|
181
|
+
def value(self) -> Optional[pulumi.Input[Union[str, 'ComplianceSecurityProfileValue']]]:
|
|
182
|
+
return pulumi.get(self, "value")
|
|
183
|
+
|
|
184
|
+
@value.setter
|
|
185
|
+
def value(self, value: Optional[pulumi.Input[Union[str, 'ComplianceSecurityProfileValue']]]):
|
|
186
|
+
pulumi.set(self, "value", value)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
if not MYPY:
|
|
190
|
+
class DefaultCatalogPropertiesArgsDict(TypedDict):
|
|
191
|
+
"""
|
|
192
|
+
These properties lets user specify default catalog properties during workspace creation.
|
|
193
|
+
"""
|
|
194
|
+
initial_name: NotRequired[pulumi.Input[str]]
|
|
195
|
+
"""
|
|
196
|
+
Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
|
|
197
|
+
"""
|
|
198
|
+
initial_type: NotRequired[pulumi.Input[Union[str, 'InitialType']]]
|
|
199
|
+
"""
|
|
200
|
+
Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
|
|
201
|
+
"""
|
|
202
|
+
elif False:
|
|
203
|
+
DefaultCatalogPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
204
|
+
|
|
205
|
+
@pulumi.input_type
|
|
206
|
+
class DefaultCatalogPropertiesArgs:
|
|
207
|
+
def __init__(__self__, *,
|
|
208
|
+
initial_name: Optional[pulumi.Input[str]] = None,
|
|
209
|
+
initial_type: Optional[pulumi.Input[Union[str, 'InitialType']]] = None):
|
|
210
|
+
"""
|
|
211
|
+
These properties lets user specify default catalog properties during workspace creation.
|
|
212
|
+
:param pulumi.Input[str] initial_name: Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
|
|
213
|
+
:param pulumi.Input[Union[str, 'InitialType']] initial_type: Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
|
|
214
|
+
"""
|
|
215
|
+
if initial_name is not None:
|
|
216
|
+
pulumi.set(__self__, "initial_name", initial_name)
|
|
217
|
+
if initial_type is None:
|
|
218
|
+
initial_type = 'HiveMetastore'
|
|
219
|
+
if initial_type is not None:
|
|
220
|
+
pulumi.set(__self__, "initial_type", initial_type)
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="initialName")
|
|
224
|
+
def initial_name(self) -> Optional[pulumi.Input[str]]:
|
|
225
|
+
"""
|
|
226
|
+
Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "initial_name")
|
|
229
|
+
|
|
230
|
+
@initial_name.setter
|
|
231
|
+
def initial_name(self, value: Optional[pulumi.Input[str]]):
|
|
232
|
+
pulumi.set(self, "initial_name", value)
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="initialType")
|
|
236
|
+
def initial_type(self) -> Optional[pulumi.Input[Union[str, 'InitialType']]]:
|
|
237
|
+
"""
|
|
238
|
+
Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "initial_type")
|
|
241
|
+
|
|
242
|
+
@initial_type.setter
|
|
243
|
+
def initial_type(self, value: Optional[pulumi.Input[Union[str, 'InitialType']]]):
|
|
244
|
+
pulumi.set(self, "initial_type", value)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
if not MYPY:
|
|
248
|
+
class EncryptionEntitiesDefinitionArgsDict(TypedDict):
|
|
249
|
+
"""
|
|
250
|
+
Encryption entities for databricks workspace resource.
|
|
251
|
+
"""
|
|
252
|
+
managed_disk: NotRequired[pulumi.Input['ManagedDiskEncryptionArgsDict']]
|
|
253
|
+
"""
|
|
254
|
+
Encryption properties for the databricks managed disks.
|
|
255
|
+
"""
|
|
256
|
+
managed_services: NotRequired[pulumi.Input['EncryptionV2ArgsDict']]
|
|
257
|
+
"""
|
|
258
|
+
Encryption properties for the databricks managed services.
|
|
259
|
+
"""
|
|
260
|
+
elif False:
|
|
261
|
+
EncryptionEntitiesDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
262
|
+
|
|
263
|
+
@pulumi.input_type
|
|
264
|
+
class EncryptionEntitiesDefinitionArgs:
|
|
265
|
+
def __init__(__self__, *,
|
|
266
|
+
managed_disk: Optional[pulumi.Input['ManagedDiskEncryptionArgs']] = None,
|
|
267
|
+
managed_services: Optional[pulumi.Input['EncryptionV2Args']] = None):
|
|
268
|
+
"""
|
|
269
|
+
Encryption entities for databricks workspace resource.
|
|
270
|
+
:param pulumi.Input['ManagedDiskEncryptionArgs'] managed_disk: Encryption properties for the databricks managed disks.
|
|
271
|
+
:param pulumi.Input['EncryptionV2Args'] managed_services: Encryption properties for the databricks managed services.
|
|
272
|
+
"""
|
|
273
|
+
if managed_disk is not None:
|
|
274
|
+
pulumi.set(__self__, "managed_disk", managed_disk)
|
|
275
|
+
if managed_services is not None:
|
|
276
|
+
pulumi.set(__self__, "managed_services", managed_services)
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
@pulumi.getter(name="managedDisk")
|
|
280
|
+
def managed_disk(self) -> Optional[pulumi.Input['ManagedDiskEncryptionArgs']]:
|
|
281
|
+
"""
|
|
282
|
+
Encryption properties for the databricks managed disks.
|
|
283
|
+
"""
|
|
284
|
+
return pulumi.get(self, "managed_disk")
|
|
285
|
+
|
|
286
|
+
@managed_disk.setter
|
|
287
|
+
def managed_disk(self, value: Optional[pulumi.Input['ManagedDiskEncryptionArgs']]):
|
|
288
|
+
pulumi.set(self, "managed_disk", value)
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="managedServices")
|
|
292
|
+
def managed_services(self) -> Optional[pulumi.Input['EncryptionV2Args']]:
|
|
293
|
+
"""
|
|
294
|
+
Encryption properties for the databricks managed services.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "managed_services")
|
|
297
|
+
|
|
298
|
+
@managed_services.setter
|
|
299
|
+
def managed_services(self, value: Optional[pulumi.Input['EncryptionV2Args']]):
|
|
300
|
+
pulumi.set(self, "managed_services", value)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
if not MYPY:
|
|
304
|
+
class EncryptionV2KeyVaultPropertiesArgsDict(TypedDict):
|
|
305
|
+
"""
|
|
306
|
+
Key Vault input properties for encryption.
|
|
307
|
+
"""
|
|
308
|
+
key_name: pulumi.Input[str]
|
|
309
|
+
"""
|
|
310
|
+
The name of KeyVault key.
|
|
311
|
+
"""
|
|
312
|
+
key_vault_uri: pulumi.Input[str]
|
|
313
|
+
"""
|
|
314
|
+
The Uri of KeyVault.
|
|
315
|
+
"""
|
|
316
|
+
key_version: pulumi.Input[str]
|
|
317
|
+
"""
|
|
318
|
+
The version of KeyVault key.
|
|
319
|
+
"""
|
|
320
|
+
elif False:
|
|
321
|
+
EncryptionV2KeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
322
|
+
|
|
323
|
+
@pulumi.input_type
|
|
324
|
+
class EncryptionV2KeyVaultPropertiesArgs:
|
|
325
|
+
def __init__(__self__, *,
|
|
326
|
+
key_name: pulumi.Input[str],
|
|
327
|
+
key_vault_uri: pulumi.Input[str],
|
|
328
|
+
key_version: pulumi.Input[str]):
|
|
329
|
+
"""
|
|
330
|
+
Key Vault input properties for encryption.
|
|
331
|
+
:param pulumi.Input[str] key_name: The name of KeyVault key.
|
|
332
|
+
:param pulumi.Input[str] key_vault_uri: The Uri of KeyVault.
|
|
333
|
+
:param pulumi.Input[str] key_version: The version of KeyVault key.
|
|
334
|
+
"""
|
|
335
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
336
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
337
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter(name="keyName")
|
|
341
|
+
def key_name(self) -> pulumi.Input[str]:
|
|
342
|
+
"""
|
|
343
|
+
The name of KeyVault key.
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "key_name")
|
|
346
|
+
|
|
347
|
+
@key_name.setter
|
|
348
|
+
def key_name(self, value: pulumi.Input[str]):
|
|
349
|
+
pulumi.set(self, "key_name", value)
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="keyVaultUri")
|
|
353
|
+
def key_vault_uri(self) -> pulumi.Input[str]:
|
|
354
|
+
"""
|
|
355
|
+
The Uri of KeyVault.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "key_vault_uri")
|
|
358
|
+
|
|
359
|
+
@key_vault_uri.setter
|
|
360
|
+
def key_vault_uri(self, value: pulumi.Input[str]):
|
|
361
|
+
pulumi.set(self, "key_vault_uri", value)
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="keyVersion")
|
|
365
|
+
def key_version(self) -> pulumi.Input[str]:
|
|
366
|
+
"""
|
|
367
|
+
The version of KeyVault key.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "key_version")
|
|
370
|
+
|
|
371
|
+
@key_version.setter
|
|
372
|
+
def key_version(self, value: pulumi.Input[str]):
|
|
373
|
+
pulumi.set(self, "key_version", value)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
if not MYPY:
|
|
377
|
+
class EncryptionV2ArgsDict(TypedDict):
|
|
378
|
+
"""
|
|
379
|
+
The object that contains details of encryption used on the workspace.
|
|
380
|
+
"""
|
|
381
|
+
key_source: pulumi.Input[Union[str, 'EncryptionKeySource']]
|
|
382
|
+
"""
|
|
383
|
+
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
|
|
384
|
+
"""
|
|
385
|
+
key_vault_properties: NotRequired[pulumi.Input['EncryptionV2KeyVaultPropertiesArgsDict']]
|
|
386
|
+
"""
|
|
387
|
+
Key Vault input properties for encryption.
|
|
388
|
+
"""
|
|
389
|
+
elif False:
|
|
390
|
+
EncryptionV2ArgsDict: TypeAlias = Mapping[str, Any]
|
|
391
|
+
|
|
392
|
+
@pulumi.input_type
|
|
393
|
+
class EncryptionV2Args:
|
|
394
|
+
def __init__(__self__, *,
|
|
395
|
+
key_source: pulumi.Input[Union[str, 'EncryptionKeySource']],
|
|
396
|
+
key_vault_properties: Optional[pulumi.Input['EncryptionV2KeyVaultPropertiesArgs']] = None):
|
|
397
|
+
"""
|
|
398
|
+
The object that contains details of encryption used on the workspace.
|
|
399
|
+
:param pulumi.Input[Union[str, 'EncryptionKeySource']] key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
|
|
400
|
+
:param pulumi.Input['EncryptionV2KeyVaultPropertiesArgs'] key_vault_properties: Key Vault input properties for encryption.
|
|
401
|
+
"""
|
|
402
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
403
|
+
if key_vault_properties is not None:
|
|
404
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter(name="keySource")
|
|
408
|
+
def key_source(self) -> pulumi.Input[Union[str, 'EncryptionKeySource']]:
|
|
409
|
+
"""
|
|
410
|
+
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "key_source")
|
|
413
|
+
|
|
414
|
+
@key_source.setter
|
|
415
|
+
def key_source(self, value: pulumi.Input[Union[str, 'EncryptionKeySource']]):
|
|
416
|
+
pulumi.set(self, "key_source", value)
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
420
|
+
def key_vault_properties(self) -> Optional[pulumi.Input['EncryptionV2KeyVaultPropertiesArgs']]:
|
|
421
|
+
"""
|
|
422
|
+
Key Vault input properties for encryption.
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "key_vault_properties")
|
|
425
|
+
|
|
426
|
+
@key_vault_properties.setter
|
|
427
|
+
def key_vault_properties(self, value: Optional[pulumi.Input['EncryptionV2KeyVaultPropertiesArgs']]):
|
|
428
|
+
pulumi.set(self, "key_vault_properties", value)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
if not MYPY:
|
|
432
|
+
class EncryptionArgsDict(TypedDict):
|
|
433
|
+
"""
|
|
434
|
+
The object that contains details of encryption used on the workspace.
|
|
435
|
+
"""
|
|
436
|
+
key_name: NotRequired[pulumi.Input[str]]
|
|
437
|
+
"""
|
|
438
|
+
The name of KeyVault key.
|
|
439
|
+
"""
|
|
440
|
+
key_source: NotRequired[pulumi.Input[Union[str, 'KeySource']]]
|
|
441
|
+
"""
|
|
442
|
+
The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
|
|
443
|
+
"""
|
|
444
|
+
key_vault_uri: NotRequired[pulumi.Input[str]]
|
|
445
|
+
"""
|
|
446
|
+
The Uri of KeyVault.
|
|
447
|
+
"""
|
|
448
|
+
key_version: NotRequired[pulumi.Input[str]]
|
|
449
|
+
"""
|
|
450
|
+
The version of KeyVault key.
|
|
451
|
+
"""
|
|
452
|
+
elif False:
|
|
453
|
+
EncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
454
|
+
|
|
455
|
+
@pulumi.input_type
|
|
456
|
+
class EncryptionArgs:
|
|
457
|
+
def __init__(__self__, *,
|
|
458
|
+
key_name: Optional[pulumi.Input[str]] = None,
|
|
459
|
+
key_source: Optional[pulumi.Input[Union[str, 'KeySource']]] = None,
|
|
460
|
+
key_vault_uri: Optional[pulumi.Input[str]] = None,
|
|
461
|
+
key_version: Optional[pulumi.Input[str]] = None):
|
|
462
|
+
"""
|
|
463
|
+
The object that contains details of encryption used on the workspace.
|
|
464
|
+
:param pulumi.Input[str] key_name: The name of KeyVault key.
|
|
465
|
+
:param pulumi.Input[Union[str, 'KeySource']] key_source: The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
|
|
466
|
+
:param pulumi.Input[str] key_vault_uri: The Uri of KeyVault.
|
|
467
|
+
:param pulumi.Input[str] key_version: The version of KeyVault key.
|
|
468
|
+
"""
|
|
469
|
+
if key_name is not None:
|
|
470
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
471
|
+
if key_source is None:
|
|
472
|
+
key_source = 'Default'
|
|
473
|
+
if key_source is not None:
|
|
474
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
475
|
+
if key_vault_uri is not None:
|
|
476
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
477
|
+
if key_version is not None:
|
|
478
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
479
|
+
|
|
480
|
+
@property
|
|
481
|
+
@pulumi.getter(name="keyName")
|
|
482
|
+
def key_name(self) -> Optional[pulumi.Input[str]]:
|
|
483
|
+
"""
|
|
484
|
+
The name of KeyVault key.
|
|
485
|
+
"""
|
|
486
|
+
return pulumi.get(self, "key_name")
|
|
487
|
+
|
|
488
|
+
@key_name.setter
|
|
489
|
+
def key_name(self, value: Optional[pulumi.Input[str]]):
|
|
490
|
+
pulumi.set(self, "key_name", value)
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="keySource")
|
|
494
|
+
def key_source(self) -> Optional[pulumi.Input[Union[str, 'KeySource']]]:
|
|
495
|
+
"""
|
|
496
|
+
The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
|
|
497
|
+
"""
|
|
498
|
+
return pulumi.get(self, "key_source")
|
|
499
|
+
|
|
500
|
+
@key_source.setter
|
|
501
|
+
def key_source(self, value: Optional[pulumi.Input[Union[str, 'KeySource']]]):
|
|
502
|
+
pulumi.set(self, "key_source", value)
|
|
503
|
+
|
|
504
|
+
@property
|
|
505
|
+
@pulumi.getter(name="keyVaultUri")
|
|
506
|
+
def key_vault_uri(self) -> Optional[pulumi.Input[str]]:
|
|
507
|
+
"""
|
|
508
|
+
The Uri of KeyVault.
|
|
509
|
+
"""
|
|
510
|
+
return pulumi.get(self, "key_vault_uri")
|
|
511
|
+
|
|
512
|
+
@key_vault_uri.setter
|
|
513
|
+
def key_vault_uri(self, value: Optional[pulumi.Input[str]]):
|
|
514
|
+
pulumi.set(self, "key_vault_uri", value)
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="keyVersion")
|
|
518
|
+
def key_version(self) -> Optional[pulumi.Input[str]]:
|
|
519
|
+
"""
|
|
520
|
+
The version of KeyVault key.
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "key_version")
|
|
523
|
+
|
|
524
|
+
@key_version.setter
|
|
525
|
+
def key_version(self, value: Optional[pulumi.Input[str]]):
|
|
526
|
+
pulumi.set(self, "key_version", value)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
if not MYPY:
|
|
530
|
+
class EnhancedSecurityComplianceDefinitionArgsDict(TypedDict):
|
|
531
|
+
"""
|
|
532
|
+
Status of settings related to the Enhanced Security and Compliance Add-On.
|
|
533
|
+
"""
|
|
534
|
+
automatic_cluster_update: NotRequired[pulumi.Input['AutomaticClusterUpdateDefinitionArgsDict']]
|
|
535
|
+
"""
|
|
536
|
+
Status of automated cluster updates feature.
|
|
537
|
+
"""
|
|
538
|
+
compliance_security_profile: NotRequired[pulumi.Input['ComplianceSecurityProfileDefinitionArgsDict']]
|
|
539
|
+
"""
|
|
540
|
+
Status of Compliance Security Profile feature.
|
|
541
|
+
"""
|
|
542
|
+
enhanced_security_monitoring: NotRequired[pulumi.Input['EnhancedSecurityMonitoringDefinitionArgsDict']]
|
|
543
|
+
"""
|
|
544
|
+
Status of Enhanced Security Monitoring feature.
|
|
545
|
+
"""
|
|
546
|
+
elif False:
|
|
547
|
+
EnhancedSecurityComplianceDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
548
|
+
|
|
549
|
+
@pulumi.input_type
|
|
550
|
+
class EnhancedSecurityComplianceDefinitionArgs:
|
|
551
|
+
def __init__(__self__, *,
|
|
552
|
+
automatic_cluster_update: Optional[pulumi.Input['AutomaticClusterUpdateDefinitionArgs']] = None,
|
|
553
|
+
compliance_security_profile: Optional[pulumi.Input['ComplianceSecurityProfileDefinitionArgs']] = None,
|
|
554
|
+
enhanced_security_monitoring: Optional[pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs']] = None):
|
|
555
|
+
"""
|
|
556
|
+
Status of settings related to the Enhanced Security and Compliance Add-On.
|
|
557
|
+
:param pulumi.Input['AutomaticClusterUpdateDefinitionArgs'] automatic_cluster_update: Status of automated cluster updates feature.
|
|
558
|
+
:param pulumi.Input['ComplianceSecurityProfileDefinitionArgs'] compliance_security_profile: Status of Compliance Security Profile feature.
|
|
559
|
+
:param pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs'] enhanced_security_monitoring: Status of Enhanced Security Monitoring feature.
|
|
560
|
+
"""
|
|
561
|
+
if automatic_cluster_update is not None:
|
|
562
|
+
pulumi.set(__self__, "automatic_cluster_update", automatic_cluster_update)
|
|
563
|
+
if compliance_security_profile is not None:
|
|
564
|
+
pulumi.set(__self__, "compliance_security_profile", compliance_security_profile)
|
|
565
|
+
if enhanced_security_monitoring is not None:
|
|
566
|
+
pulumi.set(__self__, "enhanced_security_monitoring", enhanced_security_monitoring)
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
@pulumi.getter(name="automaticClusterUpdate")
|
|
570
|
+
def automatic_cluster_update(self) -> Optional[pulumi.Input['AutomaticClusterUpdateDefinitionArgs']]:
|
|
571
|
+
"""
|
|
572
|
+
Status of automated cluster updates feature.
|
|
573
|
+
"""
|
|
574
|
+
return pulumi.get(self, "automatic_cluster_update")
|
|
575
|
+
|
|
576
|
+
@automatic_cluster_update.setter
|
|
577
|
+
def automatic_cluster_update(self, value: Optional[pulumi.Input['AutomaticClusterUpdateDefinitionArgs']]):
|
|
578
|
+
pulumi.set(self, "automatic_cluster_update", value)
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter(name="complianceSecurityProfile")
|
|
582
|
+
def compliance_security_profile(self) -> Optional[pulumi.Input['ComplianceSecurityProfileDefinitionArgs']]:
|
|
583
|
+
"""
|
|
584
|
+
Status of Compliance Security Profile feature.
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "compliance_security_profile")
|
|
587
|
+
|
|
588
|
+
@compliance_security_profile.setter
|
|
589
|
+
def compliance_security_profile(self, value: Optional[pulumi.Input['ComplianceSecurityProfileDefinitionArgs']]):
|
|
590
|
+
pulumi.set(self, "compliance_security_profile", value)
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="enhancedSecurityMonitoring")
|
|
594
|
+
def enhanced_security_monitoring(self) -> Optional[pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs']]:
|
|
595
|
+
"""
|
|
596
|
+
Status of Enhanced Security Monitoring feature.
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "enhanced_security_monitoring")
|
|
599
|
+
|
|
600
|
+
@enhanced_security_monitoring.setter
|
|
601
|
+
def enhanced_security_monitoring(self, value: Optional[pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs']]):
|
|
602
|
+
pulumi.set(self, "enhanced_security_monitoring", value)
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
if not MYPY:
|
|
606
|
+
class EnhancedSecurityMonitoringDefinitionArgsDict(TypedDict):
|
|
607
|
+
"""
|
|
608
|
+
Status of Enhanced Security Monitoring feature.
|
|
609
|
+
"""
|
|
610
|
+
value: NotRequired[pulumi.Input[Union[str, 'EnhancedSecurityMonitoringValue']]]
|
|
611
|
+
elif False:
|
|
612
|
+
EnhancedSecurityMonitoringDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
613
|
+
|
|
614
|
+
@pulumi.input_type
|
|
615
|
+
class EnhancedSecurityMonitoringDefinitionArgs:
|
|
616
|
+
def __init__(__self__, *,
|
|
617
|
+
value: Optional[pulumi.Input[Union[str, 'EnhancedSecurityMonitoringValue']]] = None):
|
|
618
|
+
"""
|
|
619
|
+
Status of Enhanced Security Monitoring feature.
|
|
620
|
+
"""
|
|
621
|
+
if value is not None:
|
|
622
|
+
pulumi.set(__self__, "value", value)
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
@pulumi.getter
|
|
626
|
+
def value(self) -> Optional[pulumi.Input[Union[str, 'EnhancedSecurityMonitoringValue']]]:
|
|
627
|
+
return pulumi.get(self, "value")
|
|
628
|
+
|
|
629
|
+
@value.setter
|
|
630
|
+
def value(self, value: Optional[pulumi.Input[Union[str, 'EnhancedSecurityMonitoringValue']]]):
|
|
631
|
+
pulumi.set(self, "value", value)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
if not MYPY:
|
|
635
|
+
class ManagedDiskEncryptionKeyVaultPropertiesArgsDict(TypedDict):
|
|
636
|
+
"""
|
|
637
|
+
Key Vault input properties for encryption.
|
|
638
|
+
"""
|
|
639
|
+
key_name: pulumi.Input[str]
|
|
640
|
+
"""
|
|
641
|
+
The name of KeyVault key.
|
|
642
|
+
"""
|
|
643
|
+
key_vault_uri: pulumi.Input[str]
|
|
644
|
+
"""
|
|
645
|
+
The URI of KeyVault.
|
|
646
|
+
"""
|
|
647
|
+
key_version: pulumi.Input[str]
|
|
648
|
+
"""
|
|
649
|
+
The version of KeyVault key.
|
|
650
|
+
"""
|
|
651
|
+
elif False:
|
|
652
|
+
ManagedDiskEncryptionKeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
653
|
+
|
|
654
|
+
@pulumi.input_type
|
|
655
|
+
class ManagedDiskEncryptionKeyVaultPropertiesArgs:
|
|
656
|
+
def __init__(__self__, *,
|
|
657
|
+
key_name: pulumi.Input[str],
|
|
658
|
+
key_vault_uri: pulumi.Input[str],
|
|
659
|
+
key_version: pulumi.Input[str]):
|
|
660
|
+
"""
|
|
661
|
+
Key Vault input properties for encryption.
|
|
662
|
+
:param pulumi.Input[str] key_name: The name of KeyVault key.
|
|
663
|
+
:param pulumi.Input[str] key_vault_uri: The URI of KeyVault.
|
|
664
|
+
:param pulumi.Input[str] key_version: The version of KeyVault key.
|
|
665
|
+
"""
|
|
666
|
+
pulumi.set(__self__, "key_name", key_name)
|
|
667
|
+
pulumi.set(__self__, "key_vault_uri", key_vault_uri)
|
|
668
|
+
pulumi.set(__self__, "key_version", key_version)
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
@pulumi.getter(name="keyName")
|
|
672
|
+
def key_name(self) -> pulumi.Input[str]:
|
|
673
|
+
"""
|
|
674
|
+
The name of KeyVault key.
|
|
675
|
+
"""
|
|
676
|
+
return pulumi.get(self, "key_name")
|
|
677
|
+
|
|
678
|
+
@key_name.setter
|
|
679
|
+
def key_name(self, value: pulumi.Input[str]):
|
|
680
|
+
pulumi.set(self, "key_name", value)
|
|
681
|
+
|
|
682
|
+
@property
|
|
683
|
+
@pulumi.getter(name="keyVaultUri")
|
|
684
|
+
def key_vault_uri(self) -> pulumi.Input[str]:
|
|
685
|
+
"""
|
|
686
|
+
The URI of KeyVault.
|
|
687
|
+
"""
|
|
688
|
+
return pulumi.get(self, "key_vault_uri")
|
|
689
|
+
|
|
690
|
+
@key_vault_uri.setter
|
|
691
|
+
def key_vault_uri(self, value: pulumi.Input[str]):
|
|
692
|
+
pulumi.set(self, "key_vault_uri", value)
|
|
693
|
+
|
|
694
|
+
@property
|
|
695
|
+
@pulumi.getter(name="keyVersion")
|
|
696
|
+
def key_version(self) -> pulumi.Input[str]:
|
|
697
|
+
"""
|
|
698
|
+
The version of KeyVault key.
|
|
699
|
+
"""
|
|
700
|
+
return pulumi.get(self, "key_version")
|
|
701
|
+
|
|
702
|
+
@key_version.setter
|
|
703
|
+
def key_version(self, value: pulumi.Input[str]):
|
|
704
|
+
pulumi.set(self, "key_version", value)
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
if not MYPY:
|
|
708
|
+
class ManagedDiskEncryptionArgsDict(TypedDict):
|
|
709
|
+
"""
|
|
710
|
+
The object that contains details of encryption used on the workspace.
|
|
711
|
+
"""
|
|
712
|
+
key_source: pulumi.Input[Union[str, 'EncryptionKeySource']]
|
|
713
|
+
"""
|
|
714
|
+
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
|
|
715
|
+
"""
|
|
716
|
+
key_vault_properties: pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgsDict']
|
|
717
|
+
"""
|
|
718
|
+
Key Vault input properties for encryption.
|
|
719
|
+
"""
|
|
720
|
+
rotation_to_latest_key_version_enabled: NotRequired[pulumi.Input[bool]]
|
|
721
|
+
"""
|
|
722
|
+
Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
|
|
723
|
+
"""
|
|
724
|
+
elif False:
|
|
725
|
+
ManagedDiskEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
726
|
+
|
|
727
|
+
@pulumi.input_type
|
|
728
|
+
class ManagedDiskEncryptionArgs:
|
|
729
|
+
def __init__(__self__, *,
|
|
730
|
+
key_source: pulumi.Input[Union[str, 'EncryptionKeySource']],
|
|
731
|
+
key_vault_properties: pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs'],
|
|
732
|
+
rotation_to_latest_key_version_enabled: Optional[pulumi.Input[bool]] = None):
|
|
733
|
+
"""
|
|
734
|
+
The object that contains details of encryption used on the workspace.
|
|
735
|
+
:param pulumi.Input[Union[str, 'EncryptionKeySource']] key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
|
|
736
|
+
:param pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs'] key_vault_properties: Key Vault input properties for encryption.
|
|
737
|
+
:param pulumi.Input[bool] rotation_to_latest_key_version_enabled: Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
|
|
738
|
+
"""
|
|
739
|
+
pulumi.set(__self__, "key_source", key_source)
|
|
740
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
741
|
+
if rotation_to_latest_key_version_enabled is not None:
|
|
742
|
+
pulumi.set(__self__, "rotation_to_latest_key_version_enabled", rotation_to_latest_key_version_enabled)
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
@pulumi.getter(name="keySource")
|
|
746
|
+
def key_source(self) -> pulumi.Input[Union[str, 'EncryptionKeySource']]:
|
|
747
|
+
"""
|
|
748
|
+
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
|
|
749
|
+
"""
|
|
750
|
+
return pulumi.get(self, "key_source")
|
|
751
|
+
|
|
752
|
+
@key_source.setter
|
|
753
|
+
def key_source(self, value: pulumi.Input[Union[str, 'EncryptionKeySource']]):
|
|
754
|
+
pulumi.set(self, "key_source", value)
|
|
755
|
+
|
|
756
|
+
@property
|
|
757
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
758
|
+
def key_vault_properties(self) -> pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs']:
|
|
759
|
+
"""
|
|
760
|
+
Key Vault input properties for encryption.
|
|
761
|
+
"""
|
|
762
|
+
return pulumi.get(self, "key_vault_properties")
|
|
763
|
+
|
|
764
|
+
@key_vault_properties.setter
|
|
765
|
+
def key_vault_properties(self, value: pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs']):
|
|
766
|
+
pulumi.set(self, "key_vault_properties", value)
|
|
767
|
+
|
|
768
|
+
@property
|
|
769
|
+
@pulumi.getter(name="rotationToLatestKeyVersionEnabled")
|
|
770
|
+
def rotation_to_latest_key_version_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
771
|
+
"""
|
|
772
|
+
Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
|
|
773
|
+
"""
|
|
774
|
+
return pulumi.get(self, "rotation_to_latest_key_version_enabled")
|
|
775
|
+
|
|
776
|
+
@rotation_to_latest_key_version_enabled.setter
|
|
777
|
+
def rotation_to_latest_key_version_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
778
|
+
pulumi.set(self, "rotation_to_latest_key_version_enabled", value)
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
if not MYPY:
|
|
782
|
+
class ManagedServiceIdentityArgsDict(TypedDict):
|
|
783
|
+
"""
|
|
784
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
785
|
+
"""
|
|
786
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
|
|
787
|
+
"""
|
|
788
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
789
|
+
"""
|
|
790
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
791
|
+
"""
|
|
792
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
793
|
+
"""
|
|
794
|
+
elif False:
|
|
795
|
+
ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
796
|
+
|
|
797
|
+
@pulumi.input_type
|
|
798
|
+
class ManagedServiceIdentityArgs:
|
|
799
|
+
def __init__(__self__, *,
|
|
800
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
801
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
802
|
+
"""
|
|
803
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
804
|
+
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
805
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
806
|
+
"""
|
|
807
|
+
pulumi.set(__self__, "type", type)
|
|
808
|
+
if user_assigned_identities is not None:
|
|
809
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
810
|
+
|
|
811
|
+
@property
|
|
812
|
+
@pulumi.getter
|
|
813
|
+
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
814
|
+
"""
|
|
815
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
816
|
+
"""
|
|
817
|
+
return pulumi.get(self, "type")
|
|
818
|
+
|
|
819
|
+
@type.setter
|
|
820
|
+
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
821
|
+
pulumi.set(self, "type", value)
|
|
822
|
+
|
|
823
|
+
@property
|
|
824
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
825
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
826
|
+
"""
|
|
827
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
828
|
+
"""
|
|
829
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
830
|
+
|
|
831
|
+
@user_assigned_identities.setter
|
|
832
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
833
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
if not MYPY:
|
|
837
|
+
class PrivateEndpointConnectionPropertiesArgsDict(TypedDict):
|
|
838
|
+
"""
|
|
839
|
+
The properties of a private endpoint connection
|
|
840
|
+
"""
|
|
841
|
+
private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgsDict']
|
|
842
|
+
"""
|
|
843
|
+
Private endpoint connection state
|
|
844
|
+
"""
|
|
845
|
+
group_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
846
|
+
"""
|
|
847
|
+
GroupIds from the private link service resource.
|
|
848
|
+
"""
|
|
849
|
+
elif False:
|
|
850
|
+
PrivateEndpointConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
851
|
+
|
|
852
|
+
@pulumi.input_type
|
|
853
|
+
class PrivateEndpointConnectionPropertiesArgs:
|
|
854
|
+
def __init__(__self__, *,
|
|
855
|
+
private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
|
|
856
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
857
|
+
"""
|
|
858
|
+
The properties of a private endpoint connection
|
|
859
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Private endpoint connection state
|
|
860
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: GroupIds from the private link service resource.
|
|
861
|
+
"""
|
|
862
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
863
|
+
if group_ids is not None:
|
|
864
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
865
|
+
|
|
866
|
+
@property
|
|
867
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
868
|
+
def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
|
|
869
|
+
"""
|
|
870
|
+
Private endpoint connection state
|
|
871
|
+
"""
|
|
872
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
873
|
+
|
|
874
|
+
@private_link_service_connection_state.setter
|
|
875
|
+
def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
|
|
876
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
877
|
+
|
|
878
|
+
@property
|
|
879
|
+
@pulumi.getter(name="groupIds")
|
|
880
|
+
def group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
881
|
+
"""
|
|
882
|
+
GroupIds from the private link service resource.
|
|
883
|
+
"""
|
|
884
|
+
return pulumi.get(self, "group_ids")
|
|
885
|
+
|
|
886
|
+
@group_ids.setter
|
|
887
|
+
def group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
888
|
+
pulumi.set(self, "group_ids", value)
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
if not MYPY:
|
|
892
|
+
class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
|
|
893
|
+
"""
|
|
894
|
+
The current state of a private endpoint connection
|
|
895
|
+
"""
|
|
896
|
+
status: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]
|
|
897
|
+
"""
|
|
898
|
+
The status of a private endpoint connection
|
|
899
|
+
"""
|
|
900
|
+
actions_required: NotRequired[pulumi.Input[str]]
|
|
901
|
+
"""
|
|
902
|
+
Actions required for a private endpoint connection
|
|
903
|
+
"""
|
|
904
|
+
description: NotRequired[pulumi.Input[str]]
|
|
905
|
+
"""
|
|
906
|
+
The description for the current state of a private endpoint connection
|
|
907
|
+
"""
|
|
908
|
+
elif False:
|
|
909
|
+
PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
|
|
910
|
+
|
|
911
|
+
@pulumi.input_type
|
|
912
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
913
|
+
def __init__(__self__, *,
|
|
914
|
+
status: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']],
|
|
915
|
+
actions_required: Optional[pulumi.Input[str]] = None,
|
|
916
|
+
description: Optional[pulumi.Input[str]] = None):
|
|
917
|
+
"""
|
|
918
|
+
The current state of a private endpoint connection
|
|
919
|
+
:param pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']] status: The status of a private endpoint connection
|
|
920
|
+
:param pulumi.Input[str] actions_required: Actions required for a private endpoint connection
|
|
921
|
+
:param pulumi.Input[str] description: The description for the current state of a private endpoint connection
|
|
922
|
+
"""
|
|
923
|
+
pulumi.set(__self__, "status", status)
|
|
924
|
+
if actions_required is not None:
|
|
925
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
926
|
+
if description is not None:
|
|
927
|
+
pulumi.set(__self__, "description", description)
|
|
928
|
+
|
|
929
|
+
@property
|
|
930
|
+
@pulumi.getter
|
|
931
|
+
def status(self) -> pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]:
|
|
932
|
+
"""
|
|
933
|
+
The status of a private endpoint connection
|
|
934
|
+
"""
|
|
935
|
+
return pulumi.get(self, "status")
|
|
936
|
+
|
|
937
|
+
@status.setter
|
|
938
|
+
def status(self, value: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]):
|
|
939
|
+
pulumi.set(self, "status", value)
|
|
940
|
+
|
|
941
|
+
@property
|
|
942
|
+
@pulumi.getter(name="actionsRequired")
|
|
943
|
+
def actions_required(self) -> Optional[pulumi.Input[str]]:
|
|
944
|
+
"""
|
|
945
|
+
Actions required for a private endpoint connection
|
|
946
|
+
"""
|
|
947
|
+
return pulumi.get(self, "actions_required")
|
|
948
|
+
|
|
949
|
+
@actions_required.setter
|
|
950
|
+
def actions_required(self, value: Optional[pulumi.Input[str]]):
|
|
951
|
+
pulumi.set(self, "actions_required", value)
|
|
952
|
+
|
|
953
|
+
@property
|
|
954
|
+
@pulumi.getter
|
|
955
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
956
|
+
"""
|
|
957
|
+
The description for the current state of a private endpoint connection
|
|
958
|
+
"""
|
|
959
|
+
return pulumi.get(self, "description")
|
|
960
|
+
|
|
961
|
+
@description.setter
|
|
962
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
963
|
+
pulumi.set(self, "description", value)
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
if not MYPY:
|
|
967
|
+
class SkuArgsDict(TypedDict):
|
|
968
|
+
"""
|
|
969
|
+
SKU for the resource.
|
|
970
|
+
"""
|
|
971
|
+
name: pulumi.Input[str]
|
|
972
|
+
"""
|
|
973
|
+
The SKU name.
|
|
974
|
+
"""
|
|
975
|
+
tier: NotRequired[pulumi.Input[str]]
|
|
976
|
+
"""
|
|
977
|
+
The SKU tier.
|
|
978
|
+
"""
|
|
979
|
+
elif False:
|
|
980
|
+
SkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
981
|
+
|
|
982
|
+
@pulumi.input_type
|
|
983
|
+
class SkuArgs:
|
|
984
|
+
def __init__(__self__, *,
|
|
985
|
+
name: pulumi.Input[str],
|
|
986
|
+
tier: Optional[pulumi.Input[str]] = None):
|
|
987
|
+
"""
|
|
988
|
+
SKU for the resource.
|
|
989
|
+
:param pulumi.Input[str] name: The SKU name.
|
|
990
|
+
:param pulumi.Input[str] tier: The SKU tier.
|
|
991
|
+
"""
|
|
992
|
+
pulumi.set(__self__, "name", name)
|
|
993
|
+
if tier is not None:
|
|
994
|
+
pulumi.set(__self__, "tier", tier)
|
|
995
|
+
|
|
996
|
+
@property
|
|
997
|
+
@pulumi.getter
|
|
998
|
+
def name(self) -> pulumi.Input[str]:
|
|
999
|
+
"""
|
|
1000
|
+
The SKU name.
|
|
1001
|
+
"""
|
|
1002
|
+
return pulumi.get(self, "name")
|
|
1003
|
+
|
|
1004
|
+
@name.setter
|
|
1005
|
+
def name(self, value: pulumi.Input[str]):
|
|
1006
|
+
pulumi.set(self, "name", value)
|
|
1007
|
+
|
|
1008
|
+
@property
|
|
1009
|
+
@pulumi.getter
|
|
1010
|
+
def tier(self) -> Optional[pulumi.Input[str]]:
|
|
1011
|
+
"""
|
|
1012
|
+
The SKU tier.
|
|
1013
|
+
"""
|
|
1014
|
+
return pulumi.get(self, "tier")
|
|
1015
|
+
|
|
1016
|
+
@tier.setter
|
|
1017
|
+
def tier(self, value: Optional[pulumi.Input[str]]):
|
|
1018
|
+
pulumi.set(self, "tier", value)
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
if not MYPY:
|
|
1022
|
+
class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgsDict(TypedDict):
|
|
1023
|
+
"""
|
|
1024
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
1025
|
+
"""
|
|
1026
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1027
|
+
"""
|
|
1028
|
+
The Id of the databricks virtual network.
|
|
1029
|
+
"""
|
|
1030
|
+
elif False:
|
|
1031
|
+
VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
1032
|
+
|
|
1033
|
+
@pulumi.input_type
|
|
1034
|
+
class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs:
|
|
1035
|
+
def __init__(__self__, *,
|
|
1036
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1037
|
+
"""
|
|
1038
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
1039
|
+
:param pulumi.Input[str] id: The Id of the databricks virtual network.
|
|
1040
|
+
"""
|
|
1041
|
+
if id is not None:
|
|
1042
|
+
pulumi.set(__self__, "id", id)
|
|
1043
|
+
|
|
1044
|
+
@property
|
|
1045
|
+
@pulumi.getter
|
|
1046
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1047
|
+
"""
|
|
1048
|
+
The Id of the databricks virtual network.
|
|
1049
|
+
"""
|
|
1050
|
+
return pulumi.get(self, "id")
|
|
1051
|
+
|
|
1052
|
+
@id.setter
|
|
1053
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1054
|
+
pulumi.set(self, "id", value)
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
if not MYPY:
|
|
1058
|
+
class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgsDict(TypedDict):
|
|
1059
|
+
"""
|
|
1060
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
1061
|
+
"""
|
|
1062
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1063
|
+
"""
|
|
1064
|
+
The Id of the remote virtual network.
|
|
1065
|
+
"""
|
|
1066
|
+
elif False:
|
|
1067
|
+
VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgsDict: TypeAlias = Mapping[str, Any]
|
|
1068
|
+
|
|
1069
|
+
@pulumi.input_type
|
|
1070
|
+
class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs:
|
|
1071
|
+
def __init__(__self__, *,
|
|
1072
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1073
|
+
"""
|
|
1074
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
1075
|
+
:param pulumi.Input[str] id: The Id of the remote virtual network.
|
|
1076
|
+
"""
|
|
1077
|
+
if id is not None:
|
|
1078
|
+
pulumi.set(__self__, "id", id)
|
|
1079
|
+
|
|
1080
|
+
@property
|
|
1081
|
+
@pulumi.getter
|
|
1082
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1083
|
+
"""
|
|
1084
|
+
The Id of the remote virtual network.
|
|
1085
|
+
"""
|
|
1086
|
+
return pulumi.get(self, "id")
|
|
1087
|
+
|
|
1088
|
+
@id.setter
|
|
1089
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1090
|
+
pulumi.set(self, "id", value)
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
if not MYPY:
|
|
1094
|
+
class WorkspaceCustomBooleanParameterArgsDict(TypedDict):
|
|
1095
|
+
"""
|
|
1096
|
+
The value which should be used for this field.
|
|
1097
|
+
"""
|
|
1098
|
+
value: pulumi.Input[bool]
|
|
1099
|
+
"""
|
|
1100
|
+
The value which should be used for this field.
|
|
1101
|
+
"""
|
|
1102
|
+
elif False:
|
|
1103
|
+
WorkspaceCustomBooleanParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
1104
|
+
|
|
1105
|
+
@pulumi.input_type
|
|
1106
|
+
class WorkspaceCustomBooleanParameterArgs:
|
|
1107
|
+
def __init__(__self__, *,
|
|
1108
|
+
value: pulumi.Input[bool]):
|
|
1109
|
+
"""
|
|
1110
|
+
The value which should be used for this field.
|
|
1111
|
+
:param pulumi.Input[bool] value: The value which should be used for this field.
|
|
1112
|
+
"""
|
|
1113
|
+
pulumi.set(__self__, "value", value)
|
|
1114
|
+
|
|
1115
|
+
@property
|
|
1116
|
+
@pulumi.getter
|
|
1117
|
+
def value(self) -> pulumi.Input[bool]:
|
|
1118
|
+
"""
|
|
1119
|
+
The value which should be used for this field.
|
|
1120
|
+
"""
|
|
1121
|
+
return pulumi.get(self, "value")
|
|
1122
|
+
|
|
1123
|
+
@value.setter
|
|
1124
|
+
def value(self, value: pulumi.Input[bool]):
|
|
1125
|
+
pulumi.set(self, "value", value)
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
if not MYPY:
|
|
1129
|
+
class WorkspaceCustomParametersArgsDict(TypedDict):
|
|
1130
|
+
"""
|
|
1131
|
+
Custom Parameters used for Cluster Creation.
|
|
1132
|
+
"""
|
|
1133
|
+
aml_workspace_id: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1134
|
+
"""
|
|
1135
|
+
The ID of a Azure Machine Learning workspace to link with Databricks workspace
|
|
1136
|
+
"""
|
|
1137
|
+
custom_private_subnet_name: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1138
|
+
"""
|
|
1139
|
+
The name of the Private Subnet within the Virtual Network
|
|
1140
|
+
"""
|
|
1141
|
+
custom_public_subnet_name: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1142
|
+
"""
|
|
1143
|
+
The name of a Public Subnet within the Virtual Network
|
|
1144
|
+
"""
|
|
1145
|
+
custom_virtual_network_id: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1146
|
+
"""
|
|
1147
|
+
The ID of a Virtual Network where this Databricks Cluster should be created
|
|
1148
|
+
"""
|
|
1149
|
+
enable_no_public_ip: NotRequired[pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgsDict']]
|
|
1150
|
+
"""
|
|
1151
|
+
Boolean indicating whether the public IP should be disabled. Default value is true
|
|
1152
|
+
"""
|
|
1153
|
+
encryption: NotRequired[pulumi.Input['WorkspaceEncryptionParameterArgsDict']]
|
|
1154
|
+
"""
|
|
1155
|
+
Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
|
|
1156
|
+
"""
|
|
1157
|
+
load_balancer_backend_pool_name: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1158
|
+
"""
|
|
1159
|
+
Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
|
|
1160
|
+
"""
|
|
1161
|
+
load_balancer_id: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1162
|
+
"""
|
|
1163
|
+
Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
|
|
1164
|
+
"""
|
|
1165
|
+
nat_gateway_name: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1166
|
+
"""
|
|
1167
|
+
Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
|
|
1168
|
+
"""
|
|
1169
|
+
prepare_encryption: NotRequired[pulumi.Input['WorkspaceCustomBooleanParameterArgsDict']]
|
|
1170
|
+
"""
|
|
1171
|
+
Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
|
|
1172
|
+
"""
|
|
1173
|
+
public_ip_name: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1174
|
+
"""
|
|
1175
|
+
Name of the Public IP for No Public IP workspace with managed vNet.
|
|
1176
|
+
"""
|
|
1177
|
+
require_infrastructure_encryption: NotRequired[pulumi.Input['WorkspaceCustomBooleanParameterArgsDict']]
|
|
1178
|
+
"""
|
|
1179
|
+
A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
|
|
1180
|
+
"""
|
|
1181
|
+
storage_account_name: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1182
|
+
"""
|
|
1183
|
+
Default DBFS storage account name.
|
|
1184
|
+
"""
|
|
1185
|
+
storage_account_sku_name: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1186
|
+
"""
|
|
1187
|
+
Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
|
|
1188
|
+
"""
|
|
1189
|
+
vnet_address_prefix: NotRequired[pulumi.Input['WorkspaceCustomStringParameterArgsDict']]
|
|
1190
|
+
"""
|
|
1191
|
+
Address prefix for Managed virtual network. Default value for this input is 10.139.
|
|
1192
|
+
"""
|
|
1193
|
+
elif False:
|
|
1194
|
+
WorkspaceCustomParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
1195
|
+
|
|
1196
|
+
@pulumi.input_type
|
|
1197
|
+
class WorkspaceCustomParametersArgs:
|
|
1198
|
+
def __init__(__self__, *,
|
|
1199
|
+
aml_workspace_id: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1200
|
+
custom_private_subnet_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1201
|
+
custom_public_subnet_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1202
|
+
custom_virtual_network_id: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1203
|
+
enable_no_public_ip: Optional[pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs']] = None,
|
|
1204
|
+
encryption: Optional[pulumi.Input['WorkspaceEncryptionParameterArgs']] = None,
|
|
1205
|
+
load_balancer_backend_pool_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1206
|
+
load_balancer_id: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1207
|
+
nat_gateway_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1208
|
+
prepare_encryption: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']] = None,
|
|
1209
|
+
public_ip_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1210
|
+
require_infrastructure_encryption: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']] = None,
|
|
1211
|
+
storage_account_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1212
|
+
storage_account_sku_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
|
|
1213
|
+
vnet_address_prefix: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None):
|
|
1214
|
+
"""
|
|
1215
|
+
Custom Parameters used for Cluster Creation.
|
|
1216
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] aml_workspace_id: The ID of a Azure Machine Learning workspace to link with Databricks workspace
|
|
1217
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] custom_private_subnet_name: The name of the Private Subnet within the Virtual Network
|
|
1218
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] custom_public_subnet_name: The name of a Public Subnet within the Virtual Network
|
|
1219
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] custom_virtual_network_id: The ID of a Virtual Network where this Databricks Cluster should be created
|
|
1220
|
+
:param pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs'] enable_no_public_ip: Boolean indicating whether the public IP should be disabled. Default value is true
|
|
1221
|
+
:param pulumi.Input['WorkspaceEncryptionParameterArgs'] encryption: Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
|
|
1222
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] load_balancer_backend_pool_name: Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
|
|
1223
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] load_balancer_id: Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
|
|
1224
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] nat_gateway_name: Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
|
|
1225
|
+
:param pulumi.Input['WorkspaceCustomBooleanParameterArgs'] prepare_encryption: Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
|
|
1226
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] public_ip_name: Name of the Public IP for No Public IP workspace with managed vNet.
|
|
1227
|
+
:param pulumi.Input['WorkspaceCustomBooleanParameterArgs'] require_infrastructure_encryption: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
|
|
1228
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] storage_account_name: Default DBFS storage account name.
|
|
1229
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] storage_account_sku_name: Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
|
|
1230
|
+
:param pulumi.Input['WorkspaceCustomStringParameterArgs'] vnet_address_prefix: Address prefix for Managed virtual network. Default value for this input is 10.139.
|
|
1231
|
+
"""
|
|
1232
|
+
if aml_workspace_id is not None:
|
|
1233
|
+
pulumi.set(__self__, "aml_workspace_id", aml_workspace_id)
|
|
1234
|
+
if custom_private_subnet_name is not None:
|
|
1235
|
+
pulumi.set(__self__, "custom_private_subnet_name", custom_private_subnet_name)
|
|
1236
|
+
if custom_public_subnet_name is not None:
|
|
1237
|
+
pulumi.set(__self__, "custom_public_subnet_name", custom_public_subnet_name)
|
|
1238
|
+
if custom_virtual_network_id is not None:
|
|
1239
|
+
pulumi.set(__self__, "custom_virtual_network_id", custom_virtual_network_id)
|
|
1240
|
+
if enable_no_public_ip is not None:
|
|
1241
|
+
pulumi.set(__self__, "enable_no_public_ip", enable_no_public_ip)
|
|
1242
|
+
if encryption is not None:
|
|
1243
|
+
pulumi.set(__self__, "encryption", encryption)
|
|
1244
|
+
if load_balancer_backend_pool_name is not None:
|
|
1245
|
+
pulumi.set(__self__, "load_balancer_backend_pool_name", load_balancer_backend_pool_name)
|
|
1246
|
+
if load_balancer_id is not None:
|
|
1247
|
+
pulumi.set(__self__, "load_balancer_id", load_balancer_id)
|
|
1248
|
+
if nat_gateway_name is not None:
|
|
1249
|
+
pulumi.set(__self__, "nat_gateway_name", nat_gateway_name)
|
|
1250
|
+
if prepare_encryption is not None:
|
|
1251
|
+
pulumi.set(__self__, "prepare_encryption", prepare_encryption)
|
|
1252
|
+
if public_ip_name is not None:
|
|
1253
|
+
pulumi.set(__self__, "public_ip_name", public_ip_name)
|
|
1254
|
+
if require_infrastructure_encryption is not None:
|
|
1255
|
+
pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
|
|
1256
|
+
if storage_account_name is not None:
|
|
1257
|
+
pulumi.set(__self__, "storage_account_name", storage_account_name)
|
|
1258
|
+
if storage_account_sku_name is not None:
|
|
1259
|
+
pulumi.set(__self__, "storage_account_sku_name", storage_account_sku_name)
|
|
1260
|
+
if vnet_address_prefix is not None:
|
|
1261
|
+
pulumi.set(__self__, "vnet_address_prefix", vnet_address_prefix)
|
|
1262
|
+
|
|
1263
|
+
@property
|
|
1264
|
+
@pulumi.getter(name="amlWorkspaceId")
|
|
1265
|
+
def aml_workspace_id(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1266
|
+
"""
|
|
1267
|
+
The ID of a Azure Machine Learning workspace to link with Databricks workspace
|
|
1268
|
+
"""
|
|
1269
|
+
return pulumi.get(self, "aml_workspace_id")
|
|
1270
|
+
|
|
1271
|
+
@aml_workspace_id.setter
|
|
1272
|
+
def aml_workspace_id(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1273
|
+
pulumi.set(self, "aml_workspace_id", value)
|
|
1274
|
+
|
|
1275
|
+
@property
|
|
1276
|
+
@pulumi.getter(name="customPrivateSubnetName")
|
|
1277
|
+
def custom_private_subnet_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1278
|
+
"""
|
|
1279
|
+
The name of the Private Subnet within the Virtual Network
|
|
1280
|
+
"""
|
|
1281
|
+
return pulumi.get(self, "custom_private_subnet_name")
|
|
1282
|
+
|
|
1283
|
+
@custom_private_subnet_name.setter
|
|
1284
|
+
def custom_private_subnet_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1285
|
+
pulumi.set(self, "custom_private_subnet_name", value)
|
|
1286
|
+
|
|
1287
|
+
@property
|
|
1288
|
+
@pulumi.getter(name="customPublicSubnetName")
|
|
1289
|
+
def custom_public_subnet_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1290
|
+
"""
|
|
1291
|
+
The name of a Public Subnet within the Virtual Network
|
|
1292
|
+
"""
|
|
1293
|
+
return pulumi.get(self, "custom_public_subnet_name")
|
|
1294
|
+
|
|
1295
|
+
@custom_public_subnet_name.setter
|
|
1296
|
+
def custom_public_subnet_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1297
|
+
pulumi.set(self, "custom_public_subnet_name", value)
|
|
1298
|
+
|
|
1299
|
+
@property
|
|
1300
|
+
@pulumi.getter(name="customVirtualNetworkId")
|
|
1301
|
+
def custom_virtual_network_id(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1302
|
+
"""
|
|
1303
|
+
The ID of a Virtual Network where this Databricks Cluster should be created
|
|
1304
|
+
"""
|
|
1305
|
+
return pulumi.get(self, "custom_virtual_network_id")
|
|
1306
|
+
|
|
1307
|
+
@custom_virtual_network_id.setter
|
|
1308
|
+
def custom_virtual_network_id(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1309
|
+
pulumi.set(self, "custom_virtual_network_id", value)
|
|
1310
|
+
|
|
1311
|
+
@property
|
|
1312
|
+
@pulumi.getter(name="enableNoPublicIp")
|
|
1313
|
+
def enable_no_public_ip(self) -> Optional[pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs']]:
|
|
1314
|
+
"""
|
|
1315
|
+
Boolean indicating whether the public IP should be disabled. Default value is true
|
|
1316
|
+
"""
|
|
1317
|
+
return pulumi.get(self, "enable_no_public_ip")
|
|
1318
|
+
|
|
1319
|
+
@enable_no_public_ip.setter
|
|
1320
|
+
def enable_no_public_ip(self, value: Optional[pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs']]):
|
|
1321
|
+
pulumi.set(self, "enable_no_public_ip", value)
|
|
1322
|
+
|
|
1323
|
+
@property
|
|
1324
|
+
@pulumi.getter
|
|
1325
|
+
def encryption(self) -> Optional[pulumi.Input['WorkspaceEncryptionParameterArgs']]:
|
|
1326
|
+
"""
|
|
1327
|
+
Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
|
|
1328
|
+
"""
|
|
1329
|
+
return pulumi.get(self, "encryption")
|
|
1330
|
+
|
|
1331
|
+
@encryption.setter
|
|
1332
|
+
def encryption(self, value: Optional[pulumi.Input['WorkspaceEncryptionParameterArgs']]):
|
|
1333
|
+
pulumi.set(self, "encryption", value)
|
|
1334
|
+
|
|
1335
|
+
@property
|
|
1336
|
+
@pulumi.getter(name="loadBalancerBackendPoolName")
|
|
1337
|
+
def load_balancer_backend_pool_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1338
|
+
"""
|
|
1339
|
+
Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
|
|
1340
|
+
"""
|
|
1341
|
+
return pulumi.get(self, "load_balancer_backend_pool_name")
|
|
1342
|
+
|
|
1343
|
+
@load_balancer_backend_pool_name.setter
|
|
1344
|
+
def load_balancer_backend_pool_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1345
|
+
pulumi.set(self, "load_balancer_backend_pool_name", value)
|
|
1346
|
+
|
|
1347
|
+
@property
|
|
1348
|
+
@pulumi.getter(name="loadBalancerId")
|
|
1349
|
+
def load_balancer_id(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1350
|
+
"""
|
|
1351
|
+
Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
|
|
1352
|
+
"""
|
|
1353
|
+
return pulumi.get(self, "load_balancer_id")
|
|
1354
|
+
|
|
1355
|
+
@load_balancer_id.setter
|
|
1356
|
+
def load_balancer_id(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1357
|
+
pulumi.set(self, "load_balancer_id", value)
|
|
1358
|
+
|
|
1359
|
+
@property
|
|
1360
|
+
@pulumi.getter(name="natGatewayName")
|
|
1361
|
+
def nat_gateway_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1362
|
+
"""
|
|
1363
|
+
Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
|
|
1364
|
+
"""
|
|
1365
|
+
return pulumi.get(self, "nat_gateway_name")
|
|
1366
|
+
|
|
1367
|
+
@nat_gateway_name.setter
|
|
1368
|
+
def nat_gateway_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1369
|
+
pulumi.set(self, "nat_gateway_name", value)
|
|
1370
|
+
|
|
1371
|
+
@property
|
|
1372
|
+
@pulumi.getter(name="prepareEncryption")
|
|
1373
|
+
def prepare_encryption(self) -> Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]:
|
|
1374
|
+
"""
|
|
1375
|
+
Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
|
|
1376
|
+
"""
|
|
1377
|
+
return pulumi.get(self, "prepare_encryption")
|
|
1378
|
+
|
|
1379
|
+
@prepare_encryption.setter
|
|
1380
|
+
def prepare_encryption(self, value: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]):
|
|
1381
|
+
pulumi.set(self, "prepare_encryption", value)
|
|
1382
|
+
|
|
1383
|
+
@property
|
|
1384
|
+
@pulumi.getter(name="publicIpName")
|
|
1385
|
+
def public_ip_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1386
|
+
"""
|
|
1387
|
+
Name of the Public IP for No Public IP workspace with managed vNet.
|
|
1388
|
+
"""
|
|
1389
|
+
return pulumi.get(self, "public_ip_name")
|
|
1390
|
+
|
|
1391
|
+
@public_ip_name.setter
|
|
1392
|
+
def public_ip_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1393
|
+
pulumi.set(self, "public_ip_name", value)
|
|
1394
|
+
|
|
1395
|
+
@property
|
|
1396
|
+
@pulumi.getter(name="requireInfrastructureEncryption")
|
|
1397
|
+
def require_infrastructure_encryption(self) -> Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]:
|
|
1398
|
+
"""
|
|
1399
|
+
A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
|
|
1400
|
+
"""
|
|
1401
|
+
return pulumi.get(self, "require_infrastructure_encryption")
|
|
1402
|
+
|
|
1403
|
+
@require_infrastructure_encryption.setter
|
|
1404
|
+
def require_infrastructure_encryption(self, value: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]):
|
|
1405
|
+
pulumi.set(self, "require_infrastructure_encryption", value)
|
|
1406
|
+
|
|
1407
|
+
@property
|
|
1408
|
+
@pulumi.getter(name="storageAccountName")
|
|
1409
|
+
def storage_account_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1410
|
+
"""
|
|
1411
|
+
Default DBFS storage account name.
|
|
1412
|
+
"""
|
|
1413
|
+
return pulumi.get(self, "storage_account_name")
|
|
1414
|
+
|
|
1415
|
+
@storage_account_name.setter
|
|
1416
|
+
def storage_account_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1417
|
+
pulumi.set(self, "storage_account_name", value)
|
|
1418
|
+
|
|
1419
|
+
@property
|
|
1420
|
+
@pulumi.getter(name="storageAccountSkuName")
|
|
1421
|
+
def storage_account_sku_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1422
|
+
"""
|
|
1423
|
+
Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
|
|
1424
|
+
"""
|
|
1425
|
+
return pulumi.get(self, "storage_account_sku_name")
|
|
1426
|
+
|
|
1427
|
+
@storage_account_sku_name.setter
|
|
1428
|
+
def storage_account_sku_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1429
|
+
pulumi.set(self, "storage_account_sku_name", value)
|
|
1430
|
+
|
|
1431
|
+
@property
|
|
1432
|
+
@pulumi.getter(name="vnetAddressPrefix")
|
|
1433
|
+
def vnet_address_prefix(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
|
|
1434
|
+
"""
|
|
1435
|
+
Address prefix for Managed virtual network. Default value for this input is 10.139.
|
|
1436
|
+
"""
|
|
1437
|
+
return pulumi.get(self, "vnet_address_prefix")
|
|
1438
|
+
|
|
1439
|
+
@vnet_address_prefix.setter
|
|
1440
|
+
def vnet_address_prefix(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
|
|
1441
|
+
pulumi.set(self, "vnet_address_prefix", value)
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
if not MYPY:
|
|
1445
|
+
class WorkspaceCustomStringParameterArgsDict(TypedDict):
|
|
1446
|
+
"""
|
|
1447
|
+
The Value.
|
|
1448
|
+
"""
|
|
1449
|
+
value: pulumi.Input[str]
|
|
1450
|
+
"""
|
|
1451
|
+
The value which should be used for this field.
|
|
1452
|
+
"""
|
|
1453
|
+
elif False:
|
|
1454
|
+
WorkspaceCustomStringParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
1455
|
+
|
|
1456
|
+
@pulumi.input_type
|
|
1457
|
+
class WorkspaceCustomStringParameterArgs:
|
|
1458
|
+
def __init__(__self__, *,
|
|
1459
|
+
value: pulumi.Input[str]):
|
|
1460
|
+
"""
|
|
1461
|
+
The Value.
|
|
1462
|
+
:param pulumi.Input[str] value: The value which should be used for this field.
|
|
1463
|
+
"""
|
|
1464
|
+
pulumi.set(__self__, "value", value)
|
|
1465
|
+
|
|
1466
|
+
@property
|
|
1467
|
+
@pulumi.getter
|
|
1468
|
+
def value(self) -> pulumi.Input[str]:
|
|
1469
|
+
"""
|
|
1470
|
+
The value which should be used for this field.
|
|
1471
|
+
"""
|
|
1472
|
+
return pulumi.get(self, "value")
|
|
1473
|
+
|
|
1474
|
+
@value.setter
|
|
1475
|
+
def value(self, value: pulumi.Input[str]):
|
|
1476
|
+
pulumi.set(self, "value", value)
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
if not MYPY:
|
|
1480
|
+
class WorkspaceEncryptionParameterArgsDict(TypedDict):
|
|
1481
|
+
"""
|
|
1482
|
+
The object that contains details of encryption used on the workspace.
|
|
1483
|
+
"""
|
|
1484
|
+
value: NotRequired[pulumi.Input['EncryptionArgsDict']]
|
|
1485
|
+
"""
|
|
1486
|
+
The value which should be used for this field.
|
|
1487
|
+
"""
|
|
1488
|
+
elif False:
|
|
1489
|
+
WorkspaceEncryptionParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
1490
|
+
|
|
1491
|
+
@pulumi.input_type
|
|
1492
|
+
class WorkspaceEncryptionParameterArgs:
|
|
1493
|
+
def __init__(__self__, *,
|
|
1494
|
+
value: Optional[pulumi.Input['EncryptionArgs']] = None):
|
|
1495
|
+
"""
|
|
1496
|
+
The object that contains details of encryption used on the workspace.
|
|
1497
|
+
:param pulumi.Input['EncryptionArgs'] value: The value which should be used for this field.
|
|
1498
|
+
"""
|
|
1499
|
+
if value is not None:
|
|
1500
|
+
pulumi.set(__self__, "value", value)
|
|
1501
|
+
|
|
1502
|
+
@property
|
|
1503
|
+
@pulumi.getter
|
|
1504
|
+
def value(self) -> Optional[pulumi.Input['EncryptionArgs']]:
|
|
1505
|
+
"""
|
|
1506
|
+
The value which should be used for this field.
|
|
1507
|
+
"""
|
|
1508
|
+
return pulumi.get(self, "value")
|
|
1509
|
+
|
|
1510
|
+
@value.setter
|
|
1511
|
+
def value(self, value: Optional[pulumi.Input['EncryptionArgs']]):
|
|
1512
|
+
pulumi.set(self, "value", value)
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
if not MYPY:
|
|
1516
|
+
class WorkspaceNoPublicIPBooleanParameterArgsDict(TypedDict):
|
|
1517
|
+
"""
|
|
1518
|
+
The value which should be used for this field.
|
|
1519
|
+
"""
|
|
1520
|
+
value: pulumi.Input[bool]
|
|
1521
|
+
"""
|
|
1522
|
+
The value which should be used for this field.
|
|
1523
|
+
"""
|
|
1524
|
+
elif False:
|
|
1525
|
+
WorkspaceNoPublicIPBooleanParameterArgsDict: TypeAlias = Mapping[str, Any]
|
|
1526
|
+
|
|
1527
|
+
@pulumi.input_type
|
|
1528
|
+
class WorkspaceNoPublicIPBooleanParameterArgs:
|
|
1529
|
+
def __init__(__self__, *,
|
|
1530
|
+
value: pulumi.Input[bool]):
|
|
1531
|
+
"""
|
|
1532
|
+
The value which should be used for this field.
|
|
1533
|
+
:param pulumi.Input[bool] value: The value which should be used for this field.
|
|
1534
|
+
"""
|
|
1535
|
+
pulumi.set(__self__, "value", value)
|
|
1536
|
+
|
|
1537
|
+
@property
|
|
1538
|
+
@pulumi.getter
|
|
1539
|
+
def value(self) -> pulumi.Input[bool]:
|
|
1540
|
+
"""
|
|
1541
|
+
The value which should be used for this field.
|
|
1542
|
+
"""
|
|
1543
|
+
return pulumi.get(self, "value")
|
|
1544
|
+
|
|
1545
|
+
@value.setter
|
|
1546
|
+
def value(self, value: pulumi.Input[bool]):
|
|
1547
|
+
pulumi.set(self, "value", value)
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
if not MYPY:
|
|
1551
|
+
class WorkspacePropertiesAccessConnectorArgsDict(TypedDict):
|
|
1552
|
+
"""
|
|
1553
|
+
Access Connector Resource that is going to be associated with Databricks Workspace
|
|
1554
|
+
"""
|
|
1555
|
+
id: pulumi.Input[str]
|
|
1556
|
+
"""
|
|
1557
|
+
The resource ID of Azure Databricks Access Connector Resource.
|
|
1558
|
+
"""
|
|
1559
|
+
identity_type: pulumi.Input[Union[str, 'IdentityType']]
|
|
1560
|
+
"""
|
|
1561
|
+
The identity type of the Access Connector Resource.
|
|
1562
|
+
"""
|
|
1563
|
+
user_assigned_identity_id: NotRequired[pulumi.Input[str]]
|
|
1564
|
+
"""
|
|
1565
|
+
The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
|
|
1566
|
+
"""
|
|
1567
|
+
elif False:
|
|
1568
|
+
WorkspacePropertiesAccessConnectorArgsDict: TypeAlias = Mapping[str, Any]
|
|
1569
|
+
|
|
1570
|
+
@pulumi.input_type
|
|
1571
|
+
class WorkspacePropertiesAccessConnectorArgs:
|
|
1572
|
+
def __init__(__self__, *,
|
|
1573
|
+
id: pulumi.Input[str],
|
|
1574
|
+
identity_type: pulumi.Input[Union[str, 'IdentityType']],
|
|
1575
|
+
user_assigned_identity_id: Optional[pulumi.Input[str]] = None):
|
|
1576
|
+
"""
|
|
1577
|
+
Access Connector Resource that is going to be associated with Databricks Workspace
|
|
1578
|
+
:param pulumi.Input[str] id: The resource ID of Azure Databricks Access Connector Resource.
|
|
1579
|
+
:param pulumi.Input[Union[str, 'IdentityType']] identity_type: The identity type of the Access Connector Resource.
|
|
1580
|
+
:param pulumi.Input[str] user_assigned_identity_id: The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
|
|
1581
|
+
"""
|
|
1582
|
+
pulumi.set(__self__, "id", id)
|
|
1583
|
+
pulumi.set(__self__, "identity_type", identity_type)
|
|
1584
|
+
if user_assigned_identity_id is not None:
|
|
1585
|
+
pulumi.set(__self__, "user_assigned_identity_id", user_assigned_identity_id)
|
|
1586
|
+
|
|
1587
|
+
@property
|
|
1588
|
+
@pulumi.getter
|
|
1589
|
+
def id(self) -> pulumi.Input[str]:
|
|
1590
|
+
"""
|
|
1591
|
+
The resource ID of Azure Databricks Access Connector Resource.
|
|
1592
|
+
"""
|
|
1593
|
+
return pulumi.get(self, "id")
|
|
1594
|
+
|
|
1595
|
+
@id.setter
|
|
1596
|
+
def id(self, value: pulumi.Input[str]):
|
|
1597
|
+
pulumi.set(self, "id", value)
|
|
1598
|
+
|
|
1599
|
+
@property
|
|
1600
|
+
@pulumi.getter(name="identityType")
|
|
1601
|
+
def identity_type(self) -> pulumi.Input[Union[str, 'IdentityType']]:
|
|
1602
|
+
"""
|
|
1603
|
+
The identity type of the Access Connector Resource.
|
|
1604
|
+
"""
|
|
1605
|
+
return pulumi.get(self, "identity_type")
|
|
1606
|
+
|
|
1607
|
+
@identity_type.setter
|
|
1608
|
+
def identity_type(self, value: pulumi.Input[Union[str, 'IdentityType']]):
|
|
1609
|
+
pulumi.set(self, "identity_type", value)
|
|
1610
|
+
|
|
1611
|
+
@property
|
|
1612
|
+
@pulumi.getter(name="userAssignedIdentityId")
|
|
1613
|
+
def user_assigned_identity_id(self) -> Optional[pulumi.Input[str]]:
|
|
1614
|
+
"""
|
|
1615
|
+
The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
|
|
1616
|
+
"""
|
|
1617
|
+
return pulumi.get(self, "user_assigned_identity_id")
|
|
1618
|
+
|
|
1619
|
+
@user_assigned_identity_id.setter
|
|
1620
|
+
def user_assigned_identity_id(self, value: Optional[pulumi.Input[str]]):
|
|
1621
|
+
pulumi.set(self, "user_assigned_identity_id", value)
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
if not MYPY:
|
|
1625
|
+
class WorkspacePropertiesEncryptionArgsDict(TypedDict):
|
|
1626
|
+
"""
|
|
1627
|
+
Encryption properties for databricks workspace
|
|
1628
|
+
"""
|
|
1629
|
+
entities: pulumi.Input['EncryptionEntitiesDefinitionArgsDict']
|
|
1630
|
+
"""
|
|
1631
|
+
Encryption entities definition for the workspace.
|
|
1632
|
+
"""
|
|
1633
|
+
elif False:
|
|
1634
|
+
WorkspacePropertiesEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1635
|
+
|
|
1636
|
+
@pulumi.input_type
|
|
1637
|
+
class WorkspacePropertiesEncryptionArgs:
|
|
1638
|
+
def __init__(__self__, *,
|
|
1639
|
+
entities: pulumi.Input['EncryptionEntitiesDefinitionArgs']):
|
|
1640
|
+
"""
|
|
1641
|
+
Encryption properties for databricks workspace
|
|
1642
|
+
:param pulumi.Input['EncryptionEntitiesDefinitionArgs'] entities: Encryption entities definition for the workspace.
|
|
1643
|
+
"""
|
|
1644
|
+
pulumi.set(__self__, "entities", entities)
|
|
1645
|
+
|
|
1646
|
+
@property
|
|
1647
|
+
@pulumi.getter
|
|
1648
|
+
def entities(self) -> pulumi.Input['EncryptionEntitiesDefinitionArgs']:
|
|
1649
|
+
"""
|
|
1650
|
+
Encryption entities definition for the workspace.
|
|
1651
|
+
"""
|
|
1652
|
+
return pulumi.get(self, "entities")
|
|
1653
|
+
|
|
1654
|
+
@entities.setter
|
|
1655
|
+
def entities(self, value: pulumi.Input['EncryptionEntitiesDefinitionArgs']):
|
|
1656
|
+
pulumi.set(self, "entities", value)
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
if not MYPY:
|
|
1660
|
+
class WorkspaceProviderAuthorizationArgsDict(TypedDict):
|
|
1661
|
+
"""
|
|
1662
|
+
The workspace provider authorization.
|
|
1663
|
+
"""
|
|
1664
|
+
principal_id: pulumi.Input[str]
|
|
1665
|
+
"""
|
|
1666
|
+
The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
|
|
1667
|
+
"""
|
|
1668
|
+
role_definition_id: pulumi.Input[str]
|
|
1669
|
+
"""
|
|
1670
|
+
The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
|
|
1671
|
+
"""
|
|
1672
|
+
elif False:
|
|
1673
|
+
WorkspaceProviderAuthorizationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1674
|
+
|
|
1675
|
+
@pulumi.input_type
|
|
1676
|
+
class WorkspaceProviderAuthorizationArgs:
|
|
1677
|
+
def __init__(__self__, *,
|
|
1678
|
+
principal_id: pulumi.Input[str],
|
|
1679
|
+
role_definition_id: pulumi.Input[str]):
|
|
1680
|
+
"""
|
|
1681
|
+
The workspace provider authorization.
|
|
1682
|
+
:param pulumi.Input[str] principal_id: The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
|
|
1683
|
+
:param pulumi.Input[str] role_definition_id: The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
|
|
1684
|
+
"""
|
|
1685
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1686
|
+
pulumi.set(__self__, "role_definition_id", role_definition_id)
|
|
1687
|
+
|
|
1688
|
+
@property
|
|
1689
|
+
@pulumi.getter(name="principalId")
|
|
1690
|
+
def principal_id(self) -> pulumi.Input[str]:
|
|
1691
|
+
"""
|
|
1692
|
+
The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
|
|
1693
|
+
"""
|
|
1694
|
+
return pulumi.get(self, "principal_id")
|
|
1695
|
+
|
|
1696
|
+
@principal_id.setter
|
|
1697
|
+
def principal_id(self, value: pulumi.Input[str]):
|
|
1698
|
+
pulumi.set(self, "principal_id", value)
|
|
1699
|
+
|
|
1700
|
+
@property
|
|
1701
|
+
@pulumi.getter(name="roleDefinitionId")
|
|
1702
|
+
def role_definition_id(self) -> pulumi.Input[str]:
|
|
1703
|
+
"""
|
|
1704
|
+
The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
|
|
1705
|
+
"""
|
|
1706
|
+
return pulumi.get(self, "role_definition_id")
|
|
1707
|
+
|
|
1708
|
+
@role_definition_id.setter
|
|
1709
|
+
def role_definition_id(self, value: pulumi.Input[str]):
|
|
1710
|
+
pulumi.set(self, "role_definition_id", value)
|
|
1711
|
+
|
|
1712
|
+
|