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,493 @@
|
|
|
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__ = ['TopicEventSubscriptionArgs', 'TopicEventSubscription']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class TopicEventSubscriptionArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
topic_name: pulumi.Input[str],
|
|
27
|
+
dead_letter_destination: Optional[pulumi.Input['StorageBlobDeadLetterDestinationArgs']] = None,
|
|
28
|
+
dead_letter_with_resource_identity: Optional[pulumi.Input['DeadLetterWithResourceIdentityArgs']] = None,
|
|
29
|
+
delivery_with_resource_identity: Optional[pulumi.Input['DeliveryWithResourceIdentityArgs']] = None,
|
|
30
|
+
destination: Optional[pulumi.Input[Union['AzureFunctionEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgs', 'MonitorAlertEventSubscriptionDestinationArgs', 'NamespaceTopicEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgs', 'WebHookEventSubscriptionDestinationArgs']]] = None,
|
|
31
|
+
event_delivery_schema: Optional[pulumi.Input[Union[str, 'EventDeliverySchema']]] = None,
|
|
32
|
+
event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
expiration_time_utc: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
filter: Optional[pulumi.Input['EventSubscriptionFilterArgs']] = None,
|
|
35
|
+
labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
36
|
+
retry_policy: Optional[pulumi.Input['RetryPolicyArgs']] = None):
|
|
37
|
+
"""
|
|
38
|
+
The set of arguments for constructing a TopicEventSubscription resource.
|
|
39
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
40
|
+
:param pulumi.Input[str] topic_name: Name of the domain topic.
|
|
41
|
+
:param pulumi.Input['StorageBlobDeadLetterDestinationArgs'] dead_letter_destination: The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
42
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
43
|
+
:param pulumi.Input['DeadLetterWithResourceIdentityArgs'] dead_letter_with_resource_identity: The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
44
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
45
|
+
:param pulumi.Input['DeliveryWithResourceIdentityArgs'] delivery_with_resource_identity: Information about the destination where events have to be delivered for the event subscription.
|
|
46
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
47
|
+
:param pulumi.Input[Union['AzureFunctionEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgs', 'MonitorAlertEventSubscriptionDestinationArgs', 'NamespaceTopicEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgs', 'WebHookEventSubscriptionDestinationArgs']] destination: Information about the destination where events have to be delivered for the event subscription.
|
|
48
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
49
|
+
:param pulumi.Input[Union[str, 'EventDeliverySchema']] event_delivery_schema: The event delivery schema for the event subscription.
|
|
50
|
+
:param pulumi.Input[str] event_subscription_name: Name of the event subscription to be created. Event subscription names must be between 3 and 64 characters in length and use alphanumeric letters only.
|
|
51
|
+
:param pulumi.Input[str] expiration_time_utc: Expiration time of the event subscription.
|
|
52
|
+
:param pulumi.Input['EventSubscriptionFilterArgs'] filter: Information about the filter for the event subscription.
|
|
53
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] labels: List of user defined labels.
|
|
54
|
+
:param pulumi.Input['RetryPolicyArgs'] retry_policy: The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
|
|
55
|
+
"""
|
|
56
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
57
|
+
pulumi.set(__self__, "topic_name", topic_name)
|
|
58
|
+
if dead_letter_destination is not None:
|
|
59
|
+
pulumi.set(__self__, "dead_letter_destination", dead_letter_destination)
|
|
60
|
+
if dead_letter_with_resource_identity is not None:
|
|
61
|
+
pulumi.set(__self__, "dead_letter_with_resource_identity", dead_letter_with_resource_identity)
|
|
62
|
+
if delivery_with_resource_identity is not None:
|
|
63
|
+
pulumi.set(__self__, "delivery_with_resource_identity", delivery_with_resource_identity)
|
|
64
|
+
if destination is not None:
|
|
65
|
+
pulumi.set(__self__, "destination", destination)
|
|
66
|
+
if event_delivery_schema is None:
|
|
67
|
+
event_delivery_schema = 'EventGridSchema'
|
|
68
|
+
if event_delivery_schema is not None:
|
|
69
|
+
pulumi.set(__self__, "event_delivery_schema", event_delivery_schema)
|
|
70
|
+
if event_subscription_name is not None:
|
|
71
|
+
pulumi.set(__self__, "event_subscription_name", event_subscription_name)
|
|
72
|
+
if expiration_time_utc is not None:
|
|
73
|
+
pulumi.set(__self__, "expiration_time_utc", expiration_time_utc)
|
|
74
|
+
if filter is not None:
|
|
75
|
+
pulumi.set(__self__, "filter", filter)
|
|
76
|
+
if labels is not None:
|
|
77
|
+
pulumi.set(__self__, "labels", labels)
|
|
78
|
+
if retry_policy is not None:
|
|
79
|
+
pulumi.set(__self__, "retry_policy", retry_policy)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="resourceGroupName")
|
|
83
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
84
|
+
"""
|
|
85
|
+
The name of the resource group within the user's subscription.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "resource_group_name")
|
|
88
|
+
|
|
89
|
+
@resource_group_name.setter
|
|
90
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
91
|
+
pulumi.set(self, "resource_group_name", value)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="topicName")
|
|
95
|
+
def topic_name(self) -> pulumi.Input[str]:
|
|
96
|
+
"""
|
|
97
|
+
Name of the domain topic.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "topic_name")
|
|
100
|
+
|
|
101
|
+
@topic_name.setter
|
|
102
|
+
def topic_name(self, value: pulumi.Input[str]):
|
|
103
|
+
pulumi.set(self, "topic_name", value)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="deadLetterDestination")
|
|
107
|
+
def dead_letter_destination(self) -> Optional[pulumi.Input['StorageBlobDeadLetterDestinationArgs']]:
|
|
108
|
+
"""
|
|
109
|
+
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
110
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "dead_letter_destination")
|
|
113
|
+
|
|
114
|
+
@dead_letter_destination.setter
|
|
115
|
+
def dead_letter_destination(self, value: Optional[pulumi.Input['StorageBlobDeadLetterDestinationArgs']]):
|
|
116
|
+
pulumi.set(self, "dead_letter_destination", value)
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="deadLetterWithResourceIdentity")
|
|
120
|
+
def dead_letter_with_resource_identity(self) -> Optional[pulumi.Input['DeadLetterWithResourceIdentityArgs']]:
|
|
121
|
+
"""
|
|
122
|
+
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
123
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "dead_letter_with_resource_identity")
|
|
126
|
+
|
|
127
|
+
@dead_letter_with_resource_identity.setter
|
|
128
|
+
def dead_letter_with_resource_identity(self, value: Optional[pulumi.Input['DeadLetterWithResourceIdentityArgs']]):
|
|
129
|
+
pulumi.set(self, "dead_letter_with_resource_identity", value)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="deliveryWithResourceIdentity")
|
|
133
|
+
def delivery_with_resource_identity(self) -> Optional[pulumi.Input['DeliveryWithResourceIdentityArgs']]:
|
|
134
|
+
"""
|
|
135
|
+
Information about the destination where events have to be delivered for the event subscription.
|
|
136
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "delivery_with_resource_identity")
|
|
139
|
+
|
|
140
|
+
@delivery_with_resource_identity.setter
|
|
141
|
+
def delivery_with_resource_identity(self, value: Optional[pulumi.Input['DeliveryWithResourceIdentityArgs']]):
|
|
142
|
+
pulumi.set(self, "delivery_with_resource_identity", value)
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter
|
|
146
|
+
def destination(self) -> Optional[pulumi.Input[Union['AzureFunctionEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgs', 'MonitorAlertEventSubscriptionDestinationArgs', 'NamespaceTopicEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgs', 'WebHookEventSubscriptionDestinationArgs']]]:
|
|
147
|
+
"""
|
|
148
|
+
Information about the destination where events have to be delivered for the event subscription.
|
|
149
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "destination")
|
|
152
|
+
|
|
153
|
+
@destination.setter
|
|
154
|
+
def destination(self, value: Optional[pulumi.Input[Union['AzureFunctionEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgs', 'MonitorAlertEventSubscriptionDestinationArgs', 'NamespaceTopicEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgs', 'WebHookEventSubscriptionDestinationArgs']]]):
|
|
155
|
+
pulumi.set(self, "destination", value)
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="eventDeliverySchema")
|
|
159
|
+
def event_delivery_schema(self) -> Optional[pulumi.Input[Union[str, 'EventDeliverySchema']]]:
|
|
160
|
+
"""
|
|
161
|
+
The event delivery schema for the event subscription.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "event_delivery_schema")
|
|
164
|
+
|
|
165
|
+
@event_delivery_schema.setter
|
|
166
|
+
def event_delivery_schema(self, value: Optional[pulumi.Input[Union[str, 'EventDeliverySchema']]]):
|
|
167
|
+
pulumi.set(self, "event_delivery_schema", value)
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="eventSubscriptionName")
|
|
171
|
+
def event_subscription_name(self) -> Optional[pulumi.Input[str]]:
|
|
172
|
+
"""
|
|
173
|
+
Name of the event subscription to be created. Event subscription names must be between 3 and 64 characters in length and use alphanumeric letters only.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "event_subscription_name")
|
|
176
|
+
|
|
177
|
+
@event_subscription_name.setter
|
|
178
|
+
def event_subscription_name(self, value: Optional[pulumi.Input[str]]):
|
|
179
|
+
pulumi.set(self, "event_subscription_name", value)
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="expirationTimeUtc")
|
|
183
|
+
def expiration_time_utc(self) -> Optional[pulumi.Input[str]]:
|
|
184
|
+
"""
|
|
185
|
+
Expiration time of the event subscription.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "expiration_time_utc")
|
|
188
|
+
|
|
189
|
+
@expiration_time_utc.setter
|
|
190
|
+
def expiration_time_utc(self, value: Optional[pulumi.Input[str]]):
|
|
191
|
+
pulumi.set(self, "expiration_time_utc", value)
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def filter(self) -> Optional[pulumi.Input['EventSubscriptionFilterArgs']]:
|
|
196
|
+
"""
|
|
197
|
+
Information about the filter for the event subscription.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "filter")
|
|
200
|
+
|
|
201
|
+
@filter.setter
|
|
202
|
+
def filter(self, value: Optional[pulumi.Input['EventSubscriptionFilterArgs']]):
|
|
203
|
+
pulumi.set(self, "filter", value)
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter
|
|
207
|
+
def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
208
|
+
"""
|
|
209
|
+
List of user defined labels.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "labels")
|
|
212
|
+
|
|
213
|
+
@labels.setter
|
|
214
|
+
def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
215
|
+
pulumi.set(self, "labels", value)
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter(name="retryPolicy")
|
|
219
|
+
def retry_policy(self) -> Optional[pulumi.Input['RetryPolicyArgs']]:
|
|
220
|
+
"""
|
|
221
|
+
The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "retry_policy")
|
|
224
|
+
|
|
225
|
+
@retry_policy.setter
|
|
226
|
+
def retry_policy(self, value: Optional[pulumi.Input['RetryPolicyArgs']]):
|
|
227
|
+
pulumi.set(self, "retry_policy", value)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
class TopicEventSubscription(pulumi.CustomResource):
|
|
231
|
+
@overload
|
|
232
|
+
def __init__(__self__,
|
|
233
|
+
resource_name: str,
|
|
234
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
235
|
+
dead_letter_destination: Optional[pulumi.Input[Union['StorageBlobDeadLetterDestinationArgs', 'StorageBlobDeadLetterDestinationArgsDict']]] = None,
|
|
236
|
+
dead_letter_with_resource_identity: Optional[pulumi.Input[Union['DeadLetterWithResourceIdentityArgs', 'DeadLetterWithResourceIdentityArgsDict']]] = None,
|
|
237
|
+
delivery_with_resource_identity: Optional[pulumi.Input[Union['DeliveryWithResourceIdentityArgs', 'DeliveryWithResourceIdentityArgsDict']]] = None,
|
|
238
|
+
destination: Optional[pulumi.Input[Union[Union['AzureFunctionEventSubscriptionDestinationArgs', 'AzureFunctionEventSubscriptionDestinationArgsDict'], Union['EventHubEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgsDict'], Union['HybridConnectionEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgsDict'], Union['MonitorAlertEventSubscriptionDestinationArgs', 'MonitorAlertEventSubscriptionDestinationArgsDict'], Union['NamespaceTopicEventSubscriptionDestinationArgs', 'NamespaceTopicEventSubscriptionDestinationArgsDict'], Union['ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgsDict'], Union['ServiceBusTopicEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgsDict'], Union['StorageQueueEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgsDict'], Union['WebHookEventSubscriptionDestinationArgs', 'WebHookEventSubscriptionDestinationArgsDict']]]] = None,
|
|
239
|
+
event_delivery_schema: Optional[pulumi.Input[Union[str, 'EventDeliverySchema']]] = None,
|
|
240
|
+
event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
241
|
+
expiration_time_utc: Optional[pulumi.Input[str]] = None,
|
|
242
|
+
filter: Optional[pulumi.Input[Union['EventSubscriptionFilterArgs', 'EventSubscriptionFilterArgsDict']]] = None,
|
|
243
|
+
labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
244
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
retry_policy: Optional[pulumi.Input[Union['RetryPolicyArgs', 'RetryPolicyArgsDict']]] = None,
|
|
246
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
__props__=None):
|
|
248
|
+
"""
|
|
249
|
+
Event Subscription.
|
|
250
|
+
|
|
251
|
+
:param str resource_name: The name of the resource.
|
|
252
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
253
|
+
:param pulumi.Input[Union['StorageBlobDeadLetterDestinationArgs', 'StorageBlobDeadLetterDestinationArgsDict']] dead_letter_destination: The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
254
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
255
|
+
:param pulumi.Input[Union['DeadLetterWithResourceIdentityArgs', 'DeadLetterWithResourceIdentityArgsDict']] dead_letter_with_resource_identity: The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
256
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
257
|
+
:param pulumi.Input[Union['DeliveryWithResourceIdentityArgs', 'DeliveryWithResourceIdentityArgsDict']] delivery_with_resource_identity: Information about the destination where events have to be delivered for the event subscription.
|
|
258
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
259
|
+
:param pulumi.Input[Union[Union['AzureFunctionEventSubscriptionDestinationArgs', 'AzureFunctionEventSubscriptionDestinationArgsDict'], Union['EventHubEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgsDict'], Union['HybridConnectionEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgsDict'], Union['MonitorAlertEventSubscriptionDestinationArgs', 'MonitorAlertEventSubscriptionDestinationArgsDict'], Union['NamespaceTopicEventSubscriptionDestinationArgs', 'NamespaceTopicEventSubscriptionDestinationArgsDict'], Union['ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgsDict'], Union['ServiceBusTopicEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgsDict'], Union['StorageQueueEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgsDict'], Union['WebHookEventSubscriptionDestinationArgs', 'WebHookEventSubscriptionDestinationArgsDict']]] destination: Information about the destination where events have to be delivered for the event subscription.
|
|
260
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
261
|
+
:param pulumi.Input[Union[str, 'EventDeliverySchema']] event_delivery_schema: The event delivery schema for the event subscription.
|
|
262
|
+
:param pulumi.Input[str] event_subscription_name: Name of the event subscription to be created. Event subscription names must be between 3 and 64 characters in length and use alphanumeric letters only.
|
|
263
|
+
:param pulumi.Input[str] expiration_time_utc: Expiration time of the event subscription.
|
|
264
|
+
:param pulumi.Input[Union['EventSubscriptionFilterArgs', 'EventSubscriptionFilterArgsDict']] filter: Information about the filter for the event subscription.
|
|
265
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] labels: List of user defined labels.
|
|
266
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
267
|
+
:param pulumi.Input[Union['RetryPolicyArgs', 'RetryPolicyArgsDict']] retry_policy: The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
|
|
268
|
+
:param pulumi.Input[str] topic_name: Name of the domain topic.
|
|
269
|
+
"""
|
|
270
|
+
...
|
|
271
|
+
@overload
|
|
272
|
+
def __init__(__self__,
|
|
273
|
+
resource_name: str,
|
|
274
|
+
args: TopicEventSubscriptionArgs,
|
|
275
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
276
|
+
"""
|
|
277
|
+
Event Subscription.
|
|
278
|
+
|
|
279
|
+
:param str resource_name: The name of the resource.
|
|
280
|
+
:param TopicEventSubscriptionArgs args: The arguments to use to populate this resource's properties.
|
|
281
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
282
|
+
"""
|
|
283
|
+
...
|
|
284
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
285
|
+
resource_args, opts = _utilities.get_resource_args_opts(TopicEventSubscriptionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
286
|
+
if resource_args is not None:
|
|
287
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
288
|
+
else:
|
|
289
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
290
|
+
|
|
291
|
+
def _internal_init(__self__,
|
|
292
|
+
resource_name: str,
|
|
293
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
294
|
+
dead_letter_destination: Optional[pulumi.Input[Union['StorageBlobDeadLetterDestinationArgs', 'StorageBlobDeadLetterDestinationArgsDict']]] = None,
|
|
295
|
+
dead_letter_with_resource_identity: Optional[pulumi.Input[Union['DeadLetterWithResourceIdentityArgs', 'DeadLetterWithResourceIdentityArgsDict']]] = None,
|
|
296
|
+
delivery_with_resource_identity: Optional[pulumi.Input[Union['DeliveryWithResourceIdentityArgs', 'DeliveryWithResourceIdentityArgsDict']]] = None,
|
|
297
|
+
destination: Optional[pulumi.Input[Union[Union['AzureFunctionEventSubscriptionDestinationArgs', 'AzureFunctionEventSubscriptionDestinationArgsDict'], Union['EventHubEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgsDict'], Union['HybridConnectionEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgsDict'], Union['MonitorAlertEventSubscriptionDestinationArgs', 'MonitorAlertEventSubscriptionDestinationArgsDict'], Union['NamespaceTopicEventSubscriptionDestinationArgs', 'NamespaceTopicEventSubscriptionDestinationArgsDict'], Union['ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgsDict'], Union['ServiceBusTopicEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgsDict'], Union['StorageQueueEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgsDict'], Union['WebHookEventSubscriptionDestinationArgs', 'WebHookEventSubscriptionDestinationArgsDict']]]] = None,
|
|
298
|
+
event_delivery_schema: Optional[pulumi.Input[Union[str, 'EventDeliverySchema']]] = None,
|
|
299
|
+
event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
300
|
+
expiration_time_utc: Optional[pulumi.Input[str]] = None,
|
|
301
|
+
filter: Optional[pulumi.Input[Union['EventSubscriptionFilterArgs', 'EventSubscriptionFilterArgsDict']]] = None,
|
|
302
|
+
labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
303
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
304
|
+
retry_policy: Optional[pulumi.Input[Union['RetryPolicyArgs', 'RetryPolicyArgsDict']]] = None,
|
|
305
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
306
|
+
__props__=None):
|
|
307
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
308
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
309
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
310
|
+
if opts.id is None:
|
|
311
|
+
if __props__ is not None:
|
|
312
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
313
|
+
__props__ = TopicEventSubscriptionArgs.__new__(TopicEventSubscriptionArgs)
|
|
314
|
+
|
|
315
|
+
__props__.__dict__["dead_letter_destination"] = dead_letter_destination
|
|
316
|
+
__props__.__dict__["dead_letter_with_resource_identity"] = dead_letter_with_resource_identity
|
|
317
|
+
__props__.__dict__["delivery_with_resource_identity"] = delivery_with_resource_identity
|
|
318
|
+
__props__.__dict__["destination"] = destination
|
|
319
|
+
if event_delivery_schema is None:
|
|
320
|
+
event_delivery_schema = 'EventGridSchema'
|
|
321
|
+
__props__.__dict__["event_delivery_schema"] = event_delivery_schema
|
|
322
|
+
__props__.__dict__["event_subscription_name"] = event_subscription_name
|
|
323
|
+
__props__.__dict__["expiration_time_utc"] = expiration_time_utc
|
|
324
|
+
__props__.__dict__["filter"] = filter
|
|
325
|
+
__props__.__dict__["labels"] = labels
|
|
326
|
+
if resource_group_name is None and not opts.urn:
|
|
327
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
328
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
329
|
+
__props__.__dict__["retry_policy"] = retry_policy
|
|
330
|
+
if topic_name is None and not opts.urn:
|
|
331
|
+
raise TypeError("Missing required property 'topic_name'")
|
|
332
|
+
__props__.__dict__["topic_name"] = topic_name
|
|
333
|
+
__props__.__dict__["name"] = None
|
|
334
|
+
__props__.__dict__["provisioning_state"] = None
|
|
335
|
+
__props__.__dict__["system_data"] = None
|
|
336
|
+
__props__.__dict__["topic"] = None
|
|
337
|
+
__props__.__dict__["type"] = None
|
|
338
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20211015preview:TopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20220615:TopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:TopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:TopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:TopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:TopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid:TopicEventSubscription")])
|
|
339
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
340
|
+
super(TopicEventSubscription, __self__).__init__(
|
|
341
|
+
'azure-native:eventgrid/v20250215:TopicEventSubscription',
|
|
342
|
+
resource_name,
|
|
343
|
+
__props__,
|
|
344
|
+
opts)
|
|
345
|
+
|
|
346
|
+
@staticmethod
|
|
347
|
+
def get(resource_name: str,
|
|
348
|
+
id: pulumi.Input[str],
|
|
349
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'TopicEventSubscription':
|
|
350
|
+
"""
|
|
351
|
+
Get an existing TopicEventSubscription resource's state with the given name, id, and optional extra
|
|
352
|
+
properties used to qualify the lookup.
|
|
353
|
+
|
|
354
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
355
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
356
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
357
|
+
"""
|
|
358
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
359
|
+
|
|
360
|
+
__props__ = TopicEventSubscriptionArgs.__new__(TopicEventSubscriptionArgs)
|
|
361
|
+
|
|
362
|
+
__props__.__dict__["dead_letter_destination"] = None
|
|
363
|
+
__props__.__dict__["dead_letter_with_resource_identity"] = None
|
|
364
|
+
__props__.__dict__["delivery_with_resource_identity"] = None
|
|
365
|
+
__props__.__dict__["destination"] = None
|
|
366
|
+
__props__.__dict__["event_delivery_schema"] = None
|
|
367
|
+
__props__.__dict__["expiration_time_utc"] = None
|
|
368
|
+
__props__.__dict__["filter"] = None
|
|
369
|
+
__props__.__dict__["labels"] = None
|
|
370
|
+
__props__.__dict__["name"] = None
|
|
371
|
+
__props__.__dict__["provisioning_state"] = None
|
|
372
|
+
__props__.__dict__["retry_policy"] = None
|
|
373
|
+
__props__.__dict__["system_data"] = None
|
|
374
|
+
__props__.__dict__["topic"] = None
|
|
375
|
+
__props__.__dict__["type"] = None
|
|
376
|
+
return TopicEventSubscription(resource_name, opts=opts, __props__=__props__)
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="deadLetterDestination")
|
|
380
|
+
def dead_letter_destination(self) -> pulumi.Output[Optional['outputs.StorageBlobDeadLetterDestinationResponse']]:
|
|
381
|
+
"""
|
|
382
|
+
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
383
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "dead_letter_destination")
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter(name="deadLetterWithResourceIdentity")
|
|
389
|
+
def dead_letter_with_resource_identity(self) -> pulumi.Output[Optional['outputs.DeadLetterWithResourceIdentityResponse']]:
|
|
390
|
+
"""
|
|
391
|
+
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
392
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "dead_letter_with_resource_identity")
|
|
395
|
+
|
|
396
|
+
@property
|
|
397
|
+
@pulumi.getter(name="deliveryWithResourceIdentity")
|
|
398
|
+
def delivery_with_resource_identity(self) -> pulumi.Output[Optional['outputs.DeliveryWithResourceIdentityResponse']]:
|
|
399
|
+
"""
|
|
400
|
+
Information about the destination where events have to be delivered for the event subscription.
|
|
401
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
402
|
+
"""
|
|
403
|
+
return pulumi.get(self, "delivery_with_resource_identity")
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter
|
|
407
|
+
def destination(self) -> pulumi.Output[Optional[Any]]:
|
|
408
|
+
"""
|
|
409
|
+
Information about the destination where events have to be delivered for the event subscription.
|
|
410
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "destination")
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter(name="eventDeliverySchema")
|
|
416
|
+
def event_delivery_schema(self) -> pulumi.Output[Optional[str]]:
|
|
417
|
+
"""
|
|
418
|
+
The event delivery schema for the event subscription.
|
|
419
|
+
"""
|
|
420
|
+
return pulumi.get(self, "event_delivery_schema")
|
|
421
|
+
|
|
422
|
+
@property
|
|
423
|
+
@pulumi.getter(name="expirationTimeUtc")
|
|
424
|
+
def expiration_time_utc(self) -> pulumi.Output[Optional[str]]:
|
|
425
|
+
"""
|
|
426
|
+
Expiration time of the event subscription.
|
|
427
|
+
"""
|
|
428
|
+
return pulumi.get(self, "expiration_time_utc")
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter
|
|
432
|
+
def filter(self) -> pulumi.Output[Optional['outputs.EventSubscriptionFilterResponse']]:
|
|
433
|
+
"""
|
|
434
|
+
Information about the filter for the event subscription.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "filter")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter
|
|
440
|
+
def labels(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
441
|
+
"""
|
|
442
|
+
List of user defined labels.
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "labels")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter
|
|
448
|
+
def name(self) -> pulumi.Output[str]:
|
|
449
|
+
"""
|
|
450
|
+
Name of the resource.
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "name")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="provisioningState")
|
|
456
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
457
|
+
"""
|
|
458
|
+
Provisioning state of the event subscription.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "provisioning_state")
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter(name="retryPolicy")
|
|
464
|
+
def retry_policy(self) -> pulumi.Output[Optional['outputs.RetryPolicyResponse']]:
|
|
465
|
+
"""
|
|
466
|
+
The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "retry_policy")
|
|
469
|
+
|
|
470
|
+
@property
|
|
471
|
+
@pulumi.getter(name="systemData")
|
|
472
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
473
|
+
"""
|
|
474
|
+
The system metadata relating to the Event Grid resource.
|
|
475
|
+
"""
|
|
476
|
+
return pulumi.get(self, "system_data")
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter
|
|
480
|
+
def topic(self) -> pulumi.Output[str]:
|
|
481
|
+
"""
|
|
482
|
+
Name of the topic of the event subscription.
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "topic")
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter
|
|
488
|
+
def type(self) -> pulumi.Output[str]:
|
|
489
|
+
"""
|
|
490
|
+
Type of the resource.
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "type")
|
|
493
|
+
|