pulumi-azure-native 3.6.1__py3-none-any.whl → 3.7.0a1754587761__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 +32 -0
- pulumi_azure_native/botservice/bot.py +9 -9
- pulumi_azure_native/botservice/channel.py +9 -9
- pulumi_azure_native/botservice/get_bot.py +3 -3
- pulumi_azure_native/botservice/get_channel.py +3 -3
- pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/confluent/connector.py +5 -1
- pulumi_azure_native/confluent/get_connector.py +4 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
- pulumi_azure_native/confluent/get_topic.py +4 -0
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
- pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
- pulumi_azure_native/confluent/topic.py +5 -1
- pulumi_azure_native/containerservice/__init__.py +2 -0
- pulumi_azure_native/containerservice/_inputs.py +74 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
- 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_managed_namespace.py +2 -2
- 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/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +246 -0
- pulumi_azure_native/containerservice/list_fleet_credentials.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_managed_namespace_credential.py +2 -2
- 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/managed_namespace.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +185 -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/containerservice/update_run.py +3 -3
- pulumi_azure_native/databox/get_job.py +2 -2
- pulumi_azure_native/databox/job.py +3 -3
- pulumi_azure_native/databox/list_job_credentials.py +2 -2
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/fileshares/__init__.py +16 -0
- pulumi_azure_native/fileshares/_enums.py +86 -0
- pulumi_azure_native/fileshares/_inputs.py +354 -0
- pulumi_azure_native/fileshares/file_share.py +274 -0
- pulumi_azure_native/fileshares/get_file_share.py +190 -0
- pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
- pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
- pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
- pulumi_azure_native/fileshares/outputs.py +999 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
- pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
- pulumi_azure_native/mission/__init__.py +27 -0
- pulumi_azure_native/mission/_enums.py +412 -0
- pulumi_azure_native/mission/_inputs.py +1489 -0
- pulumi_azure_native/mission/approval.py +405 -0
- pulumi_azure_native/mission/community.py +554 -0
- pulumi_azure_native/mission/community_endpoint.py +320 -0
- pulumi_azure_native/mission/enclave_connection.py +396 -0
- pulumi_azure_native/mission/enclave_endpoint.py +320 -0
- pulumi_azure_native/mission/get_approval.py +264 -0
- pulumi_azure_native/mission/get_community.py +362 -0
- pulumi_azure_native/mission/get_community_endpoint.py +228 -0
- pulumi_azure_native/mission/get_enclave_connection.py +278 -0
- pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
- pulumi_azure_native/mission/get_transit_hub.py +242 -0
- pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
- pulumi_azure_native/mission/get_workload.py +228 -0
- pulumi_azure_native/mission/outputs.py +1611 -0
- pulumi_azure_native/mission/transit_hub.py +348 -0
- pulumi_azure_native/mission/virtual_enclave.py +566 -0
- pulumi_azure_native/mission/workload.py +317 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +4 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +5 -1
- pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +4 -0
- pulumi_azure_native/security/_enums.py +11 -0
- pulumi_azure_native/security/_inputs.py +78 -0
- pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
- pulumi_azure_native/security/get_private_link.py +218 -0
- pulumi_azure_native/security/outputs.py +327 -0
- pulumi_azure_native/security/private_endpoint_connection.py +268 -0
- pulumi_azure_native/security/private_link.py +273 -0
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/RECORD +289 -254
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/top_level.txt +0 -0
|
@@ -152,6 +152,10 @@ __all__ = [
|
|
|
152
152
|
'OnUploadPropertiesResponse',
|
|
153
153
|
'OperationStatusResponse',
|
|
154
154
|
'PartialAssessmentPropertiesResponse',
|
|
155
|
+
'PrivateEndpointConnectionResponse',
|
|
156
|
+
'PrivateEndpointResponse',
|
|
157
|
+
'PrivateLinkResourceResponse',
|
|
158
|
+
'PrivateLinkServiceConnectionStateResponse',
|
|
155
159
|
'ProxyServerPropertiesResponse',
|
|
156
160
|
'RecommendationConfigurationPropertiesResponse',
|
|
157
161
|
'RemediationEtaResponse',
|
|
@@ -8769,6 +8773,329 @@ class PartialAssessmentPropertiesResponse(dict):
|
|
|
8769
8773
|
return pulumi.get(self, "assessment_key")
|
|
8770
8774
|
|
|
8771
8775
|
|
|
8776
|
+
@pulumi.output_type
|
|
8777
|
+
class PrivateEndpointConnectionResponse(dict):
|
|
8778
|
+
"""
|
|
8779
|
+
The private endpoint connection resource.
|
|
8780
|
+
"""
|
|
8781
|
+
@staticmethod
|
|
8782
|
+
def __key_warning(key: str):
|
|
8783
|
+
suggest = None
|
|
8784
|
+
if key == "groupIds":
|
|
8785
|
+
suggest = "group_ids"
|
|
8786
|
+
elif key == "privateLinkServiceConnectionState":
|
|
8787
|
+
suggest = "private_link_service_connection_state"
|
|
8788
|
+
elif key == "provisioningState":
|
|
8789
|
+
suggest = "provisioning_state"
|
|
8790
|
+
elif key == "systemData":
|
|
8791
|
+
suggest = "system_data"
|
|
8792
|
+
elif key == "privateEndpoint":
|
|
8793
|
+
suggest = "private_endpoint"
|
|
8794
|
+
|
|
8795
|
+
if suggest:
|
|
8796
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
8797
|
+
|
|
8798
|
+
def __getitem__(self, key: str) -> Any:
|
|
8799
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
8800
|
+
return super().__getitem__(key)
|
|
8801
|
+
|
|
8802
|
+
def get(self, key: str, default = None) -> Any:
|
|
8803
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
8804
|
+
return super().get(key, default)
|
|
8805
|
+
|
|
8806
|
+
def __init__(__self__, *,
|
|
8807
|
+
group_ids: Sequence[builtins.str],
|
|
8808
|
+
id: builtins.str,
|
|
8809
|
+
name: builtins.str,
|
|
8810
|
+
private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
|
|
8811
|
+
provisioning_state: builtins.str,
|
|
8812
|
+
system_data: 'outputs.SystemDataResponse',
|
|
8813
|
+
type: builtins.str,
|
|
8814
|
+
private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
|
|
8815
|
+
"""
|
|
8816
|
+
The private endpoint connection resource.
|
|
8817
|
+
:param Sequence[builtins.str] group_ids: The group ids for the private endpoint resource.
|
|
8818
|
+
:param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
8819
|
+
:param builtins.str name: The name of the resource
|
|
8820
|
+
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
8821
|
+
:param builtins.str provisioning_state: The provisioning state of the private endpoint connection resource.
|
|
8822
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
8823
|
+
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
8824
|
+
:param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
|
|
8825
|
+
"""
|
|
8826
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
8827
|
+
pulumi.set(__self__, "id", id)
|
|
8828
|
+
pulumi.set(__self__, "name", name)
|
|
8829
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
8830
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
8831
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
8832
|
+
pulumi.set(__self__, "type", type)
|
|
8833
|
+
if private_endpoint is not None:
|
|
8834
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
8835
|
+
|
|
8836
|
+
@property
|
|
8837
|
+
@pulumi.getter(name="groupIds")
|
|
8838
|
+
def group_ids(self) -> Sequence[builtins.str]:
|
|
8839
|
+
"""
|
|
8840
|
+
The group ids for the private endpoint resource.
|
|
8841
|
+
"""
|
|
8842
|
+
return pulumi.get(self, "group_ids")
|
|
8843
|
+
|
|
8844
|
+
@property
|
|
8845
|
+
@pulumi.getter
|
|
8846
|
+
def id(self) -> builtins.str:
|
|
8847
|
+
"""
|
|
8848
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
8849
|
+
"""
|
|
8850
|
+
return pulumi.get(self, "id")
|
|
8851
|
+
|
|
8852
|
+
@property
|
|
8853
|
+
@pulumi.getter
|
|
8854
|
+
def name(self) -> builtins.str:
|
|
8855
|
+
"""
|
|
8856
|
+
The name of the resource
|
|
8857
|
+
"""
|
|
8858
|
+
return pulumi.get(self, "name")
|
|
8859
|
+
|
|
8860
|
+
@property
|
|
8861
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
8862
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
8863
|
+
"""
|
|
8864
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
8865
|
+
"""
|
|
8866
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
8867
|
+
|
|
8868
|
+
@property
|
|
8869
|
+
@pulumi.getter(name="provisioningState")
|
|
8870
|
+
def provisioning_state(self) -> builtins.str:
|
|
8871
|
+
"""
|
|
8872
|
+
The provisioning state of the private endpoint connection resource.
|
|
8873
|
+
"""
|
|
8874
|
+
return pulumi.get(self, "provisioning_state")
|
|
8875
|
+
|
|
8876
|
+
@property
|
|
8877
|
+
@pulumi.getter(name="systemData")
|
|
8878
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
8879
|
+
"""
|
|
8880
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
8881
|
+
"""
|
|
8882
|
+
return pulumi.get(self, "system_data")
|
|
8883
|
+
|
|
8884
|
+
@property
|
|
8885
|
+
@pulumi.getter
|
|
8886
|
+
def type(self) -> builtins.str:
|
|
8887
|
+
"""
|
|
8888
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
8889
|
+
"""
|
|
8890
|
+
return pulumi.get(self, "type")
|
|
8891
|
+
|
|
8892
|
+
@property
|
|
8893
|
+
@pulumi.getter(name="privateEndpoint")
|
|
8894
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
8895
|
+
"""
|
|
8896
|
+
The private endpoint resource.
|
|
8897
|
+
"""
|
|
8898
|
+
return pulumi.get(self, "private_endpoint")
|
|
8899
|
+
|
|
8900
|
+
|
|
8901
|
+
@pulumi.output_type
|
|
8902
|
+
class PrivateEndpointResponse(dict):
|
|
8903
|
+
"""
|
|
8904
|
+
The private endpoint resource.
|
|
8905
|
+
"""
|
|
8906
|
+
def __init__(__self__, *,
|
|
8907
|
+
id: builtins.str):
|
|
8908
|
+
"""
|
|
8909
|
+
The private endpoint resource.
|
|
8910
|
+
:param builtins.str id: The ARM identifier for private endpoint.
|
|
8911
|
+
"""
|
|
8912
|
+
pulumi.set(__self__, "id", id)
|
|
8913
|
+
|
|
8914
|
+
@property
|
|
8915
|
+
@pulumi.getter
|
|
8916
|
+
def id(self) -> builtins.str:
|
|
8917
|
+
"""
|
|
8918
|
+
The ARM identifier for private endpoint.
|
|
8919
|
+
"""
|
|
8920
|
+
return pulumi.get(self, "id")
|
|
8921
|
+
|
|
8922
|
+
|
|
8923
|
+
@pulumi.output_type
|
|
8924
|
+
class PrivateLinkResourceResponse(dict):
|
|
8925
|
+
"""
|
|
8926
|
+
A private link resource.
|
|
8927
|
+
"""
|
|
8928
|
+
@staticmethod
|
|
8929
|
+
def __key_warning(key: str):
|
|
8930
|
+
suggest = None
|
|
8931
|
+
if key == "groupId":
|
|
8932
|
+
suggest = "group_id"
|
|
8933
|
+
elif key == "requiredMembers":
|
|
8934
|
+
suggest = "required_members"
|
|
8935
|
+
elif key == "systemData":
|
|
8936
|
+
suggest = "system_data"
|
|
8937
|
+
elif key == "requiredZoneNames":
|
|
8938
|
+
suggest = "required_zone_names"
|
|
8939
|
+
|
|
8940
|
+
if suggest:
|
|
8941
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkResourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
8942
|
+
|
|
8943
|
+
def __getitem__(self, key: str) -> Any:
|
|
8944
|
+
PrivateLinkResourceResponse.__key_warning(key)
|
|
8945
|
+
return super().__getitem__(key)
|
|
8946
|
+
|
|
8947
|
+
def get(self, key: str, default = None) -> Any:
|
|
8948
|
+
PrivateLinkResourceResponse.__key_warning(key)
|
|
8949
|
+
return super().get(key, default)
|
|
8950
|
+
|
|
8951
|
+
def __init__(__self__, *,
|
|
8952
|
+
group_id: builtins.str,
|
|
8953
|
+
id: builtins.str,
|
|
8954
|
+
name: builtins.str,
|
|
8955
|
+
required_members: Sequence[builtins.str],
|
|
8956
|
+
system_data: 'outputs.SystemDataResponse',
|
|
8957
|
+
type: builtins.str,
|
|
8958
|
+
required_zone_names: Optional[Sequence[builtins.str]] = None):
|
|
8959
|
+
"""
|
|
8960
|
+
A private link resource.
|
|
8961
|
+
:param builtins.str group_id: The private link resource group id.
|
|
8962
|
+
:param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
8963
|
+
:param builtins.str name: The name of the resource
|
|
8964
|
+
:param Sequence[builtins.str] required_members: The private link resource required member names.
|
|
8965
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
8966
|
+
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
8967
|
+
:param Sequence[builtins.str] required_zone_names: The private link resource private link DNS zone name.
|
|
8968
|
+
"""
|
|
8969
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
8970
|
+
pulumi.set(__self__, "id", id)
|
|
8971
|
+
pulumi.set(__self__, "name", name)
|
|
8972
|
+
pulumi.set(__self__, "required_members", required_members)
|
|
8973
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
8974
|
+
pulumi.set(__self__, "type", type)
|
|
8975
|
+
if required_zone_names is not None:
|
|
8976
|
+
pulumi.set(__self__, "required_zone_names", required_zone_names)
|
|
8977
|
+
|
|
8978
|
+
@property
|
|
8979
|
+
@pulumi.getter(name="groupId")
|
|
8980
|
+
def group_id(self) -> builtins.str:
|
|
8981
|
+
"""
|
|
8982
|
+
The private link resource group id.
|
|
8983
|
+
"""
|
|
8984
|
+
return pulumi.get(self, "group_id")
|
|
8985
|
+
|
|
8986
|
+
@property
|
|
8987
|
+
@pulumi.getter
|
|
8988
|
+
def id(self) -> builtins.str:
|
|
8989
|
+
"""
|
|
8990
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
8991
|
+
"""
|
|
8992
|
+
return pulumi.get(self, "id")
|
|
8993
|
+
|
|
8994
|
+
@property
|
|
8995
|
+
@pulumi.getter
|
|
8996
|
+
def name(self) -> builtins.str:
|
|
8997
|
+
"""
|
|
8998
|
+
The name of the resource
|
|
8999
|
+
"""
|
|
9000
|
+
return pulumi.get(self, "name")
|
|
9001
|
+
|
|
9002
|
+
@property
|
|
9003
|
+
@pulumi.getter(name="requiredMembers")
|
|
9004
|
+
def required_members(self) -> Sequence[builtins.str]:
|
|
9005
|
+
"""
|
|
9006
|
+
The private link resource required member names.
|
|
9007
|
+
"""
|
|
9008
|
+
return pulumi.get(self, "required_members")
|
|
9009
|
+
|
|
9010
|
+
@property
|
|
9011
|
+
@pulumi.getter(name="systemData")
|
|
9012
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
9013
|
+
"""
|
|
9014
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
9015
|
+
"""
|
|
9016
|
+
return pulumi.get(self, "system_data")
|
|
9017
|
+
|
|
9018
|
+
@property
|
|
9019
|
+
@pulumi.getter
|
|
9020
|
+
def type(self) -> builtins.str:
|
|
9021
|
+
"""
|
|
9022
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
9023
|
+
"""
|
|
9024
|
+
return pulumi.get(self, "type")
|
|
9025
|
+
|
|
9026
|
+
@property
|
|
9027
|
+
@pulumi.getter(name="requiredZoneNames")
|
|
9028
|
+
def required_zone_names(self) -> Optional[Sequence[builtins.str]]:
|
|
9029
|
+
"""
|
|
9030
|
+
The private link resource private link DNS zone name.
|
|
9031
|
+
"""
|
|
9032
|
+
return pulumi.get(self, "required_zone_names")
|
|
9033
|
+
|
|
9034
|
+
|
|
9035
|
+
@pulumi.output_type
|
|
9036
|
+
class PrivateLinkServiceConnectionStateResponse(dict):
|
|
9037
|
+
"""
|
|
9038
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
9039
|
+
"""
|
|
9040
|
+
@staticmethod
|
|
9041
|
+
def __key_warning(key: str):
|
|
9042
|
+
suggest = None
|
|
9043
|
+
if key == "actionsRequired":
|
|
9044
|
+
suggest = "actions_required"
|
|
9045
|
+
|
|
9046
|
+
if suggest:
|
|
9047
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9048
|
+
|
|
9049
|
+
def __getitem__(self, key: str) -> Any:
|
|
9050
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
9051
|
+
return super().__getitem__(key)
|
|
9052
|
+
|
|
9053
|
+
def get(self, key: str, default = None) -> Any:
|
|
9054
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
9055
|
+
return super().get(key, default)
|
|
9056
|
+
|
|
9057
|
+
def __init__(__self__, *,
|
|
9058
|
+
actions_required: Optional[builtins.str] = None,
|
|
9059
|
+
description: Optional[builtins.str] = None,
|
|
9060
|
+
status: Optional[builtins.str] = None):
|
|
9061
|
+
"""
|
|
9062
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
9063
|
+
:param builtins.str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
9064
|
+
:param builtins.str description: The reason for approval/rejection of the connection.
|
|
9065
|
+
:param builtins.str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
9066
|
+
"""
|
|
9067
|
+
if actions_required is not None:
|
|
9068
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
9069
|
+
if description is not None:
|
|
9070
|
+
pulumi.set(__self__, "description", description)
|
|
9071
|
+
if status is not None:
|
|
9072
|
+
pulumi.set(__self__, "status", status)
|
|
9073
|
+
|
|
9074
|
+
@property
|
|
9075
|
+
@pulumi.getter(name="actionsRequired")
|
|
9076
|
+
def actions_required(self) -> Optional[builtins.str]:
|
|
9077
|
+
"""
|
|
9078
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
9079
|
+
"""
|
|
9080
|
+
return pulumi.get(self, "actions_required")
|
|
9081
|
+
|
|
9082
|
+
@property
|
|
9083
|
+
@pulumi.getter
|
|
9084
|
+
def description(self) -> Optional[builtins.str]:
|
|
9085
|
+
"""
|
|
9086
|
+
The reason for approval/rejection of the connection.
|
|
9087
|
+
"""
|
|
9088
|
+
return pulumi.get(self, "description")
|
|
9089
|
+
|
|
9090
|
+
@property
|
|
9091
|
+
@pulumi.getter
|
|
9092
|
+
def status(self) -> Optional[builtins.str]:
|
|
9093
|
+
"""
|
|
9094
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
9095
|
+
"""
|
|
9096
|
+
return pulumi.get(self, "status")
|
|
9097
|
+
|
|
9098
|
+
|
|
8772
9099
|
@pulumi.output_type
|
|
8773
9100
|
class ProxyServerPropertiesResponse(dict):
|
|
8774
9101
|
"""
|
|
@@ -0,0 +1,268 @@
|
|
|
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 builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
from ._enums import *
|
|
19
|
+
from ._inputs import *
|
|
20
|
+
|
|
21
|
+
__all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
|
|
22
|
+
|
|
23
|
+
@pulumi.input_type
|
|
24
|
+
class PrivateEndpointConnectionArgs:
|
|
25
|
+
def __init__(__self__, *,
|
|
26
|
+
private_link_name: pulumi.Input[builtins.str],
|
|
27
|
+
private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
|
|
28
|
+
resource_group_name: pulumi.Input[builtins.str],
|
|
29
|
+
private_endpoint_connection_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
32
|
+
:param pulumi.Input[builtins.str] private_link_name: The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.
|
|
33
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
34
|
+
:param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
35
|
+
:param pulumi.Input[builtins.str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
36
|
+
"""
|
|
37
|
+
pulumi.set(__self__, "private_link_name", private_link_name)
|
|
38
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
39
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
40
|
+
if private_endpoint_connection_name is not None:
|
|
41
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="privateLinkName")
|
|
45
|
+
def private_link_name(self) -> pulumi.Input[builtins.str]:
|
|
46
|
+
"""
|
|
47
|
+
The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "private_link_name")
|
|
50
|
+
|
|
51
|
+
@private_link_name.setter
|
|
52
|
+
def private_link_name(self, value: pulumi.Input[builtins.str]):
|
|
53
|
+
pulumi.set(self, "private_link_name", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
57
|
+
def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
|
|
58
|
+
"""
|
|
59
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
62
|
+
|
|
63
|
+
@private_link_service_connection_state.setter
|
|
64
|
+
def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
|
|
65
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="resourceGroupName")
|
|
69
|
+
def resource_group_name(self) -> pulumi.Input[builtins.str]:
|
|
70
|
+
"""
|
|
71
|
+
The name of the resource group. The name is case insensitive.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "resource_group_name")
|
|
74
|
+
|
|
75
|
+
@resource_group_name.setter
|
|
76
|
+
def resource_group_name(self, value: pulumi.Input[builtins.str]):
|
|
77
|
+
pulumi.set(self, "resource_group_name", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
81
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
82
|
+
"""
|
|
83
|
+
The name of the private endpoint connection associated with the Azure resource.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
86
|
+
|
|
87
|
+
@private_endpoint_connection_name.setter
|
|
88
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
89
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
@pulumi.type_token("azure-native:security:PrivateEndpointConnection")
|
|
93
|
+
class PrivateEndpointConnection(pulumi.CustomResource):
|
|
94
|
+
@overload
|
|
95
|
+
def __init__(__self__,
|
|
96
|
+
resource_name: str,
|
|
97
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
98
|
+
private_endpoint_connection_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
99
|
+
private_link_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
100
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
101
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
102
|
+
__props__=None):
|
|
103
|
+
"""
|
|
104
|
+
The private endpoint connection resource.
|
|
105
|
+
|
|
106
|
+
Uses Azure REST API version 2025-09-01-preview.
|
|
107
|
+
|
|
108
|
+
:param str resource_name: The name of the resource.
|
|
109
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
110
|
+
:param pulumi.Input[builtins.str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
111
|
+
:param pulumi.Input[builtins.str] private_link_name: The name of the private link resource. Must be unique within the resource group and follow Azure naming conventions.
|
|
112
|
+
:param pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
113
|
+
:param pulumi.Input[builtins.str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
114
|
+
"""
|
|
115
|
+
...
|
|
116
|
+
@overload
|
|
117
|
+
def __init__(__self__,
|
|
118
|
+
resource_name: str,
|
|
119
|
+
args: PrivateEndpointConnectionArgs,
|
|
120
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
121
|
+
"""
|
|
122
|
+
The private endpoint connection resource.
|
|
123
|
+
|
|
124
|
+
Uses Azure REST API version 2025-09-01-preview.
|
|
125
|
+
|
|
126
|
+
:param str resource_name: The name of the resource.
|
|
127
|
+
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
128
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
129
|
+
"""
|
|
130
|
+
...
|
|
131
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
132
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
133
|
+
if resource_args is not None:
|
|
134
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
135
|
+
else:
|
|
136
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
137
|
+
|
|
138
|
+
def _internal_init(__self__,
|
|
139
|
+
resource_name: str,
|
|
140
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
141
|
+
private_endpoint_connection_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
142
|
+
private_link_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
143
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
144
|
+
resource_group_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
145
|
+
__props__=None):
|
|
146
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
147
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
148
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
149
|
+
if opts.id is None:
|
|
150
|
+
if __props__ is not None:
|
|
151
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
152
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
153
|
+
|
|
154
|
+
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
155
|
+
if private_link_name is None and not opts.urn:
|
|
156
|
+
raise TypeError("Missing required property 'private_link_name'")
|
|
157
|
+
__props__.__dict__["private_link_name"] = private_link_name
|
|
158
|
+
if private_link_service_connection_state is None and not opts.urn:
|
|
159
|
+
raise TypeError("Missing required property 'private_link_service_connection_state'")
|
|
160
|
+
__props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
|
|
161
|
+
if resource_group_name is None and not opts.urn:
|
|
162
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
163
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
164
|
+
__props__.__dict__["azure_api_version"] = None
|
|
165
|
+
__props__.__dict__["group_ids"] = None
|
|
166
|
+
__props__.__dict__["name"] = None
|
|
167
|
+
__props__.__dict__["private_endpoint"] = None
|
|
168
|
+
__props__.__dict__["provisioning_state"] = None
|
|
169
|
+
__props__.__dict__["system_data"] = None
|
|
170
|
+
__props__.__dict__["type"] = None
|
|
171
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:security/v20250901preview:PrivateEndpointConnection")])
|
|
172
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
173
|
+
super(PrivateEndpointConnection, __self__).__init__(
|
|
174
|
+
'azure-native:security:PrivateEndpointConnection',
|
|
175
|
+
resource_name,
|
|
176
|
+
__props__,
|
|
177
|
+
opts)
|
|
178
|
+
|
|
179
|
+
@staticmethod
|
|
180
|
+
def get(resource_name: str,
|
|
181
|
+
id: pulumi.Input[str],
|
|
182
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
|
|
183
|
+
"""
|
|
184
|
+
Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
185
|
+
properties used to qualify the lookup.
|
|
186
|
+
|
|
187
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
188
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
189
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
190
|
+
"""
|
|
191
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
192
|
+
|
|
193
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
194
|
+
|
|
195
|
+
__props__.__dict__["azure_api_version"] = None
|
|
196
|
+
__props__.__dict__["group_ids"] = None
|
|
197
|
+
__props__.__dict__["name"] = None
|
|
198
|
+
__props__.__dict__["private_endpoint"] = None
|
|
199
|
+
__props__.__dict__["private_link_service_connection_state"] = None
|
|
200
|
+
__props__.__dict__["provisioning_state"] = None
|
|
201
|
+
__props__.__dict__["system_data"] = None
|
|
202
|
+
__props__.__dict__["type"] = None
|
|
203
|
+
return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="azureApiVersion")
|
|
207
|
+
def azure_api_version(self) -> pulumi.Output[builtins.str]:
|
|
208
|
+
"""
|
|
209
|
+
The Azure API version of the resource.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "azure_api_version")
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="groupIds")
|
|
215
|
+
def group_ids(self) -> pulumi.Output[Sequence[builtins.str]]:
|
|
216
|
+
"""
|
|
217
|
+
The group ids for the private endpoint resource.
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "group_ids")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter
|
|
223
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
224
|
+
"""
|
|
225
|
+
The name of the resource
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "name")
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter(name="privateEndpoint")
|
|
231
|
+
def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
|
|
232
|
+
"""
|
|
233
|
+
The private endpoint resource.
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "private_endpoint")
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
239
|
+
def private_link_service_connection_state(self) -> pulumi.Output['outputs.PrivateLinkServiceConnectionStateResponse']:
|
|
240
|
+
"""
|
|
241
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="provisioningState")
|
|
247
|
+
def provisioning_state(self) -> pulumi.Output[builtins.str]:
|
|
248
|
+
"""
|
|
249
|
+
The provisioning state of the private endpoint connection resource.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "provisioning_state")
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="systemData")
|
|
255
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
256
|
+
"""
|
|
257
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "system_data")
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter
|
|
263
|
+
def type(self) -> pulumi.Output[builtins.str]:
|
|
264
|
+
"""
|
|
265
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "type")
|
|
268
|
+
|