pulumi-azure-native 2.87.0a1739200739__py3-none-any.whl → 2.88.0__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 +72 -1
- pulumi_azure_native/communication/__init__.py +3 -0
- pulumi_azure_native/communication/communication_service.py +3 -3
- pulumi_azure_native/communication/domain.py +3 -3
- pulumi_azure_native/communication/email_service.py +3 -3
- pulumi_azure_native/communication/get_communication_service.py +2 -2
- pulumi_azure_native/communication/get_domain.py +2 -2
- pulumi_azure_native/communication/get_email_service.py +2 -2
- pulumi_azure_native/communication/get_sender_username.py +2 -2
- pulumi_azure_native/communication/get_suppression_list.py +4 -0
- pulumi_azure_native/communication/get_suppression_list_address.py +4 -0
- pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
- pulumi_azure_native/communication/sender_username.py +3 -3
- pulumi_azure_native/communication/suppression_list.py +5 -1
- pulumi_azure_native/communication/suppression_list_address.py +5 -1
- pulumi_azure_native/communication/v20220701preview/domain.py +1 -1
- pulumi_azure_native/communication/v20230331/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230331/domain.py +1 -1
- pulumi_azure_native/communication/v20230331/email_service.py +1 -1
- pulumi_azure_native/communication/v20230331/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230401/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230401/domain.py +1 -1
- pulumi_azure_native/communication/v20230401/email_service.py +1 -1
- pulumi_azure_native/communication/v20230401/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230401preview/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230401preview/domain.py +1 -1
- pulumi_azure_native/communication/v20230401preview/email_service.py +1 -1
- pulumi_azure_native/communication/v20230401preview/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230601preview/communication_service.py +1 -1
- pulumi_azure_native/communication/v20230601preview/domain.py +1 -1
- pulumi_azure_native/communication/v20230601preview/email_service.py +1 -1
- pulumi_azure_native/communication/v20230601preview/sender_username.py +1 -1
- pulumi_azure_native/communication/v20230601preview/suppression_list.py +1 -1
- pulumi_azure_native/communication/v20230601preview/suppression_list_address.py +1 -1
- pulumi_azure_native/communication/v20240901preview/__init__.py +25 -0
- pulumi_azure_native/communication/v20240901preview/_enums.py +38 -0
- pulumi_azure_native/communication/v20240901preview/_inputs.py +79 -0
- pulumi_azure_native/communication/v20240901preview/communication_service.py +367 -0
- pulumi_azure_native/communication/v20240901preview/domain.py +368 -0
- pulumi_azure_native/communication/v20240901preview/email_service.py +267 -0
- pulumi_azure_native/communication/v20240901preview/get_communication_service.py +269 -0
- pulumi_azure_native/communication/v20240901preview/get_domain.py +275 -0
- pulumi_azure_native/communication/v20240901preview/get_email_service.py +185 -0
- pulumi_azure_native/communication/v20240901preview/get_sender_username.py +197 -0
- pulumi_azure_native/communication/v20240901preview/get_smtp_username.py +177 -0
- pulumi_azure_native/communication/v20240901preview/get_suppression_list.py +197 -0
- pulumi_azure_native/communication/v20240901preview/get_suppression_list_address.py +231 -0
- pulumi_azure_native/communication/v20240901preview/list_communication_service_keys.py +128 -0
- pulumi_azure_native/communication/v20240901preview/outputs.py +560 -0
- pulumi_azure_native/communication/v20240901preview/sender_username.py +290 -0
- pulumi_azure_native/communication/v20240901preview/smtp_username.py +278 -0
- pulumi_azure_native/communication/v20240901preview/suppression_list.py +270 -0
- pulumi_azure_native/communication/v20240901preview/suppression_list_address.py +369 -0
- pulumi_azure_native/datafactory/_inputs.py +43 -43
- pulumi_azure_native/datafactory/outputs.py +34 -34
- pulumi_azure_native/datafactory/v20180601/_inputs.py +43 -43
- pulumi_azure_native/datafactory/v20180601/outputs.py +34 -34
- pulumi_azure_native/eventgrid/__init__.py +3 -0
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20241215preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20250215/__init__.py +78 -0
- pulumi_azure_native/eventgrid/v20250215/_enums.py +405 -0
- pulumi_azure_native/eventgrid/v20250215/_inputs.py +6881 -0
- pulumi_azure_native/eventgrid/v20250215/ca_certificate.py +278 -0
- pulumi_azure_native/eventgrid/v20250215/channel.py +370 -0
- pulumi_azure_native/eventgrid/v20250215/client.py +359 -0
- pulumi_azure_native/eventgrid/v20250215/client_group.py +262 -0
- pulumi_azure_native/eventgrid/v20250215/domain.py +664 -0
- pulumi_azure_native/eventgrid/v20250215/domain_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/domain_topic.py +200 -0
- pulumi_azure_native/eventgrid/v20250215/domain_topic_event_subscription.py +514 -0
- pulumi_azure_native/eventgrid/v20250215/event_subscription.py +472 -0
- pulumi_azure_native/eventgrid/v20250215/get_ca_certificate.py +205 -0
- pulumi_azure_native/eventgrid/v20250215/get_channel.py +220 -0
- pulumi_azure_native/eventgrid/v20250215/get_channel_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_client.py +221 -0
- pulumi_azure_native/eventgrid/v20250215/get_client_group.py +178 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain.py +381 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic.py +149 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription.py +299 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription_delivery_attributes.py +99 -0
- pulumi_azure_native/eventgrid/v20250215/get_domain_topic_event_subscription_full_url.py +98 -0
- pulumi_azure_native/eventgrid/v20250215/get_event_subscription.py +287 -0
- pulumi_azure_native/eventgrid/v20250215/get_event_subscription_delivery_attributes.py +87 -0
- pulumi_azure_native/eventgrid/v20250215/get_event_subscription_full_url.py +86 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace.py +302 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic.py +192 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription.py +211 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription_delivery_attributes.py +99 -0
- pulumi_azure_native/eventgrid/v20250215/get_namespace_topic_event_subscription_full_url.py +98 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_configuration.py +179 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_namespace.py +286 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_registration.py +186 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic.py +285 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_permission_binding.py +207 -0
- pulumi_azure_native/eventgrid/v20250215/get_private_endpoint_connection.py +180 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic.py +227 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_system_topic_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic.py +341 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription.py +293 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription_delivery_attributes.py +93 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_event_subscription_full_url.py +92 -0
- pulumi_azure_native/eventgrid/v20250215/get_topic_space.py +181 -0
- pulumi_azure_native/eventgrid/v20250215/list_domain_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/list_namespace_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/list_namespace_topic_shared_access_keys.py +106 -0
- pulumi_azure_native/eventgrid/v20250215/list_partner_namespace_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/list_topic_shared_access_keys.py +100 -0
- pulumi_azure_native/eventgrid/v20250215/namespace.py +520 -0
- pulumi_azure_native/eventgrid/v20250215/namespace_topic.py +296 -0
- pulumi_azure_native/eventgrid/v20250215/namespace_topic_event_subscription.py +339 -0
- pulumi_azure_native/eventgrid/v20250215/outputs.py +5875 -0
- pulumi_azure_native/eventgrid/v20250215/partner_configuration.py +267 -0
- pulumi_azure_native/eventgrid/v20250215/partner_namespace.py +457 -0
- pulumi_azure_native/eventgrid/v20250215/partner_registration.py +270 -0
- pulumi_azure_native/eventgrid/v20250215/partner_topic.py +479 -0
- pulumi_azure_native/eventgrid/v20250215/partner_topic_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/permission_binding.py +325 -0
- pulumi_azure_native/eventgrid/v20250215/private_endpoint_connection.py +317 -0
- pulumi_azure_native/eventgrid/v20250215/system_topic.py +336 -0
- pulumi_azure_native/eventgrid/v20250215/system_topic_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/topic.py +550 -0
- pulumi_azure_native/eventgrid/v20250215/topic_event_subscription.py +493 -0
- pulumi_azure_native/eventgrid/v20250215/topic_space.py +274 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +13 -78
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +10 -69
- pulumi_azure_native/netapp/__init__.py +1 -0
- pulumi_azure_native/netapp/get_account_key_vault_status.py +131 -0
- pulumi_azure_native/netapp/outputs.py +36 -0
- pulumi_azure_native/netapp/v20240901/__init__.py +1 -0
- pulumi_azure_native/netapp/v20240901/get_account_change_key_vault_information.py +129 -0
- pulumi_azure_native/netapp/v20240901/outputs.py +36 -0
- pulumi_azure_native/netapp/v20240901preview/__init__.py +1 -0
- pulumi_azure_native/netapp/v20240901preview/get_account_key_vault_status.py +129 -0
- pulumi_azure_native/netapp/v20240901preview/outputs.py +36 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/sovereign/_enums.py +15 -15
- pulumi_azure_native/sovereign/_inputs.py +129 -129
- pulumi_azure_native/sovereign/get_landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py +4 -4
- pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py +7 -7
- pulumi_azure_native/sovereign/landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/landing_zone_configuration_operation.py +3 -3
- pulumi_azure_native/sovereign/landing_zone_registration_operation.py +8 -8
- pulumi_azure_native/sovereign/outputs.py +100 -100
- pulumi_azure_native/sovereign/v20250227preview/_enums.py +15 -15
- pulumi_azure_native/sovereign/v20250227preview/_inputs.py +129 -129
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py +4 -4
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py +7 -7
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py +5 -5
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py +3 -3
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py +8 -8
- pulumi_azure_native/sovereign/v20250227preview/outputs.py +100 -100
- pulumi_azure_native/videoindexer/__init__.py +3 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240601preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240923preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20250101/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20250101/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20250101/_inputs.py +195 -0
- pulumi_azure_native/videoindexer/v20250101/account.py +398 -0
- pulumi_azure_native/videoindexer/v20250101/get_account.py +283 -0
- pulumi_azure_native/videoindexer/v20250101/outputs.py +373 -0
- pulumi_azure_native/web/container_app.py +3 -3
- pulumi_azure_native/web/get_container_app.py +2 -2
- pulumi_azure_native/web/list_container_app_secrets.py +2 -2
- pulumi_azure_native/web/v20230101/container_app.py +1 -1
- pulumi_azure_native/web/v20231201/container_app.py +1 -1
- pulumi_azure_native/web/v20240401/__init__.py +0 -3
- pulumi_azure_native/web/v20240401/_enums.py +0 -20
- pulumi_azure_native/web/v20240401/_inputs.py +43 -1574
- pulumi_azure_native/web/v20240401/outputs.py +19 -1212
- pulumi_azure_native/weightsandbiases/__init__.py +20 -0
- pulumi_azure_native/weightsandbiases/_enums.py +84 -0
- pulumi_azure_native/weightsandbiases/_inputs.py +658 -0
- pulumi_azure_native/weightsandbiases/get_instance.py +187 -0
- pulumi_azure_native/weightsandbiases/instance.py +289 -0
- pulumi_azure_native/weightsandbiases/outputs.py +747 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/__init__.py +12 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/_enums.py +84 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/_inputs.py +658 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/get_instance.py +185 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/instance.py +287 -0
- pulumi_azure_native/weightsandbiases/v20240918preview/outputs.py +747 -0
- {pulumi_azure_native-2.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/RECORD +382 -273
- pulumi_azure_native/web/v20240401/container_app.py +0 -364
- pulumi_azure_native/web/v20240401/get_container_app.py +0 -241
- pulumi_azure_native/web/v20240401/list_container_app_secrets.py +0 -81
- {pulumi_azure_native-2.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.87.0a1739200739.dist-info → pulumi_azure_native-2.88.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,550 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['TopicArgs', 'Topic']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class TopicArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
data_residency_boundary: Optional[pulumi.Input[Union[str, 'DataResidencyBoundary']]] = None,
|
|
27
|
+
disable_local_auth: Optional[pulumi.Input[bool]] = None,
|
|
28
|
+
event_type_info: Optional[pulumi.Input['EventTypeInfoArgs']] = None,
|
|
29
|
+
identity: Optional[pulumi.Input['IdentityInfoArgs']] = None,
|
|
30
|
+
inbound_ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input['InboundIpRuleArgs']]]] = None,
|
|
31
|
+
input_schema: Optional[pulumi.Input[Union[str, 'InputSchema']]] = None,
|
|
32
|
+
input_schema_mapping: Optional[pulumi.Input['JsonInputSchemaMappingArgs']] = None,
|
|
33
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
minimum_tls_version_allowed: Optional[pulumi.Input[Union[str, 'TlsVersion']]] = None,
|
|
35
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
36
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
37
|
+
topic_name: Optional[pulumi.Input[str]] = None):
|
|
38
|
+
"""
|
|
39
|
+
The set of arguments for constructing a Topic resource.
|
|
40
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
41
|
+
:param pulumi.Input[Union[str, 'DataResidencyBoundary']] data_residency_boundary: Data Residency Boundary of the resource.
|
|
42
|
+
:param pulumi.Input[bool] disable_local_auth: This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic.
|
|
43
|
+
:param pulumi.Input['EventTypeInfoArgs'] event_type_info: Event Type Information for the user topic. This information is provided by the publisher and can be used by the
|
|
44
|
+
subscriber to view different types of events that are published.
|
|
45
|
+
:param pulumi.Input['IdentityInfoArgs'] identity: Identity information for the resource.
|
|
46
|
+
:param pulumi.Input[Sequence[pulumi.Input['InboundIpRuleArgs']]] inbound_ip_rules: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
|
|
47
|
+
:param pulumi.Input[Union[str, 'InputSchema']] input_schema: This determines the format that Event Grid should expect for incoming events published to the topic.
|
|
48
|
+
:param pulumi.Input['JsonInputSchemaMappingArgs'] input_schema_mapping: This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
|
|
49
|
+
:param pulumi.Input[str] location: Location of the resource.
|
|
50
|
+
:param pulumi.Input[Union[str, 'TlsVersion']] minimum_tls_version_allowed: Minimum TLS version of the publisher allowed to publish to this topic
|
|
51
|
+
:param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: This determines if traffic is allowed over public network. By default it is enabled.
|
|
52
|
+
You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
|
|
53
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Tags of the resource.
|
|
54
|
+
:param pulumi.Input[str] topic_name: Name of the topic.
|
|
55
|
+
"""
|
|
56
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
57
|
+
if data_residency_boundary is not None:
|
|
58
|
+
pulumi.set(__self__, "data_residency_boundary", data_residency_boundary)
|
|
59
|
+
if disable_local_auth is None:
|
|
60
|
+
disable_local_auth = False
|
|
61
|
+
if disable_local_auth is not None:
|
|
62
|
+
pulumi.set(__self__, "disable_local_auth", disable_local_auth)
|
|
63
|
+
if event_type_info is not None:
|
|
64
|
+
pulumi.set(__self__, "event_type_info", event_type_info)
|
|
65
|
+
if identity is not None:
|
|
66
|
+
pulumi.set(__self__, "identity", identity)
|
|
67
|
+
if inbound_ip_rules is not None:
|
|
68
|
+
pulumi.set(__self__, "inbound_ip_rules", inbound_ip_rules)
|
|
69
|
+
if input_schema is None:
|
|
70
|
+
input_schema = 'EventGridSchema'
|
|
71
|
+
if input_schema is not None:
|
|
72
|
+
pulumi.set(__self__, "input_schema", input_schema)
|
|
73
|
+
if input_schema_mapping is not None:
|
|
74
|
+
pulumi.set(__self__, "input_schema_mapping", input_schema_mapping)
|
|
75
|
+
if location is not None:
|
|
76
|
+
pulumi.set(__self__, "location", location)
|
|
77
|
+
if minimum_tls_version_allowed is not None:
|
|
78
|
+
pulumi.set(__self__, "minimum_tls_version_allowed", minimum_tls_version_allowed)
|
|
79
|
+
if public_network_access is None:
|
|
80
|
+
public_network_access = 'Enabled'
|
|
81
|
+
if public_network_access is not None:
|
|
82
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
83
|
+
if tags is not None:
|
|
84
|
+
pulumi.set(__self__, "tags", tags)
|
|
85
|
+
if topic_name is not None:
|
|
86
|
+
pulumi.set(__self__, "topic_name", topic_name)
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="resourceGroupName")
|
|
90
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
91
|
+
"""
|
|
92
|
+
The name of the resource group within the user's subscription.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "resource_group_name")
|
|
95
|
+
|
|
96
|
+
@resource_group_name.setter
|
|
97
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
98
|
+
pulumi.set(self, "resource_group_name", value)
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="dataResidencyBoundary")
|
|
102
|
+
def data_residency_boundary(self) -> Optional[pulumi.Input[Union[str, 'DataResidencyBoundary']]]:
|
|
103
|
+
"""
|
|
104
|
+
Data Residency Boundary of the resource.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "data_residency_boundary")
|
|
107
|
+
|
|
108
|
+
@data_residency_boundary.setter
|
|
109
|
+
def data_residency_boundary(self, value: Optional[pulumi.Input[Union[str, 'DataResidencyBoundary']]]):
|
|
110
|
+
pulumi.set(self, "data_residency_boundary", value)
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="disableLocalAuth")
|
|
114
|
+
def disable_local_auth(self) -> Optional[pulumi.Input[bool]]:
|
|
115
|
+
"""
|
|
116
|
+
This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "disable_local_auth")
|
|
119
|
+
|
|
120
|
+
@disable_local_auth.setter
|
|
121
|
+
def disable_local_auth(self, value: Optional[pulumi.Input[bool]]):
|
|
122
|
+
pulumi.set(self, "disable_local_auth", value)
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="eventTypeInfo")
|
|
126
|
+
def event_type_info(self) -> Optional[pulumi.Input['EventTypeInfoArgs']]:
|
|
127
|
+
"""
|
|
128
|
+
Event Type Information for the user topic. This information is provided by the publisher and can be used by the
|
|
129
|
+
subscriber to view different types of events that are published.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "event_type_info")
|
|
132
|
+
|
|
133
|
+
@event_type_info.setter
|
|
134
|
+
def event_type_info(self, value: Optional[pulumi.Input['EventTypeInfoArgs']]):
|
|
135
|
+
pulumi.set(self, "event_type_info", value)
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter
|
|
139
|
+
def identity(self) -> Optional[pulumi.Input['IdentityInfoArgs']]:
|
|
140
|
+
"""
|
|
141
|
+
Identity information for the resource.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "identity")
|
|
144
|
+
|
|
145
|
+
@identity.setter
|
|
146
|
+
def identity(self, value: Optional[pulumi.Input['IdentityInfoArgs']]):
|
|
147
|
+
pulumi.set(self, "identity", value)
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="inboundIpRules")
|
|
151
|
+
def inbound_ip_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InboundIpRuleArgs']]]]:
|
|
152
|
+
"""
|
|
153
|
+
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "inbound_ip_rules")
|
|
156
|
+
|
|
157
|
+
@inbound_ip_rules.setter
|
|
158
|
+
def inbound_ip_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InboundIpRuleArgs']]]]):
|
|
159
|
+
pulumi.set(self, "inbound_ip_rules", value)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="inputSchema")
|
|
163
|
+
def input_schema(self) -> Optional[pulumi.Input[Union[str, 'InputSchema']]]:
|
|
164
|
+
"""
|
|
165
|
+
This determines the format that Event Grid should expect for incoming events published to the topic.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "input_schema")
|
|
168
|
+
|
|
169
|
+
@input_schema.setter
|
|
170
|
+
def input_schema(self, value: Optional[pulumi.Input[Union[str, 'InputSchema']]]):
|
|
171
|
+
pulumi.set(self, "input_schema", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="inputSchemaMapping")
|
|
175
|
+
def input_schema_mapping(self) -> Optional[pulumi.Input['JsonInputSchemaMappingArgs']]:
|
|
176
|
+
"""
|
|
177
|
+
This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "input_schema_mapping")
|
|
180
|
+
|
|
181
|
+
@input_schema_mapping.setter
|
|
182
|
+
def input_schema_mapping(self, value: Optional[pulumi.Input['JsonInputSchemaMappingArgs']]):
|
|
183
|
+
pulumi.set(self, "input_schema_mapping", value)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
188
|
+
"""
|
|
189
|
+
Location of the resource.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "location")
|
|
192
|
+
|
|
193
|
+
@location.setter
|
|
194
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
195
|
+
pulumi.set(self, "location", value)
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="minimumTlsVersionAllowed")
|
|
199
|
+
def minimum_tls_version_allowed(self) -> Optional[pulumi.Input[Union[str, 'TlsVersion']]]:
|
|
200
|
+
"""
|
|
201
|
+
Minimum TLS version of the publisher allowed to publish to this topic
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "minimum_tls_version_allowed")
|
|
204
|
+
|
|
205
|
+
@minimum_tls_version_allowed.setter
|
|
206
|
+
def minimum_tls_version_allowed(self, value: Optional[pulumi.Input[Union[str, 'TlsVersion']]]):
|
|
207
|
+
pulumi.set(self, "minimum_tls_version_allowed", value)
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
211
|
+
def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]:
|
|
212
|
+
"""
|
|
213
|
+
This determines if traffic is allowed over public network. By default it is enabled.
|
|
214
|
+
You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "public_network_access")
|
|
217
|
+
|
|
218
|
+
@public_network_access.setter
|
|
219
|
+
def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]):
|
|
220
|
+
pulumi.set(self, "public_network_access", value)
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
225
|
+
"""
|
|
226
|
+
Tags of the resource.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "tags")
|
|
229
|
+
|
|
230
|
+
@tags.setter
|
|
231
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
232
|
+
pulumi.set(self, "tags", value)
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="topicName")
|
|
236
|
+
def topic_name(self) -> Optional[pulumi.Input[str]]:
|
|
237
|
+
"""
|
|
238
|
+
Name of the topic.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "topic_name")
|
|
241
|
+
|
|
242
|
+
@topic_name.setter
|
|
243
|
+
def topic_name(self, value: Optional[pulumi.Input[str]]):
|
|
244
|
+
pulumi.set(self, "topic_name", value)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
class Topic(pulumi.CustomResource):
|
|
248
|
+
@overload
|
|
249
|
+
def __init__(__self__,
|
|
250
|
+
resource_name: str,
|
|
251
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
252
|
+
data_residency_boundary: Optional[pulumi.Input[Union[str, 'DataResidencyBoundary']]] = None,
|
|
253
|
+
disable_local_auth: Optional[pulumi.Input[bool]] = None,
|
|
254
|
+
event_type_info: Optional[pulumi.Input[Union['EventTypeInfoArgs', 'EventTypeInfoArgsDict']]] = None,
|
|
255
|
+
identity: Optional[pulumi.Input[Union['IdentityInfoArgs', 'IdentityInfoArgsDict']]] = None,
|
|
256
|
+
inbound_ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InboundIpRuleArgs', 'InboundIpRuleArgsDict']]]]] = None,
|
|
257
|
+
input_schema: Optional[pulumi.Input[Union[str, 'InputSchema']]] = None,
|
|
258
|
+
input_schema_mapping: Optional[pulumi.Input[Union['JsonInputSchemaMappingArgs', 'JsonInputSchemaMappingArgsDict']]] = None,
|
|
259
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
260
|
+
minimum_tls_version_allowed: Optional[pulumi.Input[Union[str, 'TlsVersion']]] = None,
|
|
261
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
262
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
263
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
264
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
265
|
+
__props__=None):
|
|
266
|
+
"""
|
|
267
|
+
EventGrid Topic
|
|
268
|
+
|
|
269
|
+
:param str resource_name: The name of the resource.
|
|
270
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
271
|
+
:param pulumi.Input[Union[str, 'DataResidencyBoundary']] data_residency_boundary: Data Residency Boundary of the resource.
|
|
272
|
+
:param pulumi.Input[bool] disable_local_auth: This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic.
|
|
273
|
+
:param pulumi.Input[Union['EventTypeInfoArgs', 'EventTypeInfoArgsDict']] event_type_info: Event Type Information for the user topic. This information is provided by the publisher and can be used by the
|
|
274
|
+
subscriber to view different types of events that are published.
|
|
275
|
+
:param pulumi.Input[Union['IdentityInfoArgs', 'IdentityInfoArgsDict']] identity: Identity information for the resource.
|
|
276
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InboundIpRuleArgs', 'InboundIpRuleArgsDict']]]] inbound_ip_rules: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
|
|
277
|
+
:param pulumi.Input[Union[str, 'InputSchema']] input_schema: This determines the format that Event Grid should expect for incoming events published to the topic.
|
|
278
|
+
:param pulumi.Input[Union['JsonInputSchemaMappingArgs', 'JsonInputSchemaMappingArgsDict']] input_schema_mapping: This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
|
|
279
|
+
:param pulumi.Input[str] location: Location of the resource.
|
|
280
|
+
:param pulumi.Input[Union[str, 'TlsVersion']] minimum_tls_version_allowed: Minimum TLS version of the publisher allowed to publish to this topic
|
|
281
|
+
:param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: This determines if traffic is allowed over public network. By default it is enabled.
|
|
282
|
+
You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
|
|
283
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
284
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Tags of the resource.
|
|
285
|
+
:param pulumi.Input[str] topic_name: Name of the topic.
|
|
286
|
+
"""
|
|
287
|
+
...
|
|
288
|
+
@overload
|
|
289
|
+
def __init__(__self__,
|
|
290
|
+
resource_name: str,
|
|
291
|
+
args: TopicArgs,
|
|
292
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
293
|
+
"""
|
|
294
|
+
EventGrid Topic
|
|
295
|
+
|
|
296
|
+
:param str resource_name: The name of the resource.
|
|
297
|
+
:param TopicArgs args: The arguments to use to populate this resource's properties.
|
|
298
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
299
|
+
"""
|
|
300
|
+
...
|
|
301
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
302
|
+
resource_args, opts = _utilities.get_resource_args_opts(TopicArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
303
|
+
if resource_args is not None:
|
|
304
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
305
|
+
else:
|
|
306
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
307
|
+
|
|
308
|
+
def _internal_init(__self__,
|
|
309
|
+
resource_name: str,
|
|
310
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
311
|
+
data_residency_boundary: Optional[pulumi.Input[Union[str, 'DataResidencyBoundary']]] = None,
|
|
312
|
+
disable_local_auth: Optional[pulumi.Input[bool]] = None,
|
|
313
|
+
event_type_info: Optional[pulumi.Input[Union['EventTypeInfoArgs', 'EventTypeInfoArgsDict']]] = None,
|
|
314
|
+
identity: Optional[pulumi.Input[Union['IdentityInfoArgs', 'IdentityInfoArgsDict']]] = None,
|
|
315
|
+
inbound_ip_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InboundIpRuleArgs', 'InboundIpRuleArgsDict']]]]] = None,
|
|
316
|
+
input_schema: Optional[pulumi.Input[Union[str, 'InputSchema']]] = None,
|
|
317
|
+
input_schema_mapping: Optional[pulumi.Input[Union['JsonInputSchemaMappingArgs', 'JsonInputSchemaMappingArgsDict']]] = None,
|
|
318
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
319
|
+
minimum_tls_version_allowed: Optional[pulumi.Input[Union[str, 'TlsVersion']]] = None,
|
|
320
|
+
public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
|
|
321
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
322
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
323
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
324
|
+
__props__=None):
|
|
325
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
326
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
327
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
328
|
+
if opts.id is None:
|
|
329
|
+
if __props__ is not None:
|
|
330
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
331
|
+
__props__ = TopicArgs.__new__(TopicArgs)
|
|
332
|
+
|
|
333
|
+
__props__.__dict__["data_residency_boundary"] = data_residency_boundary
|
|
334
|
+
if disable_local_auth is None:
|
|
335
|
+
disable_local_auth = False
|
|
336
|
+
__props__.__dict__["disable_local_auth"] = disable_local_auth
|
|
337
|
+
__props__.__dict__["event_type_info"] = event_type_info
|
|
338
|
+
__props__.__dict__["identity"] = identity
|
|
339
|
+
__props__.__dict__["inbound_ip_rules"] = inbound_ip_rules
|
|
340
|
+
if input_schema is None:
|
|
341
|
+
input_schema = 'EventGridSchema'
|
|
342
|
+
__props__.__dict__["input_schema"] = input_schema
|
|
343
|
+
__props__.__dict__["input_schema_mapping"] = input_schema_mapping
|
|
344
|
+
__props__.__dict__["location"] = location
|
|
345
|
+
__props__.__dict__["minimum_tls_version_allowed"] = minimum_tls_version_allowed
|
|
346
|
+
if public_network_access is None:
|
|
347
|
+
public_network_access = 'Enabled'
|
|
348
|
+
__props__.__dict__["public_network_access"] = public_network_access
|
|
349
|
+
if resource_group_name is None and not opts.urn:
|
|
350
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
351
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
352
|
+
__props__.__dict__["tags"] = tags
|
|
353
|
+
__props__.__dict__["topic_name"] = topic_name
|
|
354
|
+
__props__.__dict__["endpoint"] = None
|
|
355
|
+
__props__.__dict__["metric_resource_id"] = None
|
|
356
|
+
__props__.__dict__["name"] = None
|
|
357
|
+
__props__.__dict__["private_endpoint_connections"] = None
|
|
358
|
+
__props__.__dict__["provisioning_state"] = None
|
|
359
|
+
__props__.__dict__["system_data"] = None
|
|
360
|
+
__props__.__dict__["type"] = None
|
|
361
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20170615preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20170915preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20180101:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20180501preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20180915preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20190101:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20190201preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20190601:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20200101preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20200401preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20200601:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20201015preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20210601preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20211015preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20211201:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20220615:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:Topic"), pulumi.Alias(type_="azure-native:eventgrid:Topic")])
|
|
362
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
363
|
+
super(Topic, __self__).__init__(
|
|
364
|
+
'azure-native:eventgrid/v20250215:Topic',
|
|
365
|
+
resource_name,
|
|
366
|
+
__props__,
|
|
367
|
+
opts)
|
|
368
|
+
|
|
369
|
+
@staticmethod
|
|
370
|
+
def get(resource_name: str,
|
|
371
|
+
id: pulumi.Input[str],
|
|
372
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Topic':
|
|
373
|
+
"""
|
|
374
|
+
Get an existing Topic resource's state with the given name, id, and optional extra
|
|
375
|
+
properties used to qualify the lookup.
|
|
376
|
+
|
|
377
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
378
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
379
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
380
|
+
"""
|
|
381
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
382
|
+
|
|
383
|
+
__props__ = TopicArgs.__new__(TopicArgs)
|
|
384
|
+
|
|
385
|
+
__props__.__dict__["data_residency_boundary"] = None
|
|
386
|
+
__props__.__dict__["disable_local_auth"] = None
|
|
387
|
+
__props__.__dict__["endpoint"] = None
|
|
388
|
+
__props__.__dict__["event_type_info"] = None
|
|
389
|
+
__props__.__dict__["identity"] = None
|
|
390
|
+
__props__.__dict__["inbound_ip_rules"] = None
|
|
391
|
+
__props__.__dict__["input_schema"] = None
|
|
392
|
+
__props__.__dict__["input_schema_mapping"] = None
|
|
393
|
+
__props__.__dict__["location"] = None
|
|
394
|
+
__props__.__dict__["metric_resource_id"] = None
|
|
395
|
+
__props__.__dict__["minimum_tls_version_allowed"] = None
|
|
396
|
+
__props__.__dict__["name"] = None
|
|
397
|
+
__props__.__dict__["private_endpoint_connections"] = None
|
|
398
|
+
__props__.__dict__["provisioning_state"] = None
|
|
399
|
+
__props__.__dict__["public_network_access"] = None
|
|
400
|
+
__props__.__dict__["system_data"] = None
|
|
401
|
+
__props__.__dict__["tags"] = None
|
|
402
|
+
__props__.__dict__["type"] = None
|
|
403
|
+
return Topic(resource_name, opts=opts, __props__=__props__)
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter(name="dataResidencyBoundary")
|
|
407
|
+
def data_residency_boundary(self) -> pulumi.Output[Optional[str]]:
|
|
408
|
+
"""
|
|
409
|
+
Data Residency Boundary of the resource.
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "data_residency_boundary")
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="disableLocalAuth")
|
|
415
|
+
def disable_local_auth(self) -> pulumi.Output[Optional[bool]]:
|
|
416
|
+
"""
|
|
417
|
+
This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "disable_local_auth")
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter
|
|
423
|
+
def endpoint(self) -> pulumi.Output[str]:
|
|
424
|
+
"""
|
|
425
|
+
Endpoint for the topic.
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "endpoint")
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter(name="eventTypeInfo")
|
|
431
|
+
def event_type_info(self) -> pulumi.Output[Optional['outputs.EventTypeInfoResponse']]:
|
|
432
|
+
"""
|
|
433
|
+
Event Type Information for the user topic. This information is provided by the publisher and can be used by the
|
|
434
|
+
subscriber to view different types of events that are published.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "event_type_info")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter
|
|
440
|
+
def identity(self) -> pulumi.Output[Optional['outputs.IdentityInfoResponse']]:
|
|
441
|
+
"""
|
|
442
|
+
Identity information for the resource.
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "identity")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter(name="inboundIpRules")
|
|
448
|
+
def inbound_ip_rules(self) -> pulumi.Output[Optional[Sequence['outputs.InboundIpRuleResponse']]]:
|
|
449
|
+
"""
|
|
450
|
+
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "inbound_ip_rules")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="inputSchema")
|
|
456
|
+
def input_schema(self) -> pulumi.Output[Optional[str]]:
|
|
457
|
+
"""
|
|
458
|
+
This determines the format that Event Grid should expect for incoming events published to the topic.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "input_schema")
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter(name="inputSchemaMapping")
|
|
464
|
+
def input_schema_mapping(self) -> pulumi.Output[Optional['outputs.JsonInputSchemaMappingResponse']]:
|
|
465
|
+
"""
|
|
466
|
+
This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "input_schema_mapping")
|
|
469
|
+
|
|
470
|
+
@property
|
|
471
|
+
@pulumi.getter
|
|
472
|
+
def location(self) -> pulumi.Output[str]:
|
|
473
|
+
"""
|
|
474
|
+
Location of the resource.
|
|
475
|
+
"""
|
|
476
|
+
return pulumi.get(self, "location")
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="metricResourceId")
|
|
480
|
+
def metric_resource_id(self) -> pulumi.Output[str]:
|
|
481
|
+
"""
|
|
482
|
+
Metric resource id for the topic.
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "metric_resource_id")
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter(name="minimumTlsVersionAllowed")
|
|
488
|
+
def minimum_tls_version_allowed(self) -> pulumi.Output[Optional[str]]:
|
|
489
|
+
"""
|
|
490
|
+
Minimum TLS version of the publisher allowed to publish to this topic
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "minimum_tls_version_allowed")
|
|
493
|
+
|
|
494
|
+
@property
|
|
495
|
+
@pulumi.getter
|
|
496
|
+
def name(self) -> pulumi.Output[str]:
|
|
497
|
+
"""
|
|
498
|
+
Name of the resource.
|
|
499
|
+
"""
|
|
500
|
+
return pulumi.get(self, "name")
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
504
|
+
def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
505
|
+
"""
|
|
506
|
+
List of private endpoint connections.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter(name="provisioningState")
|
|
512
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
513
|
+
"""
|
|
514
|
+
Provisioning state of the topic.
|
|
515
|
+
"""
|
|
516
|
+
return pulumi.get(self, "provisioning_state")
|
|
517
|
+
|
|
518
|
+
@property
|
|
519
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
520
|
+
def public_network_access(self) -> pulumi.Output[Optional[str]]:
|
|
521
|
+
"""
|
|
522
|
+
This determines if traffic is allowed over public network. By default it is enabled.
|
|
523
|
+
You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
|
|
524
|
+
"""
|
|
525
|
+
return pulumi.get(self, "public_network_access")
|
|
526
|
+
|
|
527
|
+
@property
|
|
528
|
+
@pulumi.getter(name="systemData")
|
|
529
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
530
|
+
"""
|
|
531
|
+
The system metadata relating to the Event Grid resource.
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "system_data")
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter
|
|
537
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
538
|
+
"""
|
|
539
|
+
Tags of the resource.
|
|
540
|
+
"""
|
|
541
|
+
return pulumi.get(self, "tags")
|
|
542
|
+
|
|
543
|
+
@property
|
|
544
|
+
@pulumi.getter
|
|
545
|
+
def type(self) -> pulumi.Output[str]:
|
|
546
|
+
"""
|
|
547
|
+
Type of the resource.
|
|
548
|
+
"""
|
|
549
|
+
return pulumi.get(self, "type")
|
|
550
|
+
|