pulumi-azure-native 3.2.0a1744649622__py3-none-any.whl → 3.3.0a1745856299__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 +22 -0
- pulumi_azure_native/advisor/assessment.py +5 -1
- pulumi_azure_native/advisor/get_assessment.py +4 -0
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/_enums.py +53 -0
- pulumi_azure_native/containerservice/_inputs.py +298 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_namespace.py +209 -0
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_namespace_credential.py +97 -0
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/namespace.py +303 -0
- pulumi_azure_native/containerservice/outputs.py +243 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/cosmosdb/__init__.py +20 -0
- pulumi_azure_native/cosmosdb/_enums.py +26 -0
- pulumi_azure_native/cosmosdb/_inputs.py +98 -0
- pulumi_azure_native/cosmosdb/cassandra_cluster.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_data_center.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_keyspace.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_role_assignment.py +301 -0
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_role_definition.py +332 -0
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_table.py +3 -3
- pulumi_azure_native/cosmosdb/cassandra_resource_cassandra_view.py +3 -3
- pulumi_azure_native/cosmosdb/database_account.py +3 -3
- pulumi_azure_native/cosmosdb/database_account_cassandra_keyspace.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_cassandra_table.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_gremlin_database.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_gremlin_graph.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_mongo_db_collection.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_mongo_db_database.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_sql_container.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_sql_database.py +1 -1
- pulumi_azure_native/cosmosdb/database_account_table.py +1 -1
- pulumi_azure_native/cosmosdb/fleet.py +251 -0
- pulumi_azure_native/cosmosdb/fleet_analytic.py +273 -0
- pulumi_azure_native/cosmosdb/fleetspace.py +274 -0
- pulumi_azure_native/cosmosdb/fleetspace_account.py +293 -0
- pulumi_azure_native/cosmosdb/get_cassandra_cluster.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_data_center.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_role_assignment.py +209 -0
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_role_definition.py +195 -0
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_table.py +2 -2
- pulumi_azure_native/cosmosdb/get_cassandra_resource_cassandra_view.py +2 -2
- pulumi_azure_native/cosmosdb/get_database_account.py +2 -2
- pulumi_azure_native/cosmosdb/get_fleet.py +189 -0
- pulumi_azure_native/cosmosdb/get_fleet_analytic.py +195 -0
- pulumi_azure_native/cosmosdb/get_fleetspace.py +195 -0
- pulumi_azure_native/cosmosdb/get_fleetspace_account.py +201 -0
- pulumi_azure_native/cosmosdb/get_graph_resource_graph.py +2 -2
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_database.py +2 -2
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_graph.py +2 -2
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_role_assignment.py +209 -0
- pulumi_azure_native/cosmosdb/get_gremlin_resource_gremlin_role_definition.py +195 -0
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_db_database.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
- pulumi_azure_native/cosmosdb/get_mongo_mi_resource_mongo_mi_role_assignment.py +209 -0
- pulumi_azure_native/cosmosdb/get_mongo_mi_resource_mongo_mi_role_definition.py +195 -0
- pulumi_azure_native/cosmosdb/get_notebook_workspace.py +2 -2
- pulumi_azure_native/cosmosdb/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cosmosdb/get_service.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_container.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_database.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_role_assignment.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_role_definition.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_stored_procedure.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_trigger.py +2 -2
- pulumi_azure_native/cosmosdb/get_sql_resource_sql_user_defined_function.py +2 -2
- pulumi_azure_native/cosmosdb/get_table_resource_table.py +2 -2
- pulumi_azure_native/cosmosdb/get_table_resource_table_role_assignment.py +4 -0
- pulumi_azure_native/cosmosdb/get_table_resource_table_role_definition.py +4 -0
- pulumi_azure_native/cosmosdb/get_throughput_pool.py +2 -2
- pulumi_azure_native/cosmosdb/get_throughput_pool_account.py +2 -2
- pulumi_azure_native/cosmosdb/graph_resource_graph.py +3 -3
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_database.py +3 -3
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_graph.py +3 -3
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_role_assignment.py +301 -0
- pulumi_azure_native/cosmosdb/gremlin_resource_gremlin_role_definition.py +332 -0
- pulumi_azure_native/cosmosdb/list_database_account_connection_strings.py +2 -2
- pulumi_azure_native/cosmosdb/list_database_account_keys.py +2 -2
- pulumi_azure_native/cosmosdb/list_notebook_workspace_connection_info.py +2 -2
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_db_collection.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_db_database.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_role_definition.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_db_resource_mongo_user_definition.py +3 -3
- pulumi_azure_native/cosmosdb/mongo_mi_resource_mongo_mi_role_assignment.py +301 -0
- pulumi_azure_native/cosmosdb/mongo_mi_resource_mongo_mi_role_definition.py +332 -0
- pulumi_azure_native/cosmosdb/notebook_workspace.py +3 -3
- pulumi_azure_native/cosmosdb/outputs.py +83 -0
- pulumi_azure_native/cosmosdb/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cosmosdb/service.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_container.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_database.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_role_assignment.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_role_definition.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_stored_procedure.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_trigger.py +3 -3
- pulumi_azure_native/cosmosdb/sql_resource_sql_user_defined_function.py +3 -3
- pulumi_azure_native/cosmosdb/table_resource_table.py +3 -3
- pulumi_azure_native/cosmosdb/table_resource_table_role_assignment.py +5 -1
- pulumi_azure_native/cosmosdb/table_resource_table_role_definition.py +5 -1
- pulumi_azure_native/cosmosdb/throughput_pool.py +3 -3
- pulumi_azure_native/cosmosdb/throughput_pool_account.py +3 -3
- pulumi_azure_native/datafactory/_enums.py +8 -0
- pulumi_azure_native/datafactory/_inputs.py +322 -21
- pulumi_azure_native/datafactory/outputs.py +222 -15
- pulumi_azure_native/dbforpostgresql/_inputs.py +274 -50
- pulumi_azure_native/dbforpostgresql/get_server_group_cluster.py +3 -3
- pulumi_azure_native/dbforpostgresql/outputs.py +229 -28
- pulumi_azure_native/dbforpostgresql/server_group_cluster.py +24 -24
- pulumi_azure_native/devcenter/__init__.py +2 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +235 -0
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +103 -0
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +4 -0
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/project_policy.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/durabletask/_enums.py +1 -1
- pulumi_azure_native/frontdoor/get_policy.py +2 -2
- pulumi_azure_native/frontdoor/policy.py +3 -3
- pulumi_azure_native/hybridcompute/gateway.py +3 -3
- pulumi_azure_native/hybridcompute/get_gateway.py +2 -2
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/loadtestservice/_inputs.py +3 -3
- pulumi_azure_native/loadtestservice/outputs.py +2 -2
- pulumi_azure_native/migrate/_enums.py +23 -0
- pulumi_azure_native/migrate/_inputs.py +20 -0
- pulumi_azure_native/migrate/outputs.py +14 -0
- pulumi_azure_native/monitor/_enums.py +9 -0
- pulumi_azure_native/monitor/azure_monitor_workspace.py +38 -18
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +18 -18
- pulumi_azure_native/monitor/outputs.py +106 -106
- pulumi_azure_native/networkcloud/agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/cluster.py +2 -2
- pulumi_azure_native/networkcloud/cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/console.py +2 -2
- 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 +2 -2
- 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 +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/l2_network.py +2 -2
- pulumi_azure_native/networkcloud/l3_network.py +2 -2
- pulumi_azure_native/networkcloud/metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/rack.py +2 -2
- pulumi_azure_native/networkcloud/storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/volume.py +2 -2
- pulumi_azure_native/onlineexperimentation/__init__.py +12 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +57 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +385 -0
- pulumi_azure_native/onlineexperimentation/get_online_experiment_workspace.py +217 -0
- pulumi_azure_native/onlineexperimentation/online_experiment_workspace.py +330 -0
- pulumi_azure_native/onlineexperimentation/outputs.py +577 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
- pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
- pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/recoveryservices/protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/protection_container.py +3 -3
- pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
- pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
- pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +2 -2
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +3 -3
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/weightsandbiases/get_instance.py +4 -0
- pulumi_azure_native/weightsandbiases/instance.py +5 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/RECORD +306 -275
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745856299.dist-info}/top_level.txt +0 -0
|
@@ -40,6 +40,12 @@ __all__ = [
|
|
|
40
40
|
'ReplicaArgsDict',
|
|
41
41
|
'ResourceIdentityArgs',
|
|
42
42
|
'ResourceIdentityArgsDict',
|
|
43
|
+
'ServerGroupClusterAuthConfigArgs',
|
|
44
|
+
'ServerGroupClusterAuthConfigArgsDict',
|
|
45
|
+
'ServerGroupClusterDataEncryptionArgs',
|
|
46
|
+
'ServerGroupClusterDataEncryptionArgsDict',
|
|
47
|
+
'ServerGroupClusterMaintenanceWindowArgs',
|
|
48
|
+
'ServerGroupClusterMaintenanceWindowArgsDict',
|
|
43
49
|
'ServerPropertiesForDefaultCreateArgs',
|
|
44
50
|
'ServerPropertiesForDefaultCreateArgsDict',
|
|
45
51
|
'ServerPropertiesForGeoRestoreArgs',
|
|
@@ -121,10 +127,16 @@ class AdminCredentialsArgs:
|
|
|
121
127
|
if not MYPY:
|
|
122
128
|
class AuthConfigArgsDict(TypedDict):
|
|
123
129
|
"""
|
|
124
|
-
Authentication configuration of a
|
|
130
|
+
Authentication configuration properties of a server
|
|
131
|
+
"""
|
|
132
|
+
active_directory_auth: NotRequired[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]]
|
|
133
|
+
"""
|
|
134
|
+
If Enabled, Azure Active Directory authentication is enabled.
|
|
135
|
+
"""
|
|
136
|
+
password_auth: NotRequired[pulumi.Input[Union[str, 'PasswordAuthEnum']]]
|
|
137
|
+
"""
|
|
138
|
+
If Enabled, Password authentication is enabled.
|
|
125
139
|
"""
|
|
126
|
-
active_directory_auth: NotRequired[pulumi.Input[Union[str, 'ActiveDirectoryAuth', 'ActiveDirectoryAuthEnum']]]
|
|
127
|
-
password_auth: NotRequired[pulumi.Input[Union[str, 'PasswordAuth', 'PasswordAuthEnum']]]
|
|
128
140
|
tenant_id: NotRequired[pulumi.Input[str]]
|
|
129
141
|
"""
|
|
130
142
|
Tenant id of the server.
|
|
@@ -135,15 +147,19 @@ elif False:
|
|
|
135
147
|
@pulumi.input_type
|
|
136
148
|
class AuthConfigArgs:
|
|
137
149
|
def __init__(__self__, *,
|
|
138
|
-
active_directory_auth: Optional[pulumi.Input[Union[str, '
|
|
139
|
-
password_auth: Optional[pulumi.Input[Union[str, '
|
|
150
|
+
active_directory_auth: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]] = None,
|
|
151
|
+
password_auth: Optional[pulumi.Input[Union[str, 'PasswordAuthEnum']]] = None,
|
|
140
152
|
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
141
153
|
"""
|
|
142
|
-
Authentication configuration of a
|
|
154
|
+
Authentication configuration properties of a server
|
|
155
|
+
:param pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']] active_directory_auth: If Enabled, Azure Active Directory authentication is enabled.
|
|
156
|
+
:param pulumi.Input[Union[str, 'PasswordAuthEnum']] password_auth: If Enabled, Password authentication is enabled.
|
|
143
157
|
:param pulumi.Input[str] tenant_id: Tenant id of the server.
|
|
144
158
|
"""
|
|
145
159
|
if active_directory_auth is not None:
|
|
146
160
|
pulumi.set(__self__, "active_directory_auth", active_directory_auth)
|
|
161
|
+
if password_auth is None:
|
|
162
|
+
password_auth = 'Enabled'
|
|
147
163
|
if password_auth is not None:
|
|
148
164
|
pulumi.set(__self__, "password_auth", password_auth)
|
|
149
165
|
if tenant_id is None:
|
|
@@ -153,20 +169,26 @@ class AuthConfigArgs:
|
|
|
153
169
|
|
|
154
170
|
@property
|
|
155
171
|
@pulumi.getter(name="activeDirectoryAuth")
|
|
156
|
-
def active_directory_auth(self) -> Optional[pulumi.Input[Union[str, '
|
|
172
|
+
def active_directory_auth(self) -> Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]]:
|
|
173
|
+
"""
|
|
174
|
+
If Enabled, Azure Active Directory authentication is enabled.
|
|
175
|
+
"""
|
|
157
176
|
return pulumi.get(self, "active_directory_auth")
|
|
158
177
|
|
|
159
178
|
@active_directory_auth.setter
|
|
160
|
-
def active_directory_auth(self, value: Optional[pulumi.Input[Union[str, '
|
|
179
|
+
def active_directory_auth(self, value: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]]):
|
|
161
180
|
pulumi.set(self, "active_directory_auth", value)
|
|
162
181
|
|
|
163
182
|
@property
|
|
164
183
|
@pulumi.getter(name="passwordAuth")
|
|
165
|
-
def password_auth(self) -> Optional[pulumi.Input[Union[str, '
|
|
184
|
+
def password_auth(self) -> Optional[pulumi.Input[Union[str, 'PasswordAuthEnum']]]:
|
|
185
|
+
"""
|
|
186
|
+
If Enabled, Password authentication is enabled.
|
|
187
|
+
"""
|
|
166
188
|
return pulumi.get(self, "password_auth")
|
|
167
189
|
|
|
168
190
|
@password_auth.setter
|
|
169
|
-
def password_auth(self, value: Optional[pulumi.Input[Union[str, '
|
|
191
|
+
def password_auth(self, value: Optional[pulumi.Input[Union[str, 'PasswordAuthEnum']]]):
|
|
170
192
|
pulumi.set(self, "password_auth", value)
|
|
171
193
|
|
|
172
194
|
@property
|
|
@@ -245,7 +267,7 @@ class BackupArgs:
|
|
|
245
267
|
if not MYPY:
|
|
246
268
|
class DataEncryptionArgsDict(TypedDict):
|
|
247
269
|
"""
|
|
248
|
-
|
|
270
|
+
Data encryption properties of a server
|
|
249
271
|
"""
|
|
250
272
|
geo_backup_encryption_key_status: NotRequired[pulumi.Input[Union[str, 'KeyStatusEnum']]]
|
|
251
273
|
"""
|
|
@@ -267,15 +289,14 @@ if not MYPY:
|
|
|
267
289
|
"""
|
|
268
290
|
URI for the key in keyvault for data encryption of the primary server.
|
|
269
291
|
"""
|
|
270
|
-
primary_key_uri: NotRequired[pulumi.Input[str]]
|
|
271
|
-
"""
|
|
272
|
-
URI for the key in keyvault for data encryption of the primary server.
|
|
273
|
-
"""
|
|
274
292
|
primary_user_assigned_identity_id: NotRequired[pulumi.Input[str]]
|
|
275
293
|
"""
|
|
276
294
|
Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
277
295
|
"""
|
|
278
|
-
type: NotRequired[pulumi.Input[Union[str, '
|
|
296
|
+
type: NotRequired[pulumi.Input[Union[str, 'ArmServerKeyType']]]
|
|
297
|
+
"""
|
|
298
|
+
Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
299
|
+
"""
|
|
279
300
|
elif False:
|
|
280
301
|
DataEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
281
302
|
|
|
@@ -287,18 +308,17 @@ class DataEncryptionArgs:
|
|
|
287
308
|
geo_backup_user_assigned_identity_id: Optional[pulumi.Input[str]] = None,
|
|
288
309
|
primary_encryption_key_status: Optional[pulumi.Input[Union[str, 'KeyStatusEnum']]] = None,
|
|
289
310
|
primary_key_uri: Optional[pulumi.Input[str]] = None,
|
|
290
|
-
primary_key_uri: Optional[pulumi.Input[str]] = None,
|
|
291
311
|
primary_user_assigned_identity_id: Optional[pulumi.Input[str]] = None,
|
|
292
|
-
type: Optional[pulumi.Input[Union[str, '
|
|
312
|
+
type: Optional[pulumi.Input[Union[str, 'ArmServerKeyType']]] = None):
|
|
293
313
|
"""
|
|
294
|
-
|
|
314
|
+
Data encryption properties of a server
|
|
295
315
|
:param pulumi.Input[Union[str, 'KeyStatusEnum']] geo_backup_encryption_key_status: Geo-backup encryption key status for Data encryption enabled server.
|
|
296
316
|
:param pulumi.Input[str] geo_backup_key_uri: URI for the key in keyvault for data encryption for geo-backup of server.
|
|
297
317
|
:param pulumi.Input[str] geo_backup_user_assigned_identity_id: Resource Id for the User assigned identity to be used for data encryption for geo-backup of server.
|
|
298
318
|
:param pulumi.Input[Union[str, 'KeyStatusEnum']] primary_encryption_key_status: Primary encryption key status for Data encryption enabled server.
|
|
299
319
|
:param pulumi.Input[str] primary_key_uri: URI for the key in keyvault for data encryption of the primary server.
|
|
300
|
-
:param pulumi.Input[str] primary_key_uri: URI for the key in keyvault for data encryption of the primary server.
|
|
301
320
|
:param pulumi.Input[str] primary_user_assigned_identity_id: Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
321
|
+
:param pulumi.Input[Union[str, 'ArmServerKeyType']] type: Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
302
322
|
"""
|
|
303
323
|
if geo_backup_encryption_key_status is not None:
|
|
304
324
|
pulumi.set(__self__, "geo_backup_encryption_key_status", geo_backup_encryption_key_status)
|
|
@@ -310,8 +330,6 @@ class DataEncryptionArgs:
|
|
|
310
330
|
pulumi.set(__self__, "primary_encryption_key_status", primary_encryption_key_status)
|
|
311
331
|
if primary_key_uri is not None:
|
|
312
332
|
pulumi.set(__self__, "primary_key_uri", primary_key_uri)
|
|
313
|
-
if primary_key_uri is not None:
|
|
314
|
-
pulumi.set(__self__, "primary_key_uri", primary_key_uri)
|
|
315
333
|
if primary_user_assigned_identity_id is not None:
|
|
316
334
|
pulumi.set(__self__, "primary_user_assigned_identity_id", primary_user_assigned_identity_id)
|
|
317
335
|
if type is not None:
|
|
@@ -377,18 +395,6 @@ class DataEncryptionArgs:
|
|
|
377
395
|
def primary_key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
378
396
|
pulumi.set(self, "primary_key_uri", value)
|
|
379
397
|
|
|
380
|
-
@property
|
|
381
|
-
@pulumi.getter(name="primaryKeyUri")
|
|
382
|
-
def primary_key_uri(self) -> Optional[pulumi.Input[str]]:
|
|
383
|
-
"""
|
|
384
|
-
URI for the key in keyvault for data encryption of the primary server.
|
|
385
|
-
"""
|
|
386
|
-
return pulumi.get(self, "primary_key_uri")
|
|
387
|
-
|
|
388
|
-
@primary_key_uri.setter
|
|
389
|
-
def primary_key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
390
|
-
pulumi.set(self, "primary_key_uri", value)
|
|
391
|
-
|
|
392
398
|
@property
|
|
393
399
|
@pulumi.getter(name="primaryUserAssignedIdentityId")
|
|
394
400
|
def primary_user_assigned_identity_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -403,11 +409,14 @@ class DataEncryptionArgs:
|
|
|
403
409
|
|
|
404
410
|
@property
|
|
405
411
|
@pulumi.getter
|
|
406
|
-
def type(self) -> Optional[pulumi.Input[Union[str, '
|
|
412
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ArmServerKeyType']]]:
|
|
413
|
+
"""
|
|
414
|
+
Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
415
|
+
"""
|
|
407
416
|
return pulumi.get(self, "type")
|
|
408
417
|
|
|
409
418
|
@type.setter
|
|
410
|
-
def type(self, value: Optional[pulumi.Input[Union[str, '
|
|
419
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ArmServerKeyType']]]):
|
|
411
420
|
pulumi.set(self, "type", value)
|
|
412
421
|
|
|
413
422
|
|
|
@@ -523,23 +532,23 @@ class IdentityPropertiesArgs:
|
|
|
523
532
|
if not MYPY:
|
|
524
533
|
class MaintenanceWindowArgsDict(TypedDict):
|
|
525
534
|
"""
|
|
526
|
-
|
|
535
|
+
Maintenance window properties of a server.
|
|
527
536
|
"""
|
|
528
537
|
custom_window: NotRequired[pulumi.Input[str]]
|
|
529
538
|
"""
|
|
530
|
-
|
|
539
|
+
indicates whether custom window is enabled or disabled
|
|
531
540
|
"""
|
|
532
541
|
day_of_week: NotRequired[pulumi.Input[int]]
|
|
533
542
|
"""
|
|
534
|
-
|
|
543
|
+
day of week for maintenance window
|
|
535
544
|
"""
|
|
536
545
|
start_hour: NotRequired[pulumi.Input[int]]
|
|
537
546
|
"""
|
|
538
|
-
|
|
547
|
+
start hour for maintenance window
|
|
539
548
|
"""
|
|
540
549
|
start_minute: NotRequired[pulumi.Input[int]]
|
|
541
550
|
"""
|
|
542
|
-
|
|
551
|
+
start minute for maintenance window
|
|
543
552
|
"""
|
|
544
553
|
elif False:
|
|
545
554
|
MaintenanceWindowArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -552,18 +561,26 @@ class MaintenanceWindowArgs:
|
|
|
552
561
|
start_hour: Optional[pulumi.Input[int]] = None,
|
|
553
562
|
start_minute: Optional[pulumi.Input[int]] = None):
|
|
554
563
|
"""
|
|
555
|
-
|
|
556
|
-
:param pulumi.Input[str] custom_window:
|
|
557
|
-
:param pulumi.Input[int] day_of_week:
|
|
558
|
-
:param pulumi.Input[int] start_hour:
|
|
559
|
-
:param pulumi.Input[int] start_minute:
|
|
564
|
+
Maintenance window properties of a server.
|
|
565
|
+
:param pulumi.Input[str] custom_window: indicates whether custom window is enabled or disabled
|
|
566
|
+
:param pulumi.Input[int] day_of_week: day of week for maintenance window
|
|
567
|
+
:param pulumi.Input[int] start_hour: start hour for maintenance window
|
|
568
|
+
:param pulumi.Input[int] start_minute: start minute for maintenance window
|
|
560
569
|
"""
|
|
570
|
+
if custom_window is None:
|
|
571
|
+
custom_window = 'Disabled'
|
|
561
572
|
if custom_window is not None:
|
|
562
573
|
pulumi.set(__self__, "custom_window", custom_window)
|
|
574
|
+
if day_of_week is None:
|
|
575
|
+
day_of_week = 0
|
|
563
576
|
if day_of_week is not None:
|
|
564
577
|
pulumi.set(__self__, "day_of_week", day_of_week)
|
|
578
|
+
if start_hour is None:
|
|
579
|
+
start_hour = 0
|
|
565
580
|
if start_hour is not None:
|
|
566
581
|
pulumi.set(__self__, "start_hour", start_hour)
|
|
582
|
+
if start_minute is None:
|
|
583
|
+
start_minute = 0
|
|
567
584
|
if start_minute is not None:
|
|
568
585
|
pulumi.set(__self__, "start_minute", start_minute)
|
|
569
586
|
|
|
@@ -571,7 +588,7 @@ class MaintenanceWindowArgs:
|
|
|
571
588
|
@pulumi.getter(name="customWindow")
|
|
572
589
|
def custom_window(self) -> Optional[pulumi.Input[str]]:
|
|
573
590
|
"""
|
|
574
|
-
|
|
591
|
+
indicates whether custom window is enabled or disabled
|
|
575
592
|
"""
|
|
576
593
|
return pulumi.get(self, "custom_window")
|
|
577
594
|
|
|
@@ -583,7 +600,7 @@ class MaintenanceWindowArgs:
|
|
|
583
600
|
@pulumi.getter(name="dayOfWeek")
|
|
584
601
|
def day_of_week(self) -> Optional[pulumi.Input[int]]:
|
|
585
602
|
"""
|
|
586
|
-
|
|
603
|
+
day of week for maintenance window
|
|
587
604
|
"""
|
|
588
605
|
return pulumi.get(self, "day_of_week")
|
|
589
606
|
|
|
@@ -595,7 +612,7 @@ class MaintenanceWindowArgs:
|
|
|
595
612
|
@pulumi.getter(name="startHour")
|
|
596
613
|
def start_hour(self) -> Optional[pulumi.Input[int]]:
|
|
597
614
|
"""
|
|
598
|
-
|
|
615
|
+
start hour for maintenance window
|
|
599
616
|
"""
|
|
600
617
|
return pulumi.get(self, "start_hour")
|
|
601
618
|
|
|
@@ -607,7 +624,7 @@ class MaintenanceWindowArgs:
|
|
|
607
624
|
@pulumi.getter(name="startMinute")
|
|
608
625
|
def start_minute(self) -> Optional[pulumi.Input[int]]:
|
|
609
626
|
"""
|
|
610
|
-
|
|
627
|
+
start minute for maintenance window
|
|
611
628
|
"""
|
|
612
629
|
return pulumi.get(self, "start_minute")
|
|
613
630
|
|
|
@@ -955,6 +972,213 @@ class ResourceIdentityArgs:
|
|
|
955
972
|
pulumi.set(self, "type", value)
|
|
956
973
|
|
|
957
974
|
|
|
975
|
+
if not MYPY:
|
|
976
|
+
class ServerGroupClusterAuthConfigArgsDict(TypedDict):
|
|
977
|
+
"""
|
|
978
|
+
Authentication configuration of a cluster.
|
|
979
|
+
"""
|
|
980
|
+
active_directory_auth: NotRequired[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]]
|
|
981
|
+
password_auth: NotRequired[pulumi.Input[Union[str, 'PasswordAuth']]]
|
|
982
|
+
elif False:
|
|
983
|
+
ServerGroupClusterAuthConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
984
|
+
|
|
985
|
+
@pulumi.input_type
|
|
986
|
+
class ServerGroupClusterAuthConfigArgs:
|
|
987
|
+
def __init__(__self__, *,
|
|
988
|
+
active_directory_auth: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]] = None,
|
|
989
|
+
password_auth: Optional[pulumi.Input[Union[str, 'PasswordAuth']]] = None):
|
|
990
|
+
"""
|
|
991
|
+
Authentication configuration of a cluster.
|
|
992
|
+
"""
|
|
993
|
+
if active_directory_auth is not None:
|
|
994
|
+
pulumi.set(__self__, "active_directory_auth", active_directory_auth)
|
|
995
|
+
if password_auth is not None:
|
|
996
|
+
pulumi.set(__self__, "password_auth", password_auth)
|
|
997
|
+
|
|
998
|
+
@property
|
|
999
|
+
@pulumi.getter(name="activeDirectoryAuth")
|
|
1000
|
+
def active_directory_auth(self) -> Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]]:
|
|
1001
|
+
return pulumi.get(self, "active_directory_auth")
|
|
1002
|
+
|
|
1003
|
+
@active_directory_auth.setter
|
|
1004
|
+
def active_directory_auth(self, value: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]]):
|
|
1005
|
+
pulumi.set(self, "active_directory_auth", value)
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
@pulumi.getter(name="passwordAuth")
|
|
1009
|
+
def password_auth(self) -> Optional[pulumi.Input[Union[str, 'PasswordAuth']]]:
|
|
1010
|
+
return pulumi.get(self, "password_auth")
|
|
1011
|
+
|
|
1012
|
+
@password_auth.setter
|
|
1013
|
+
def password_auth(self, value: Optional[pulumi.Input[Union[str, 'PasswordAuth']]]):
|
|
1014
|
+
pulumi.set(self, "password_auth", value)
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
if not MYPY:
|
|
1018
|
+
class ServerGroupClusterDataEncryptionArgsDict(TypedDict):
|
|
1019
|
+
"""
|
|
1020
|
+
The data encryption properties of a cluster.
|
|
1021
|
+
"""
|
|
1022
|
+
primary_key_uri: NotRequired[pulumi.Input[str]]
|
|
1023
|
+
"""
|
|
1024
|
+
URI for the key in keyvault for data encryption of the primary server.
|
|
1025
|
+
"""
|
|
1026
|
+
primary_user_assigned_identity_id: NotRequired[pulumi.Input[str]]
|
|
1027
|
+
"""
|
|
1028
|
+
Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
1029
|
+
"""
|
|
1030
|
+
type: NotRequired[pulumi.Input[Union[str, 'DataEncryptionType']]]
|
|
1031
|
+
elif False:
|
|
1032
|
+
ServerGroupClusterDataEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1033
|
+
|
|
1034
|
+
@pulumi.input_type
|
|
1035
|
+
class ServerGroupClusterDataEncryptionArgs:
|
|
1036
|
+
def __init__(__self__, *,
|
|
1037
|
+
primary_key_uri: Optional[pulumi.Input[str]] = None,
|
|
1038
|
+
primary_user_assigned_identity_id: Optional[pulumi.Input[str]] = None,
|
|
1039
|
+
type: Optional[pulumi.Input[Union[str, 'DataEncryptionType']]] = None):
|
|
1040
|
+
"""
|
|
1041
|
+
The data encryption properties of a cluster.
|
|
1042
|
+
:param pulumi.Input[str] primary_key_uri: URI for the key in keyvault for data encryption of the primary server.
|
|
1043
|
+
:param pulumi.Input[str] primary_user_assigned_identity_id: Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
1044
|
+
"""
|
|
1045
|
+
if primary_key_uri is not None:
|
|
1046
|
+
pulumi.set(__self__, "primary_key_uri", primary_key_uri)
|
|
1047
|
+
if primary_user_assigned_identity_id is not None:
|
|
1048
|
+
pulumi.set(__self__, "primary_user_assigned_identity_id", primary_user_assigned_identity_id)
|
|
1049
|
+
if type is not None:
|
|
1050
|
+
pulumi.set(__self__, "type", type)
|
|
1051
|
+
|
|
1052
|
+
@property
|
|
1053
|
+
@pulumi.getter(name="primaryKeyUri")
|
|
1054
|
+
def primary_key_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1055
|
+
"""
|
|
1056
|
+
URI for the key in keyvault for data encryption of the primary server.
|
|
1057
|
+
"""
|
|
1058
|
+
return pulumi.get(self, "primary_key_uri")
|
|
1059
|
+
|
|
1060
|
+
@primary_key_uri.setter
|
|
1061
|
+
def primary_key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1062
|
+
pulumi.set(self, "primary_key_uri", value)
|
|
1063
|
+
|
|
1064
|
+
@property
|
|
1065
|
+
@pulumi.getter(name="primaryUserAssignedIdentityId")
|
|
1066
|
+
def primary_user_assigned_identity_id(self) -> Optional[pulumi.Input[str]]:
|
|
1067
|
+
"""
|
|
1068
|
+
Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
1069
|
+
"""
|
|
1070
|
+
return pulumi.get(self, "primary_user_assigned_identity_id")
|
|
1071
|
+
|
|
1072
|
+
@primary_user_assigned_identity_id.setter
|
|
1073
|
+
def primary_user_assigned_identity_id(self, value: Optional[pulumi.Input[str]]):
|
|
1074
|
+
pulumi.set(self, "primary_user_assigned_identity_id", value)
|
|
1075
|
+
|
|
1076
|
+
@property
|
|
1077
|
+
@pulumi.getter
|
|
1078
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'DataEncryptionType']]]:
|
|
1079
|
+
return pulumi.get(self, "type")
|
|
1080
|
+
|
|
1081
|
+
@type.setter
|
|
1082
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'DataEncryptionType']]]):
|
|
1083
|
+
pulumi.set(self, "type", value)
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
if not MYPY:
|
|
1087
|
+
class ServerGroupClusterMaintenanceWindowArgsDict(TypedDict):
|
|
1088
|
+
"""
|
|
1089
|
+
Schedule settings for regular cluster updates.
|
|
1090
|
+
"""
|
|
1091
|
+
custom_window: NotRequired[pulumi.Input[str]]
|
|
1092
|
+
"""
|
|
1093
|
+
Indicates whether custom maintenance window is enabled or not.
|
|
1094
|
+
"""
|
|
1095
|
+
day_of_week: NotRequired[pulumi.Input[int]]
|
|
1096
|
+
"""
|
|
1097
|
+
Preferred day of the week for maintenance window.
|
|
1098
|
+
"""
|
|
1099
|
+
start_hour: NotRequired[pulumi.Input[int]]
|
|
1100
|
+
"""
|
|
1101
|
+
Start hour within preferred day of the week for maintenance window.
|
|
1102
|
+
"""
|
|
1103
|
+
start_minute: NotRequired[pulumi.Input[int]]
|
|
1104
|
+
"""
|
|
1105
|
+
Start minute within the start hour for maintenance window.
|
|
1106
|
+
"""
|
|
1107
|
+
elif False:
|
|
1108
|
+
ServerGroupClusterMaintenanceWindowArgsDict: TypeAlias = Mapping[str, Any]
|
|
1109
|
+
|
|
1110
|
+
@pulumi.input_type
|
|
1111
|
+
class ServerGroupClusterMaintenanceWindowArgs:
|
|
1112
|
+
def __init__(__self__, *,
|
|
1113
|
+
custom_window: Optional[pulumi.Input[str]] = None,
|
|
1114
|
+
day_of_week: Optional[pulumi.Input[int]] = None,
|
|
1115
|
+
start_hour: Optional[pulumi.Input[int]] = None,
|
|
1116
|
+
start_minute: Optional[pulumi.Input[int]] = None):
|
|
1117
|
+
"""
|
|
1118
|
+
Schedule settings for regular cluster updates.
|
|
1119
|
+
:param pulumi.Input[str] custom_window: Indicates whether custom maintenance window is enabled or not.
|
|
1120
|
+
:param pulumi.Input[int] day_of_week: Preferred day of the week for maintenance window.
|
|
1121
|
+
:param pulumi.Input[int] start_hour: Start hour within preferred day of the week for maintenance window.
|
|
1122
|
+
:param pulumi.Input[int] start_minute: Start minute within the start hour for maintenance window.
|
|
1123
|
+
"""
|
|
1124
|
+
if custom_window is not None:
|
|
1125
|
+
pulumi.set(__self__, "custom_window", custom_window)
|
|
1126
|
+
if day_of_week is not None:
|
|
1127
|
+
pulumi.set(__self__, "day_of_week", day_of_week)
|
|
1128
|
+
if start_hour is not None:
|
|
1129
|
+
pulumi.set(__self__, "start_hour", start_hour)
|
|
1130
|
+
if start_minute is not None:
|
|
1131
|
+
pulumi.set(__self__, "start_minute", start_minute)
|
|
1132
|
+
|
|
1133
|
+
@property
|
|
1134
|
+
@pulumi.getter(name="customWindow")
|
|
1135
|
+
def custom_window(self) -> Optional[pulumi.Input[str]]:
|
|
1136
|
+
"""
|
|
1137
|
+
Indicates whether custom maintenance window is enabled or not.
|
|
1138
|
+
"""
|
|
1139
|
+
return pulumi.get(self, "custom_window")
|
|
1140
|
+
|
|
1141
|
+
@custom_window.setter
|
|
1142
|
+
def custom_window(self, value: Optional[pulumi.Input[str]]):
|
|
1143
|
+
pulumi.set(self, "custom_window", value)
|
|
1144
|
+
|
|
1145
|
+
@property
|
|
1146
|
+
@pulumi.getter(name="dayOfWeek")
|
|
1147
|
+
def day_of_week(self) -> Optional[pulumi.Input[int]]:
|
|
1148
|
+
"""
|
|
1149
|
+
Preferred day of the week for maintenance window.
|
|
1150
|
+
"""
|
|
1151
|
+
return pulumi.get(self, "day_of_week")
|
|
1152
|
+
|
|
1153
|
+
@day_of_week.setter
|
|
1154
|
+
def day_of_week(self, value: Optional[pulumi.Input[int]]):
|
|
1155
|
+
pulumi.set(self, "day_of_week", value)
|
|
1156
|
+
|
|
1157
|
+
@property
|
|
1158
|
+
@pulumi.getter(name="startHour")
|
|
1159
|
+
def start_hour(self) -> Optional[pulumi.Input[int]]:
|
|
1160
|
+
"""
|
|
1161
|
+
Start hour within preferred day of the week for maintenance window.
|
|
1162
|
+
"""
|
|
1163
|
+
return pulumi.get(self, "start_hour")
|
|
1164
|
+
|
|
1165
|
+
@start_hour.setter
|
|
1166
|
+
def start_hour(self, value: Optional[pulumi.Input[int]]):
|
|
1167
|
+
pulumi.set(self, "start_hour", value)
|
|
1168
|
+
|
|
1169
|
+
@property
|
|
1170
|
+
@pulumi.getter(name="startMinute")
|
|
1171
|
+
def start_minute(self) -> Optional[pulumi.Input[int]]:
|
|
1172
|
+
"""
|
|
1173
|
+
Start minute within the start hour for maintenance window.
|
|
1174
|
+
"""
|
|
1175
|
+
return pulumi.get(self, "start_minute")
|
|
1176
|
+
|
|
1177
|
+
@start_minute.setter
|
|
1178
|
+
def start_minute(self, value: Optional[pulumi.Input[int]]):
|
|
1179
|
+
pulumi.set(self, "start_minute", value)
|
|
1180
|
+
|
|
1181
|
+
|
|
958
1182
|
if not MYPY:
|
|
959
1183
|
class ServerPropertiesForDefaultCreateArgsDict(TypedDict):
|
|
960
1184
|
"""
|
|
@@ -164,7 +164,7 @@ class GetServerGroupClusterResult:
|
|
|
164
164
|
|
|
165
165
|
@property
|
|
166
166
|
@pulumi.getter(name="authConfig")
|
|
167
|
-
def auth_config(self) -> Optional['outputs.
|
|
167
|
+
def auth_config(self) -> Optional['outputs.ServerGroupClusterAuthConfigResponse']:
|
|
168
168
|
"""
|
|
169
169
|
Authentication configuration of a cluster.
|
|
170
170
|
"""
|
|
@@ -220,7 +220,7 @@ class GetServerGroupClusterResult:
|
|
|
220
220
|
|
|
221
221
|
@property
|
|
222
222
|
@pulumi.getter(name="dataEncryption")
|
|
223
|
-
def data_encryption(self) -> Optional['outputs.
|
|
223
|
+
def data_encryption(self) -> Optional['outputs.ServerGroupClusterDataEncryptionResponse']:
|
|
224
224
|
"""
|
|
225
225
|
The data encryption properties of a cluster.
|
|
226
226
|
"""
|
|
@@ -292,7 +292,7 @@ class GetServerGroupClusterResult:
|
|
|
292
292
|
|
|
293
293
|
@property
|
|
294
294
|
@pulumi.getter(name="maintenanceWindow")
|
|
295
|
-
def maintenance_window(self) -> Optional['outputs.
|
|
295
|
+
def maintenance_window(self) -> Optional['outputs.ServerGroupClusterMaintenanceWindowResponse']:
|
|
296
296
|
"""
|
|
297
297
|
Maintenance window of a cluster.
|
|
298
298
|
"""
|