pulumi-azure-native 2.88.0a1739348902__py3-none-any.whl → 2.89.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 +74 -1
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +26 -0
- pulumi_azure_native/authorization/_inputs.py +194 -0
- pulumi_azure_native/authorization/get_management_lock_at_resource_level.py +8 -2
- pulumi_azure_native/authorization/get_pim_role_eligibility_schedule.py +355 -0
- pulumi_azure_native/authorization/management_lock_at_resource_level.py +21 -0
- pulumi_azure_native/authorization/outputs.py +445 -0
- pulumi_azure_native/authorization/pim_role_eligibility_schedule.py +511 -0
- pulumi_azure_native/authorization/v20200501/get_management_lock_at_resource_level.py +8 -2
- pulumi_azure_native/authorization/v20200501/management_lock_at_resource_level.py +21 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +2 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +26 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +194 -0
- pulumi_azure_native/authorization/v20201001/get_pim_role_eligibility_schedule.py +353 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +445 -0
- pulumi_azure_native/authorization/v20201001/pim_role_eligibility_schedule.py +523 -0
- 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/keyvault/_enums.py +0 -9
- pulumi_azure_native/keyvault/_inputs.py +1 -41
- pulumi_azure_native/keyvault/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20230201/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20230201/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20230201/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20230701/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20230701/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20230701/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20240401preview/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20240401preview/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20241101/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20241101/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20241101/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +27 -29
- 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/resources/get_resource.py +8 -2
- pulumi_azure_native/resources/resource.py +21 -0
- pulumi_azure_native/resources/v20220901/get_resource.py +8 -2
- pulumi_azure_native/resources/v20220901/resource.py +21 -0
- pulumi_azure_native/resources/v20230701/get_resource.py +8 -2
- pulumi_azure_native/resources/v20230701/resource.py +21 -0
- pulumi_azure_native/resources/v20240301/get_resource.py +8 -2
- pulumi_azure_native/resources/v20240301/resource.py +21 -0
- pulumi_azure_native/resources/v20240701/get_resource.py +8 -2
- pulumi_azure_native/resources/v20240701/resource.py +21 -0
- pulumi_azure_native/resources/v20241101/get_resource.py +8 -2
- pulumi_azure_native/resources/v20241101/resource.py +21 -0
- 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.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/RECORD +428 -315
- {pulumi_azure_native-2.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/WHEEL +1 -1
- 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.88.0a1739348902.dist-info → pulumi_azure_native-2.89.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,285 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPartnerTopicResult',
|
|
20
|
+
'AwaitableGetPartnerTopicResult',
|
|
21
|
+
'get_partner_topic',
|
|
22
|
+
'get_partner_topic_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPartnerTopicResult:
|
|
27
|
+
"""
|
|
28
|
+
Event Grid Partner Topic.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, activation_state=None, event_type_info=None, expiration_time_if_not_activated_utc=None, id=None, identity=None, location=None, message_for_activation=None, name=None, partner_registration_immutable_id=None, partner_topic_friendly_description=None, provisioning_state=None, source=None, system_data=None, tags=None, type=None):
|
|
31
|
+
if activation_state and not isinstance(activation_state, str):
|
|
32
|
+
raise TypeError("Expected argument 'activation_state' to be a str")
|
|
33
|
+
pulumi.set(__self__, "activation_state", activation_state)
|
|
34
|
+
if event_type_info and not isinstance(event_type_info, dict):
|
|
35
|
+
raise TypeError("Expected argument 'event_type_info' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "event_type_info", event_type_info)
|
|
37
|
+
if expiration_time_if_not_activated_utc and not isinstance(expiration_time_if_not_activated_utc, str):
|
|
38
|
+
raise TypeError("Expected argument 'expiration_time_if_not_activated_utc' to be a str")
|
|
39
|
+
pulumi.set(__self__, "expiration_time_if_not_activated_utc", expiration_time_if_not_activated_utc)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if identity and not isinstance(identity, dict):
|
|
44
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "identity", identity)
|
|
46
|
+
if location and not isinstance(location, str):
|
|
47
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
48
|
+
pulumi.set(__self__, "location", location)
|
|
49
|
+
if message_for_activation and not isinstance(message_for_activation, str):
|
|
50
|
+
raise TypeError("Expected argument 'message_for_activation' to be a str")
|
|
51
|
+
pulumi.set(__self__, "message_for_activation", message_for_activation)
|
|
52
|
+
if name and not isinstance(name, str):
|
|
53
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
54
|
+
pulumi.set(__self__, "name", name)
|
|
55
|
+
if partner_registration_immutable_id and not isinstance(partner_registration_immutable_id, str):
|
|
56
|
+
raise TypeError("Expected argument 'partner_registration_immutable_id' to be a str")
|
|
57
|
+
pulumi.set(__self__, "partner_registration_immutable_id", partner_registration_immutable_id)
|
|
58
|
+
if partner_topic_friendly_description and not isinstance(partner_topic_friendly_description, str):
|
|
59
|
+
raise TypeError("Expected argument 'partner_topic_friendly_description' to be a str")
|
|
60
|
+
pulumi.set(__self__, "partner_topic_friendly_description", partner_topic_friendly_description)
|
|
61
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
62
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
63
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
64
|
+
if source and not isinstance(source, str):
|
|
65
|
+
raise TypeError("Expected argument 'source' to be a str")
|
|
66
|
+
pulumi.set(__self__, "source", source)
|
|
67
|
+
if system_data and not isinstance(system_data, dict):
|
|
68
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
70
|
+
if tags and not isinstance(tags, dict):
|
|
71
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
72
|
+
pulumi.set(__self__, "tags", tags)
|
|
73
|
+
if type and not isinstance(type, str):
|
|
74
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
75
|
+
pulumi.set(__self__, "type", type)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="activationState")
|
|
79
|
+
def activation_state(self) -> Optional[str]:
|
|
80
|
+
"""
|
|
81
|
+
Activation state of the partner topic.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "activation_state")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="eventTypeInfo")
|
|
87
|
+
def event_type_info(self) -> Optional['outputs.EventTypeInfoResponse']:
|
|
88
|
+
"""
|
|
89
|
+
Event Type information from the corresponding event channel.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "event_type_info")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="expirationTimeIfNotActivatedUtc")
|
|
95
|
+
def expiration_time_if_not_activated_utc(self) -> Optional[str]:
|
|
96
|
+
"""
|
|
97
|
+
Expiration time of the partner topic. If this timer expires while the partner topic is still never activated,
|
|
98
|
+
the partner topic and corresponding event channel are deleted.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "expiration_time_if_not_activated_utc")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def id(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
Fully qualified identifier of the resource.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "id")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def identity(self) -> Optional['outputs.IdentityInfoResponse']:
|
|
113
|
+
"""
|
|
114
|
+
Identity information for the Partner Topic resource.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "identity")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def location(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
Location of the resource.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "location")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="messageForActivation")
|
|
128
|
+
def message_for_activation(self) -> Optional[str]:
|
|
129
|
+
"""
|
|
130
|
+
Context or helpful message that can be used during the approval process by the subscriber.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "message_for_activation")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def name(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
Name of the resource.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "name")
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter(name="partnerRegistrationImmutableId")
|
|
144
|
+
def partner_registration_immutable_id(self) -> Optional[str]:
|
|
145
|
+
"""
|
|
146
|
+
The immutableId of the corresponding partner registration.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "partner_registration_immutable_id")
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter(name="partnerTopicFriendlyDescription")
|
|
152
|
+
def partner_topic_friendly_description(self) -> Optional[str]:
|
|
153
|
+
"""
|
|
154
|
+
Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
|
|
155
|
+
This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "partner_topic_friendly_description")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="provisioningState")
|
|
161
|
+
def provisioning_state(self) -> str:
|
|
162
|
+
"""
|
|
163
|
+
Provisioning state of the partner topic.
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "provisioning_state")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter
|
|
169
|
+
def source(self) -> Optional[str]:
|
|
170
|
+
"""
|
|
171
|
+
Source associated with this partner topic. This represents a unique partner resource.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "source")
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="systemData")
|
|
177
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
178
|
+
"""
|
|
179
|
+
The system metadata relating to the Event Grid resource.
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "system_data")
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter
|
|
185
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
186
|
+
"""
|
|
187
|
+
Tags of the resource.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "tags")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter
|
|
193
|
+
def type(self) -> str:
|
|
194
|
+
"""
|
|
195
|
+
Type of the resource.
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "type")
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
class AwaitableGetPartnerTopicResult(GetPartnerTopicResult):
|
|
201
|
+
# pylint: disable=using-constant-test
|
|
202
|
+
def __await__(self):
|
|
203
|
+
if False:
|
|
204
|
+
yield self
|
|
205
|
+
return GetPartnerTopicResult(
|
|
206
|
+
activation_state=self.activation_state,
|
|
207
|
+
event_type_info=self.event_type_info,
|
|
208
|
+
expiration_time_if_not_activated_utc=self.expiration_time_if_not_activated_utc,
|
|
209
|
+
id=self.id,
|
|
210
|
+
identity=self.identity,
|
|
211
|
+
location=self.location,
|
|
212
|
+
message_for_activation=self.message_for_activation,
|
|
213
|
+
name=self.name,
|
|
214
|
+
partner_registration_immutable_id=self.partner_registration_immutable_id,
|
|
215
|
+
partner_topic_friendly_description=self.partner_topic_friendly_description,
|
|
216
|
+
provisioning_state=self.provisioning_state,
|
|
217
|
+
source=self.source,
|
|
218
|
+
system_data=self.system_data,
|
|
219
|
+
tags=self.tags,
|
|
220
|
+
type=self.type)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
def get_partner_topic(partner_topic_name: Optional[str] = None,
|
|
224
|
+
resource_group_name: Optional[str] = None,
|
|
225
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPartnerTopicResult:
|
|
226
|
+
"""
|
|
227
|
+
Get properties of a partner topic.
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
:param str partner_topic_name: Name of the partner topic.
|
|
231
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
232
|
+
"""
|
|
233
|
+
__args__ = dict()
|
|
234
|
+
__args__['partnerTopicName'] = partner_topic_name
|
|
235
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
236
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
237
|
+
__ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getPartnerTopic', __args__, opts=opts, typ=GetPartnerTopicResult).value
|
|
238
|
+
|
|
239
|
+
return AwaitableGetPartnerTopicResult(
|
|
240
|
+
activation_state=pulumi.get(__ret__, 'activation_state'),
|
|
241
|
+
event_type_info=pulumi.get(__ret__, 'event_type_info'),
|
|
242
|
+
expiration_time_if_not_activated_utc=pulumi.get(__ret__, 'expiration_time_if_not_activated_utc'),
|
|
243
|
+
id=pulumi.get(__ret__, 'id'),
|
|
244
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
245
|
+
location=pulumi.get(__ret__, 'location'),
|
|
246
|
+
message_for_activation=pulumi.get(__ret__, 'message_for_activation'),
|
|
247
|
+
name=pulumi.get(__ret__, 'name'),
|
|
248
|
+
partner_registration_immutable_id=pulumi.get(__ret__, 'partner_registration_immutable_id'),
|
|
249
|
+
partner_topic_friendly_description=pulumi.get(__ret__, 'partner_topic_friendly_description'),
|
|
250
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
251
|
+
source=pulumi.get(__ret__, 'source'),
|
|
252
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
253
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
254
|
+
type=pulumi.get(__ret__, 'type'))
|
|
255
|
+
def get_partner_topic_output(partner_topic_name: Optional[pulumi.Input[str]] = None,
|
|
256
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
257
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPartnerTopicResult]:
|
|
258
|
+
"""
|
|
259
|
+
Get properties of a partner topic.
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
:param str partner_topic_name: Name of the partner topic.
|
|
263
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
264
|
+
"""
|
|
265
|
+
__args__ = dict()
|
|
266
|
+
__args__['partnerTopicName'] = partner_topic_name
|
|
267
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
268
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
269
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getPartnerTopic', __args__, opts=opts, typ=GetPartnerTopicResult)
|
|
270
|
+
return __ret__.apply(lambda __response__: GetPartnerTopicResult(
|
|
271
|
+
activation_state=pulumi.get(__response__, 'activation_state'),
|
|
272
|
+
event_type_info=pulumi.get(__response__, 'event_type_info'),
|
|
273
|
+
expiration_time_if_not_activated_utc=pulumi.get(__response__, 'expiration_time_if_not_activated_utc'),
|
|
274
|
+
id=pulumi.get(__response__, 'id'),
|
|
275
|
+
identity=pulumi.get(__response__, 'identity'),
|
|
276
|
+
location=pulumi.get(__response__, 'location'),
|
|
277
|
+
message_for_activation=pulumi.get(__response__, 'message_for_activation'),
|
|
278
|
+
name=pulumi.get(__response__, 'name'),
|
|
279
|
+
partner_registration_immutable_id=pulumi.get(__response__, 'partner_registration_immutable_id'),
|
|
280
|
+
partner_topic_friendly_description=pulumi.get(__response__, 'partner_topic_friendly_description'),
|
|
281
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
282
|
+
source=pulumi.get(__response__, 'source'),
|
|
283
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
284
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
285
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,293 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPartnerTopicEventSubscriptionResult',
|
|
20
|
+
'AwaitableGetPartnerTopicEventSubscriptionResult',
|
|
21
|
+
'get_partner_topic_event_subscription',
|
|
22
|
+
'get_partner_topic_event_subscription_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPartnerTopicEventSubscriptionResult:
|
|
27
|
+
"""
|
|
28
|
+
Event Subscription.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, dead_letter_destination=None, dead_letter_with_resource_identity=None, delivery_with_resource_identity=None, destination=None, event_delivery_schema=None, expiration_time_utc=None, filter=None, id=None, labels=None, name=None, provisioning_state=None, retry_policy=None, system_data=None, topic=None, type=None):
|
|
31
|
+
if dead_letter_destination and not isinstance(dead_letter_destination, dict):
|
|
32
|
+
raise TypeError("Expected argument 'dead_letter_destination' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "dead_letter_destination", dead_letter_destination)
|
|
34
|
+
if dead_letter_with_resource_identity and not isinstance(dead_letter_with_resource_identity, dict):
|
|
35
|
+
raise TypeError("Expected argument 'dead_letter_with_resource_identity' to be a dict")
|
|
36
|
+
pulumi.set(__self__, "dead_letter_with_resource_identity", dead_letter_with_resource_identity)
|
|
37
|
+
if delivery_with_resource_identity and not isinstance(delivery_with_resource_identity, dict):
|
|
38
|
+
raise TypeError("Expected argument 'delivery_with_resource_identity' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "delivery_with_resource_identity", delivery_with_resource_identity)
|
|
40
|
+
if destination and not isinstance(destination, dict):
|
|
41
|
+
raise TypeError("Expected argument 'destination' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "destination", destination)
|
|
43
|
+
if event_delivery_schema and not isinstance(event_delivery_schema, str):
|
|
44
|
+
raise TypeError("Expected argument 'event_delivery_schema' to be a str")
|
|
45
|
+
pulumi.set(__self__, "event_delivery_schema", event_delivery_schema)
|
|
46
|
+
if expiration_time_utc and not isinstance(expiration_time_utc, str):
|
|
47
|
+
raise TypeError("Expected argument 'expiration_time_utc' to be a str")
|
|
48
|
+
pulumi.set(__self__, "expiration_time_utc", expiration_time_utc)
|
|
49
|
+
if filter and not isinstance(filter, dict):
|
|
50
|
+
raise TypeError("Expected argument 'filter' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "filter", filter)
|
|
52
|
+
if id and not isinstance(id, str):
|
|
53
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
54
|
+
pulumi.set(__self__, "id", id)
|
|
55
|
+
if labels and not isinstance(labels, list):
|
|
56
|
+
raise TypeError("Expected argument 'labels' to be a list")
|
|
57
|
+
pulumi.set(__self__, "labels", labels)
|
|
58
|
+
if name and not isinstance(name, str):
|
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
62
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
63
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
64
|
+
if retry_policy and not isinstance(retry_policy, dict):
|
|
65
|
+
raise TypeError("Expected argument 'retry_policy' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "retry_policy", retry_policy)
|
|
67
|
+
if system_data and not isinstance(system_data, dict):
|
|
68
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
69
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
70
|
+
if topic and not isinstance(topic, str):
|
|
71
|
+
raise TypeError("Expected argument 'topic' to be a str")
|
|
72
|
+
pulumi.set(__self__, "topic", topic)
|
|
73
|
+
if type and not isinstance(type, str):
|
|
74
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
75
|
+
pulumi.set(__self__, "type", type)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="deadLetterDestination")
|
|
79
|
+
def dead_letter_destination(self) -> Optional['outputs.StorageBlobDeadLetterDestinationResponse']:
|
|
80
|
+
"""
|
|
81
|
+
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
82
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "dead_letter_destination")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="deadLetterWithResourceIdentity")
|
|
88
|
+
def dead_letter_with_resource_identity(self) -> Optional['outputs.DeadLetterWithResourceIdentityResponse']:
|
|
89
|
+
"""
|
|
90
|
+
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
91
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "dead_letter_with_resource_identity")
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="deliveryWithResourceIdentity")
|
|
97
|
+
def delivery_with_resource_identity(self) -> Optional['outputs.DeliveryWithResourceIdentityResponse']:
|
|
98
|
+
"""
|
|
99
|
+
Information about the destination where events have to be delivered for the event subscription.
|
|
100
|
+
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "delivery_with_resource_identity")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def destination(self) -> Optional[Any]:
|
|
107
|
+
"""
|
|
108
|
+
Information about the destination where events have to be delivered for the event subscription.
|
|
109
|
+
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "destination")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="eventDeliverySchema")
|
|
115
|
+
def event_delivery_schema(self) -> Optional[str]:
|
|
116
|
+
"""
|
|
117
|
+
The event delivery schema for the event subscription.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "event_delivery_schema")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="expirationTimeUtc")
|
|
123
|
+
def expiration_time_utc(self) -> Optional[str]:
|
|
124
|
+
"""
|
|
125
|
+
Expiration time of the event subscription.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "expiration_time_utc")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter
|
|
131
|
+
def filter(self) -> Optional['outputs.EventSubscriptionFilterResponse']:
|
|
132
|
+
"""
|
|
133
|
+
Information about the filter for the event subscription.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "filter")
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter
|
|
139
|
+
def id(self) -> str:
|
|
140
|
+
"""
|
|
141
|
+
Fully qualified identifier of the resource.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "id")
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def labels(self) -> Optional[Sequence[str]]:
|
|
148
|
+
"""
|
|
149
|
+
List of user defined labels.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "labels")
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter
|
|
155
|
+
def name(self) -> str:
|
|
156
|
+
"""
|
|
157
|
+
Name of the resource.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "name")
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="provisioningState")
|
|
163
|
+
def provisioning_state(self) -> str:
|
|
164
|
+
"""
|
|
165
|
+
Provisioning state of the event subscription.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "provisioning_state")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="retryPolicy")
|
|
171
|
+
def retry_policy(self) -> Optional['outputs.RetryPolicyResponse']:
|
|
172
|
+
"""
|
|
173
|
+
The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "retry_policy")
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter(name="systemData")
|
|
179
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
180
|
+
"""
|
|
181
|
+
The system metadata relating to the Event Grid resource.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "system_data")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def topic(self) -> str:
|
|
188
|
+
"""
|
|
189
|
+
Name of the topic of the event subscription.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "topic")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def type(self) -> str:
|
|
196
|
+
"""
|
|
197
|
+
Type of the resource.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "type")
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
class AwaitableGetPartnerTopicEventSubscriptionResult(GetPartnerTopicEventSubscriptionResult):
|
|
203
|
+
# pylint: disable=using-constant-test
|
|
204
|
+
def __await__(self):
|
|
205
|
+
if False:
|
|
206
|
+
yield self
|
|
207
|
+
return GetPartnerTopicEventSubscriptionResult(
|
|
208
|
+
dead_letter_destination=self.dead_letter_destination,
|
|
209
|
+
dead_letter_with_resource_identity=self.dead_letter_with_resource_identity,
|
|
210
|
+
delivery_with_resource_identity=self.delivery_with_resource_identity,
|
|
211
|
+
destination=self.destination,
|
|
212
|
+
event_delivery_schema=self.event_delivery_schema,
|
|
213
|
+
expiration_time_utc=self.expiration_time_utc,
|
|
214
|
+
filter=self.filter,
|
|
215
|
+
id=self.id,
|
|
216
|
+
labels=self.labels,
|
|
217
|
+
name=self.name,
|
|
218
|
+
provisioning_state=self.provisioning_state,
|
|
219
|
+
retry_policy=self.retry_policy,
|
|
220
|
+
system_data=self.system_data,
|
|
221
|
+
topic=self.topic,
|
|
222
|
+
type=self.type)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
def get_partner_topic_event_subscription(event_subscription_name: Optional[str] = None,
|
|
226
|
+
partner_topic_name: Optional[str] = None,
|
|
227
|
+
resource_group_name: Optional[str] = None,
|
|
228
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPartnerTopicEventSubscriptionResult:
|
|
229
|
+
"""
|
|
230
|
+
Get properties of an event subscription of a partner topic.
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
:param str event_subscription_name: Name of the event subscription to be found.
|
|
234
|
+
:param str partner_topic_name: Name of the partner topic.
|
|
235
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
236
|
+
"""
|
|
237
|
+
__args__ = dict()
|
|
238
|
+
__args__['eventSubscriptionName'] = event_subscription_name
|
|
239
|
+
__args__['partnerTopicName'] = partner_topic_name
|
|
240
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
241
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
242
|
+
__ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getPartnerTopicEventSubscription', __args__, opts=opts, typ=GetPartnerTopicEventSubscriptionResult).value
|
|
243
|
+
|
|
244
|
+
return AwaitableGetPartnerTopicEventSubscriptionResult(
|
|
245
|
+
dead_letter_destination=pulumi.get(__ret__, 'dead_letter_destination'),
|
|
246
|
+
dead_letter_with_resource_identity=pulumi.get(__ret__, 'dead_letter_with_resource_identity'),
|
|
247
|
+
delivery_with_resource_identity=pulumi.get(__ret__, 'delivery_with_resource_identity'),
|
|
248
|
+
destination=pulumi.get(__ret__, 'destination'),
|
|
249
|
+
event_delivery_schema=pulumi.get(__ret__, 'event_delivery_schema'),
|
|
250
|
+
expiration_time_utc=pulumi.get(__ret__, 'expiration_time_utc'),
|
|
251
|
+
filter=pulumi.get(__ret__, 'filter'),
|
|
252
|
+
id=pulumi.get(__ret__, 'id'),
|
|
253
|
+
labels=pulumi.get(__ret__, 'labels'),
|
|
254
|
+
name=pulumi.get(__ret__, 'name'),
|
|
255
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
256
|
+
retry_policy=pulumi.get(__ret__, 'retry_policy'),
|
|
257
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
258
|
+
topic=pulumi.get(__ret__, 'topic'),
|
|
259
|
+
type=pulumi.get(__ret__, 'type'))
|
|
260
|
+
def get_partner_topic_event_subscription_output(event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
261
|
+
partner_topic_name: Optional[pulumi.Input[str]] = None,
|
|
262
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
263
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPartnerTopicEventSubscriptionResult]:
|
|
264
|
+
"""
|
|
265
|
+
Get properties of an event subscription of a partner topic.
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
:param str event_subscription_name: Name of the event subscription to be found.
|
|
269
|
+
:param str partner_topic_name: Name of the partner topic.
|
|
270
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
271
|
+
"""
|
|
272
|
+
__args__ = dict()
|
|
273
|
+
__args__['eventSubscriptionName'] = event_subscription_name
|
|
274
|
+
__args__['partnerTopicName'] = partner_topic_name
|
|
275
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
276
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
277
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getPartnerTopicEventSubscription', __args__, opts=opts, typ=GetPartnerTopicEventSubscriptionResult)
|
|
278
|
+
return __ret__.apply(lambda __response__: GetPartnerTopicEventSubscriptionResult(
|
|
279
|
+
dead_letter_destination=pulumi.get(__response__, 'dead_letter_destination'),
|
|
280
|
+
dead_letter_with_resource_identity=pulumi.get(__response__, 'dead_letter_with_resource_identity'),
|
|
281
|
+
delivery_with_resource_identity=pulumi.get(__response__, 'delivery_with_resource_identity'),
|
|
282
|
+
destination=pulumi.get(__response__, 'destination'),
|
|
283
|
+
event_delivery_schema=pulumi.get(__response__, 'event_delivery_schema'),
|
|
284
|
+
expiration_time_utc=pulumi.get(__response__, 'expiration_time_utc'),
|
|
285
|
+
filter=pulumi.get(__response__, 'filter'),
|
|
286
|
+
id=pulumi.get(__response__, 'id'),
|
|
287
|
+
labels=pulumi.get(__response__, 'labels'),
|
|
288
|
+
name=pulumi.get(__response__, 'name'),
|
|
289
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
290
|
+
retry_policy=pulumi.get(__response__, 'retry_policy'),
|
|
291
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
292
|
+
topic=pulumi.get(__response__, 'topic'),
|
|
293
|
+
type=pulumi.get(__response__, 'type')))
|
pulumi_azure_native/eventgrid/v20250215/get_partner_topic_event_subscription_delivery_attributes.py
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetPartnerTopicEventSubscriptionDeliveryAttributesResult',
|
|
20
|
+
'AwaitableGetPartnerTopicEventSubscriptionDeliveryAttributesResult',
|
|
21
|
+
'get_partner_topic_event_subscription_delivery_attributes',
|
|
22
|
+
'get_partner_topic_event_subscription_delivery_attributes_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPartnerTopicEventSubscriptionDeliveryAttributesResult:
|
|
27
|
+
"""
|
|
28
|
+
Result of the Get delivery attributes operation.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, value=None):
|
|
31
|
+
if value and not isinstance(value, list):
|
|
32
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
33
|
+
pulumi.set(__self__, "value", value)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter
|
|
37
|
+
def value(self) -> Optional[Sequence[Any]]:
|
|
38
|
+
"""
|
|
39
|
+
A collection of DeliveryAttributeMapping
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "value")
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class AwaitableGetPartnerTopicEventSubscriptionDeliveryAttributesResult(GetPartnerTopicEventSubscriptionDeliveryAttributesResult):
|
|
45
|
+
# pylint: disable=using-constant-test
|
|
46
|
+
def __await__(self):
|
|
47
|
+
if False:
|
|
48
|
+
yield self
|
|
49
|
+
return GetPartnerTopicEventSubscriptionDeliveryAttributesResult(
|
|
50
|
+
value=self.value)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def get_partner_topic_event_subscription_delivery_attributes(event_subscription_name: Optional[str] = None,
|
|
54
|
+
partner_topic_name: Optional[str] = None,
|
|
55
|
+
resource_group_name: Optional[str] = None,
|
|
56
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPartnerTopicEventSubscriptionDeliveryAttributesResult:
|
|
57
|
+
"""
|
|
58
|
+
Get all delivery attributes for an event subscription of a partner topic.
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
:param str event_subscription_name: Name of the event subscription.
|
|
62
|
+
:param str partner_topic_name: Name of the partner topic.
|
|
63
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
64
|
+
"""
|
|
65
|
+
__args__ = dict()
|
|
66
|
+
__args__['eventSubscriptionName'] = event_subscription_name
|
|
67
|
+
__args__['partnerTopicName'] = partner_topic_name
|
|
68
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
69
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
70
|
+
__ret__ = pulumi.runtime.invoke('azure-native:eventgrid/v20250215:getPartnerTopicEventSubscriptionDeliveryAttributes', __args__, opts=opts, typ=GetPartnerTopicEventSubscriptionDeliveryAttributesResult).value
|
|
71
|
+
|
|
72
|
+
return AwaitableGetPartnerTopicEventSubscriptionDeliveryAttributesResult(
|
|
73
|
+
value=pulumi.get(__ret__, 'value'))
|
|
74
|
+
def get_partner_topic_event_subscription_delivery_attributes_output(event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
75
|
+
partner_topic_name: Optional[pulumi.Input[str]] = None,
|
|
76
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
77
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPartnerTopicEventSubscriptionDeliveryAttributesResult]:
|
|
78
|
+
"""
|
|
79
|
+
Get all delivery attributes for an event subscription of a partner topic.
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
:param str event_subscription_name: Name of the event subscription.
|
|
83
|
+
:param str partner_topic_name: Name of the partner topic.
|
|
84
|
+
:param str resource_group_name: The name of the resource group within the user's subscription.
|
|
85
|
+
"""
|
|
86
|
+
__args__ = dict()
|
|
87
|
+
__args__['eventSubscriptionName'] = event_subscription_name
|
|
88
|
+
__args__['partnerTopicName'] = partner_topic_name
|
|
89
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
90
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
91
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:eventgrid/v20250215:getPartnerTopicEventSubscriptionDeliveryAttributes', __args__, opts=opts, typ=GetPartnerTopicEventSubscriptionDeliveryAttributesResult)
|
|
92
|
+
return __ret__.apply(lambda __response__: GetPartnerTopicEventSubscriptionDeliveryAttributesResult(
|
|
93
|
+
value=pulumi.get(__response__, 'value')))
|