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,296 @@
|
|
|
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
|
+
|
|
19
|
+
__all__ = ['NamespaceTopicArgs', 'NamespaceTopic']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class NamespaceTopicArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
namespace_name: pulumi.Input[str],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
event_retention_in_days: Optional[pulumi.Input[int]] = None,
|
|
27
|
+
input_schema: Optional[pulumi.Input[Union[str, 'EventInputSchema']]] = None,
|
|
28
|
+
publisher_type: Optional[pulumi.Input[Union[str, 'PublisherType']]] = None,
|
|
29
|
+
topic_name: Optional[pulumi.Input[str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a NamespaceTopic resource.
|
|
32
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
33
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
34
|
+
:param pulumi.Input[int] event_retention_in_days: Event retention for the namespace topic expressed in days. The property default value is 1 day.
|
|
35
|
+
Min event retention duration value is 1 day and max event retention duration value is 1 day.
|
|
36
|
+
:param pulumi.Input[Union[str, 'EventInputSchema']] input_schema: This determines the format that is expected for incoming events published to the topic.
|
|
37
|
+
:param pulumi.Input[Union[str, 'PublisherType']] publisher_type: Publisher type of the namespace topic.
|
|
38
|
+
:param pulumi.Input[str] topic_name: Name of the namespace topic.
|
|
39
|
+
"""
|
|
40
|
+
pulumi.set(__self__, "namespace_name", namespace_name)
|
|
41
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
42
|
+
if event_retention_in_days is not None:
|
|
43
|
+
pulumi.set(__self__, "event_retention_in_days", event_retention_in_days)
|
|
44
|
+
if input_schema is None:
|
|
45
|
+
input_schema = 'CloudEventSchemaV1_0'
|
|
46
|
+
if input_schema is not None:
|
|
47
|
+
pulumi.set(__self__, "input_schema", input_schema)
|
|
48
|
+
if publisher_type is not None:
|
|
49
|
+
pulumi.set(__self__, "publisher_type", publisher_type)
|
|
50
|
+
if topic_name is not None:
|
|
51
|
+
pulumi.set(__self__, "topic_name", topic_name)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="namespaceName")
|
|
55
|
+
def namespace_name(self) -> pulumi.Input[str]:
|
|
56
|
+
"""
|
|
57
|
+
Name of the namespace.
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "namespace_name")
|
|
60
|
+
|
|
61
|
+
@namespace_name.setter
|
|
62
|
+
def namespace_name(self, value: pulumi.Input[str]):
|
|
63
|
+
pulumi.set(self, "namespace_name", value)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="resourceGroupName")
|
|
67
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
68
|
+
"""
|
|
69
|
+
The name of the resource group within the user's subscription.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "resource_group_name")
|
|
72
|
+
|
|
73
|
+
@resource_group_name.setter
|
|
74
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
75
|
+
pulumi.set(self, "resource_group_name", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="eventRetentionInDays")
|
|
79
|
+
def event_retention_in_days(self) -> Optional[pulumi.Input[int]]:
|
|
80
|
+
"""
|
|
81
|
+
Event retention for the namespace topic expressed in days. The property default value is 1 day.
|
|
82
|
+
Min event retention duration value is 1 day and max event retention duration value is 1 day.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "event_retention_in_days")
|
|
85
|
+
|
|
86
|
+
@event_retention_in_days.setter
|
|
87
|
+
def event_retention_in_days(self, value: Optional[pulumi.Input[int]]):
|
|
88
|
+
pulumi.set(self, "event_retention_in_days", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="inputSchema")
|
|
92
|
+
def input_schema(self) -> Optional[pulumi.Input[Union[str, 'EventInputSchema']]]:
|
|
93
|
+
"""
|
|
94
|
+
This determines the format that is expected for incoming events published to the topic.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "input_schema")
|
|
97
|
+
|
|
98
|
+
@input_schema.setter
|
|
99
|
+
def input_schema(self, value: Optional[pulumi.Input[Union[str, 'EventInputSchema']]]):
|
|
100
|
+
pulumi.set(self, "input_schema", value)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="publisherType")
|
|
104
|
+
def publisher_type(self) -> Optional[pulumi.Input[Union[str, 'PublisherType']]]:
|
|
105
|
+
"""
|
|
106
|
+
Publisher type of the namespace topic.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "publisher_type")
|
|
109
|
+
|
|
110
|
+
@publisher_type.setter
|
|
111
|
+
def publisher_type(self, value: Optional[pulumi.Input[Union[str, 'PublisherType']]]):
|
|
112
|
+
pulumi.set(self, "publisher_type", value)
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="topicName")
|
|
116
|
+
def topic_name(self) -> Optional[pulumi.Input[str]]:
|
|
117
|
+
"""
|
|
118
|
+
Name of the namespace topic.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "topic_name")
|
|
121
|
+
|
|
122
|
+
@topic_name.setter
|
|
123
|
+
def topic_name(self, value: Optional[pulumi.Input[str]]):
|
|
124
|
+
pulumi.set(self, "topic_name", value)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
class NamespaceTopic(pulumi.CustomResource):
|
|
128
|
+
@overload
|
|
129
|
+
def __init__(__self__,
|
|
130
|
+
resource_name: str,
|
|
131
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
132
|
+
event_retention_in_days: Optional[pulumi.Input[int]] = None,
|
|
133
|
+
input_schema: Optional[pulumi.Input[Union[str, 'EventInputSchema']]] = None,
|
|
134
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
publisher_type: Optional[pulumi.Input[Union[str, 'PublisherType']]] = None,
|
|
136
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
__props__=None):
|
|
139
|
+
"""
|
|
140
|
+
Namespace topic details.
|
|
141
|
+
|
|
142
|
+
:param str resource_name: The name of the resource.
|
|
143
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
144
|
+
:param pulumi.Input[int] event_retention_in_days: Event retention for the namespace topic expressed in days. The property default value is 1 day.
|
|
145
|
+
Min event retention duration value is 1 day and max event retention duration value is 1 day.
|
|
146
|
+
:param pulumi.Input[Union[str, 'EventInputSchema']] input_schema: This determines the format that is expected for incoming events published to the topic.
|
|
147
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
148
|
+
:param pulumi.Input[Union[str, 'PublisherType']] publisher_type: Publisher type of the namespace topic.
|
|
149
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
150
|
+
:param pulumi.Input[str] topic_name: Name of the namespace topic.
|
|
151
|
+
"""
|
|
152
|
+
...
|
|
153
|
+
@overload
|
|
154
|
+
def __init__(__self__,
|
|
155
|
+
resource_name: str,
|
|
156
|
+
args: NamespaceTopicArgs,
|
|
157
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
158
|
+
"""
|
|
159
|
+
Namespace topic details.
|
|
160
|
+
|
|
161
|
+
:param str resource_name: The name of the resource.
|
|
162
|
+
:param NamespaceTopicArgs args: The arguments to use to populate this resource's properties.
|
|
163
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
164
|
+
"""
|
|
165
|
+
...
|
|
166
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
167
|
+
resource_args, opts = _utilities.get_resource_args_opts(NamespaceTopicArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
168
|
+
if resource_args is not None:
|
|
169
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
170
|
+
else:
|
|
171
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
172
|
+
|
|
173
|
+
def _internal_init(__self__,
|
|
174
|
+
resource_name: str,
|
|
175
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
176
|
+
event_retention_in_days: Optional[pulumi.Input[int]] = None,
|
|
177
|
+
input_schema: Optional[pulumi.Input[Union[str, 'EventInputSchema']]] = None,
|
|
178
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
179
|
+
publisher_type: Optional[pulumi.Input[Union[str, 'PublisherType']]] = None,
|
|
180
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
181
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
182
|
+
__props__=None):
|
|
183
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
184
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
185
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
186
|
+
if opts.id is None:
|
|
187
|
+
if __props__ is not None:
|
|
188
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
189
|
+
__props__ = NamespaceTopicArgs.__new__(NamespaceTopicArgs)
|
|
190
|
+
|
|
191
|
+
__props__.__dict__["event_retention_in_days"] = event_retention_in_days
|
|
192
|
+
if input_schema is None:
|
|
193
|
+
input_schema = 'CloudEventSchemaV1_0'
|
|
194
|
+
__props__.__dict__["input_schema"] = input_schema
|
|
195
|
+
if namespace_name is None and not opts.urn:
|
|
196
|
+
raise TypeError("Missing required property 'namespace_name'")
|
|
197
|
+
__props__.__dict__["namespace_name"] = namespace_name
|
|
198
|
+
__props__.__dict__["publisher_type"] = publisher_type
|
|
199
|
+
if resource_group_name is None and not opts.urn:
|
|
200
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
201
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
202
|
+
__props__.__dict__["topic_name"] = topic_name
|
|
203
|
+
__props__.__dict__["name"] = None
|
|
204
|
+
__props__.__dict__["provisioning_state"] = None
|
|
205
|
+
__props__.__dict__["system_data"] = None
|
|
206
|
+
__props__.__dict__["type"] = None
|
|
207
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:NamespaceTopic"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:NamespaceTopic"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:NamespaceTopic"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:NamespaceTopic"), pulumi.Alias(type_="azure-native:eventgrid:NamespaceTopic")])
|
|
208
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
209
|
+
super(NamespaceTopic, __self__).__init__(
|
|
210
|
+
'azure-native:eventgrid/v20250215:NamespaceTopic',
|
|
211
|
+
resource_name,
|
|
212
|
+
__props__,
|
|
213
|
+
opts)
|
|
214
|
+
|
|
215
|
+
@staticmethod
|
|
216
|
+
def get(resource_name: str,
|
|
217
|
+
id: pulumi.Input[str],
|
|
218
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'NamespaceTopic':
|
|
219
|
+
"""
|
|
220
|
+
Get an existing NamespaceTopic resource's state with the given name, id, and optional extra
|
|
221
|
+
properties used to qualify the lookup.
|
|
222
|
+
|
|
223
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
224
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
225
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
226
|
+
"""
|
|
227
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
228
|
+
|
|
229
|
+
__props__ = NamespaceTopicArgs.__new__(NamespaceTopicArgs)
|
|
230
|
+
|
|
231
|
+
__props__.__dict__["event_retention_in_days"] = None
|
|
232
|
+
__props__.__dict__["input_schema"] = None
|
|
233
|
+
__props__.__dict__["name"] = None
|
|
234
|
+
__props__.__dict__["provisioning_state"] = None
|
|
235
|
+
__props__.__dict__["publisher_type"] = None
|
|
236
|
+
__props__.__dict__["system_data"] = None
|
|
237
|
+
__props__.__dict__["type"] = None
|
|
238
|
+
return NamespaceTopic(resource_name, opts=opts, __props__=__props__)
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="eventRetentionInDays")
|
|
242
|
+
def event_retention_in_days(self) -> pulumi.Output[Optional[int]]:
|
|
243
|
+
"""
|
|
244
|
+
Event retention for the namespace topic expressed in days. The property default value is 1 day.
|
|
245
|
+
Min event retention duration value is 1 day and max event retention duration value is 1 day.
|
|
246
|
+
"""
|
|
247
|
+
return pulumi.get(self, "event_retention_in_days")
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter(name="inputSchema")
|
|
251
|
+
def input_schema(self) -> pulumi.Output[Optional[str]]:
|
|
252
|
+
"""
|
|
253
|
+
This determines the format that is expected for incoming events published to the topic.
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "input_schema")
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter
|
|
259
|
+
def name(self) -> pulumi.Output[str]:
|
|
260
|
+
"""
|
|
261
|
+
Name of the resource.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "name")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="provisioningState")
|
|
267
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
268
|
+
"""
|
|
269
|
+
Provisioning state of the namespace topic.
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "provisioning_state")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter(name="publisherType")
|
|
275
|
+
def publisher_type(self) -> pulumi.Output[Optional[str]]:
|
|
276
|
+
"""
|
|
277
|
+
Publisher type of the namespace topic.
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "publisher_type")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="systemData")
|
|
283
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
284
|
+
"""
|
|
285
|
+
The system metadata relating to the Event Grid resource.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "system_data")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter
|
|
291
|
+
def type(self) -> pulumi.Output[str]:
|
|
292
|
+
"""
|
|
293
|
+
Type of the resource.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "type")
|
|
296
|
+
|
|
@@ -0,0 +1,339 @@
|
|
|
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__ = ['NamespaceTopicEventSubscriptionArgs', 'NamespaceTopicEventSubscription']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class NamespaceTopicEventSubscriptionArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
namespace_name: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
topic_name: pulumi.Input[str],
|
|
28
|
+
delivery_configuration: Optional[pulumi.Input['DeliveryConfigurationArgs']] = None,
|
|
29
|
+
event_delivery_schema: Optional[pulumi.Input[Union[str, 'DeliverySchema']]] = None,
|
|
30
|
+
event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
expiration_time_utc: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
filters_configuration: Optional[pulumi.Input['FiltersConfigurationArgs']] = None):
|
|
33
|
+
"""
|
|
34
|
+
The set of arguments for constructing a NamespaceTopicEventSubscription resource.
|
|
35
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
36
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
37
|
+
:param pulumi.Input[str] topic_name: Name of the namespace topic.
|
|
38
|
+
:param pulumi.Input['DeliveryConfigurationArgs'] delivery_configuration: Information about the delivery configuration of the event subscription.
|
|
39
|
+
:param pulumi.Input[Union[str, 'DeliverySchema']] event_delivery_schema: The event delivery schema for the event subscription.
|
|
40
|
+
:param pulumi.Input[str] event_subscription_name: Name of the event subscription to be created. Event subscription names must be between 3 and 50 characters in length and use alphanumeric letters only.
|
|
41
|
+
:param pulumi.Input[str] expiration_time_utc: Expiration time of the event subscription.
|
|
42
|
+
:param pulumi.Input['FiltersConfigurationArgs'] filters_configuration: Information about the filter for the event subscription.
|
|
43
|
+
"""
|
|
44
|
+
pulumi.set(__self__, "namespace_name", namespace_name)
|
|
45
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
46
|
+
pulumi.set(__self__, "topic_name", topic_name)
|
|
47
|
+
if delivery_configuration is not None:
|
|
48
|
+
pulumi.set(__self__, "delivery_configuration", delivery_configuration)
|
|
49
|
+
if event_delivery_schema is not None:
|
|
50
|
+
pulumi.set(__self__, "event_delivery_schema", event_delivery_schema)
|
|
51
|
+
if event_subscription_name is not None:
|
|
52
|
+
pulumi.set(__self__, "event_subscription_name", event_subscription_name)
|
|
53
|
+
if expiration_time_utc is not None:
|
|
54
|
+
pulumi.set(__self__, "expiration_time_utc", expiration_time_utc)
|
|
55
|
+
if filters_configuration is not None:
|
|
56
|
+
pulumi.set(__self__, "filters_configuration", filters_configuration)
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter(name="namespaceName")
|
|
60
|
+
def namespace_name(self) -> pulumi.Input[str]:
|
|
61
|
+
"""
|
|
62
|
+
Name of the namespace.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "namespace_name")
|
|
65
|
+
|
|
66
|
+
@namespace_name.setter
|
|
67
|
+
def namespace_name(self, value: pulumi.Input[str]):
|
|
68
|
+
pulumi.set(self, "namespace_name", value)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="resourceGroupName")
|
|
72
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
73
|
+
"""
|
|
74
|
+
The name of the resource group within the user's subscription.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "resource_group_name")
|
|
77
|
+
|
|
78
|
+
@resource_group_name.setter
|
|
79
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
80
|
+
pulumi.set(self, "resource_group_name", value)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter(name="topicName")
|
|
84
|
+
def topic_name(self) -> pulumi.Input[str]:
|
|
85
|
+
"""
|
|
86
|
+
Name of the namespace topic.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "topic_name")
|
|
89
|
+
|
|
90
|
+
@topic_name.setter
|
|
91
|
+
def topic_name(self, value: pulumi.Input[str]):
|
|
92
|
+
pulumi.set(self, "topic_name", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="deliveryConfiguration")
|
|
96
|
+
def delivery_configuration(self) -> Optional[pulumi.Input['DeliveryConfigurationArgs']]:
|
|
97
|
+
"""
|
|
98
|
+
Information about the delivery configuration of the event subscription.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "delivery_configuration")
|
|
101
|
+
|
|
102
|
+
@delivery_configuration.setter
|
|
103
|
+
def delivery_configuration(self, value: Optional[pulumi.Input['DeliveryConfigurationArgs']]):
|
|
104
|
+
pulumi.set(self, "delivery_configuration", value)
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="eventDeliverySchema")
|
|
108
|
+
def event_delivery_schema(self) -> Optional[pulumi.Input[Union[str, 'DeliverySchema']]]:
|
|
109
|
+
"""
|
|
110
|
+
The event delivery schema for the event subscription.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "event_delivery_schema")
|
|
113
|
+
|
|
114
|
+
@event_delivery_schema.setter
|
|
115
|
+
def event_delivery_schema(self, value: Optional[pulumi.Input[Union[str, 'DeliverySchema']]]):
|
|
116
|
+
pulumi.set(self, "event_delivery_schema", value)
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="eventSubscriptionName")
|
|
120
|
+
def event_subscription_name(self) -> Optional[pulumi.Input[str]]:
|
|
121
|
+
"""
|
|
122
|
+
Name of the event subscription to be created. Event subscription names must be between 3 and 50 characters in length and use alphanumeric letters only.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "event_subscription_name")
|
|
125
|
+
|
|
126
|
+
@event_subscription_name.setter
|
|
127
|
+
def event_subscription_name(self, value: Optional[pulumi.Input[str]]):
|
|
128
|
+
pulumi.set(self, "event_subscription_name", value)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="expirationTimeUtc")
|
|
132
|
+
def expiration_time_utc(self) -> Optional[pulumi.Input[str]]:
|
|
133
|
+
"""
|
|
134
|
+
Expiration time of the event subscription.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "expiration_time_utc")
|
|
137
|
+
|
|
138
|
+
@expiration_time_utc.setter
|
|
139
|
+
def expiration_time_utc(self, value: Optional[pulumi.Input[str]]):
|
|
140
|
+
pulumi.set(self, "expiration_time_utc", value)
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter(name="filtersConfiguration")
|
|
144
|
+
def filters_configuration(self) -> Optional[pulumi.Input['FiltersConfigurationArgs']]:
|
|
145
|
+
"""
|
|
146
|
+
Information about the filter for the event subscription.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "filters_configuration")
|
|
149
|
+
|
|
150
|
+
@filters_configuration.setter
|
|
151
|
+
def filters_configuration(self, value: Optional[pulumi.Input['FiltersConfigurationArgs']]):
|
|
152
|
+
pulumi.set(self, "filters_configuration", value)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
class NamespaceTopicEventSubscription(pulumi.CustomResource):
|
|
156
|
+
@overload
|
|
157
|
+
def __init__(__self__,
|
|
158
|
+
resource_name: str,
|
|
159
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
160
|
+
delivery_configuration: Optional[pulumi.Input[Union['DeliveryConfigurationArgs', 'DeliveryConfigurationArgsDict']]] = None,
|
|
161
|
+
event_delivery_schema: Optional[pulumi.Input[Union[str, 'DeliverySchema']]] = None,
|
|
162
|
+
event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
163
|
+
expiration_time_utc: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
filters_configuration: Optional[pulumi.Input[Union['FiltersConfigurationArgs', 'FiltersConfigurationArgsDict']]] = None,
|
|
165
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
__props__=None):
|
|
169
|
+
"""
|
|
170
|
+
Event Subscription.
|
|
171
|
+
|
|
172
|
+
:param str resource_name: The name of the resource.
|
|
173
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
174
|
+
:param pulumi.Input[Union['DeliveryConfigurationArgs', 'DeliveryConfigurationArgsDict']] delivery_configuration: Information about the delivery configuration of the event subscription.
|
|
175
|
+
:param pulumi.Input[Union[str, 'DeliverySchema']] event_delivery_schema: The event delivery schema for the event subscription.
|
|
176
|
+
:param pulumi.Input[str] event_subscription_name: Name of the event subscription to be created. Event subscription names must be between 3 and 50 characters in length and use alphanumeric letters only.
|
|
177
|
+
:param pulumi.Input[str] expiration_time_utc: Expiration time of the event subscription.
|
|
178
|
+
:param pulumi.Input[Union['FiltersConfigurationArgs', 'FiltersConfigurationArgsDict']] filters_configuration: Information about the filter for the event subscription.
|
|
179
|
+
:param pulumi.Input[str] namespace_name: Name of the namespace.
|
|
180
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group within the user's subscription.
|
|
181
|
+
:param pulumi.Input[str] topic_name: Name of the namespace topic.
|
|
182
|
+
"""
|
|
183
|
+
...
|
|
184
|
+
@overload
|
|
185
|
+
def __init__(__self__,
|
|
186
|
+
resource_name: str,
|
|
187
|
+
args: NamespaceTopicEventSubscriptionArgs,
|
|
188
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
189
|
+
"""
|
|
190
|
+
Event Subscription.
|
|
191
|
+
|
|
192
|
+
:param str resource_name: The name of the resource.
|
|
193
|
+
:param NamespaceTopicEventSubscriptionArgs args: The arguments to use to populate this resource's properties.
|
|
194
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
195
|
+
"""
|
|
196
|
+
...
|
|
197
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
198
|
+
resource_args, opts = _utilities.get_resource_args_opts(NamespaceTopicEventSubscriptionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
199
|
+
if resource_args is not None:
|
|
200
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
201
|
+
else:
|
|
202
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
203
|
+
|
|
204
|
+
def _internal_init(__self__,
|
|
205
|
+
resource_name: str,
|
|
206
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
207
|
+
delivery_configuration: Optional[pulumi.Input[Union['DeliveryConfigurationArgs', 'DeliveryConfigurationArgsDict']]] = None,
|
|
208
|
+
event_delivery_schema: Optional[pulumi.Input[Union[str, 'DeliverySchema']]] = None,
|
|
209
|
+
event_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
210
|
+
expiration_time_utc: Optional[pulumi.Input[str]] = None,
|
|
211
|
+
filters_configuration: Optional[pulumi.Input[Union['FiltersConfigurationArgs', 'FiltersConfigurationArgsDict']]] = None,
|
|
212
|
+
namespace_name: Optional[pulumi.Input[str]] = None,
|
|
213
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
214
|
+
topic_name: Optional[pulumi.Input[str]] = None,
|
|
215
|
+
__props__=None):
|
|
216
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
217
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
218
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
219
|
+
if opts.id is None:
|
|
220
|
+
if __props__ is not None:
|
|
221
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
222
|
+
__props__ = NamespaceTopicEventSubscriptionArgs.__new__(NamespaceTopicEventSubscriptionArgs)
|
|
223
|
+
|
|
224
|
+
__props__.__dict__["delivery_configuration"] = delivery_configuration
|
|
225
|
+
__props__.__dict__["event_delivery_schema"] = event_delivery_schema
|
|
226
|
+
__props__.__dict__["event_subscription_name"] = event_subscription_name
|
|
227
|
+
__props__.__dict__["expiration_time_utc"] = expiration_time_utc
|
|
228
|
+
__props__.__dict__["filters_configuration"] = filters_configuration
|
|
229
|
+
if namespace_name is None and not opts.urn:
|
|
230
|
+
raise TypeError("Missing required property 'namespace_name'")
|
|
231
|
+
__props__.__dict__["namespace_name"] = namespace_name
|
|
232
|
+
if resource_group_name is None and not opts.urn:
|
|
233
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
234
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
235
|
+
if topic_name is None and not opts.urn:
|
|
236
|
+
raise TypeError("Missing required property 'topic_name'")
|
|
237
|
+
__props__.__dict__["topic_name"] = topic_name
|
|
238
|
+
__props__.__dict__["name"] = None
|
|
239
|
+
__props__.__dict__["provisioning_state"] = None
|
|
240
|
+
__props__.__dict__["system_data"] = None
|
|
241
|
+
__props__.__dict__["type"] = None
|
|
242
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:eventgrid/v20230601preview:NamespaceTopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20231215preview:NamespaceTopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20240601preview:NamespaceTopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid/v20241215preview:NamespaceTopicEventSubscription"), pulumi.Alias(type_="azure-native:eventgrid:NamespaceTopicEventSubscription")])
|
|
243
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
244
|
+
super(NamespaceTopicEventSubscription, __self__).__init__(
|
|
245
|
+
'azure-native:eventgrid/v20250215:NamespaceTopicEventSubscription',
|
|
246
|
+
resource_name,
|
|
247
|
+
__props__,
|
|
248
|
+
opts)
|
|
249
|
+
|
|
250
|
+
@staticmethod
|
|
251
|
+
def get(resource_name: str,
|
|
252
|
+
id: pulumi.Input[str],
|
|
253
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'NamespaceTopicEventSubscription':
|
|
254
|
+
"""
|
|
255
|
+
Get an existing NamespaceTopicEventSubscription resource's state with the given name, id, and optional extra
|
|
256
|
+
properties used to qualify the lookup.
|
|
257
|
+
|
|
258
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
259
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
260
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
261
|
+
"""
|
|
262
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
263
|
+
|
|
264
|
+
__props__ = NamespaceTopicEventSubscriptionArgs.__new__(NamespaceTopicEventSubscriptionArgs)
|
|
265
|
+
|
|
266
|
+
__props__.__dict__["delivery_configuration"] = None
|
|
267
|
+
__props__.__dict__["event_delivery_schema"] = None
|
|
268
|
+
__props__.__dict__["expiration_time_utc"] = None
|
|
269
|
+
__props__.__dict__["filters_configuration"] = None
|
|
270
|
+
__props__.__dict__["name"] = None
|
|
271
|
+
__props__.__dict__["provisioning_state"] = None
|
|
272
|
+
__props__.__dict__["system_data"] = None
|
|
273
|
+
__props__.__dict__["type"] = None
|
|
274
|
+
return NamespaceTopicEventSubscription(resource_name, opts=opts, __props__=__props__)
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter(name="deliveryConfiguration")
|
|
278
|
+
def delivery_configuration(self) -> pulumi.Output[Optional['outputs.DeliveryConfigurationResponse']]:
|
|
279
|
+
"""
|
|
280
|
+
Information about the delivery configuration of the event subscription.
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "delivery_configuration")
|
|
283
|
+
|
|
284
|
+
@property
|
|
285
|
+
@pulumi.getter(name="eventDeliverySchema")
|
|
286
|
+
def event_delivery_schema(self) -> pulumi.Output[Optional[str]]:
|
|
287
|
+
"""
|
|
288
|
+
The event delivery schema for the event subscription.
|
|
289
|
+
"""
|
|
290
|
+
return pulumi.get(self, "event_delivery_schema")
|
|
291
|
+
|
|
292
|
+
@property
|
|
293
|
+
@pulumi.getter(name="expirationTimeUtc")
|
|
294
|
+
def expiration_time_utc(self) -> pulumi.Output[Optional[str]]:
|
|
295
|
+
"""
|
|
296
|
+
Expiration time of the event subscription.
|
|
297
|
+
"""
|
|
298
|
+
return pulumi.get(self, "expiration_time_utc")
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
@pulumi.getter(name="filtersConfiguration")
|
|
302
|
+
def filters_configuration(self) -> pulumi.Output[Optional['outputs.FiltersConfigurationResponse']]:
|
|
303
|
+
"""
|
|
304
|
+
Information about the filter for the event subscription.
|
|
305
|
+
"""
|
|
306
|
+
return pulumi.get(self, "filters_configuration")
|
|
307
|
+
|
|
308
|
+
@property
|
|
309
|
+
@pulumi.getter
|
|
310
|
+
def name(self) -> pulumi.Output[str]:
|
|
311
|
+
"""
|
|
312
|
+
Name of the resource.
|
|
313
|
+
"""
|
|
314
|
+
return pulumi.get(self, "name")
|
|
315
|
+
|
|
316
|
+
@property
|
|
317
|
+
@pulumi.getter(name="provisioningState")
|
|
318
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
319
|
+
"""
|
|
320
|
+
Provisioning state of the event subscription.
|
|
321
|
+
"""
|
|
322
|
+
return pulumi.get(self, "provisioning_state")
|
|
323
|
+
|
|
324
|
+
@property
|
|
325
|
+
@pulumi.getter(name="systemData")
|
|
326
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
327
|
+
"""
|
|
328
|
+
The system metadata relating to the Event Grid resource.
|
|
329
|
+
"""
|
|
330
|
+
return pulumi.get(self, "system_data")
|
|
331
|
+
|
|
332
|
+
@property
|
|
333
|
+
@pulumi.getter
|
|
334
|
+
def type(self) -> pulumi.Output[str]:
|
|
335
|
+
"""
|
|
336
|
+
Type of the resource.
|
|
337
|
+
"""
|
|
338
|
+
return pulumi.get(self, "type")
|
|
339
|
+
|