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,658 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'InstancePropertiesArgs',
|
|
20
|
+
'InstancePropertiesArgsDict',
|
|
21
|
+
'LiftrBaseMarketplaceDetailsArgs',
|
|
22
|
+
'LiftrBaseMarketplaceDetailsArgsDict',
|
|
23
|
+
'LiftrBaseOfferDetailsArgs',
|
|
24
|
+
'LiftrBaseOfferDetailsArgsDict',
|
|
25
|
+
'LiftrBaseSingleSignOnPropertiesV2Args',
|
|
26
|
+
'LiftrBaseSingleSignOnPropertiesV2ArgsDict',
|
|
27
|
+
'LiftrBaseUserDetailsArgs',
|
|
28
|
+
'LiftrBaseUserDetailsArgsDict',
|
|
29
|
+
'ManagedServiceIdentityArgs',
|
|
30
|
+
'ManagedServiceIdentityArgsDict',
|
|
31
|
+
'PartnerPropertiesArgs',
|
|
32
|
+
'PartnerPropertiesArgsDict',
|
|
33
|
+
]
|
|
34
|
+
|
|
35
|
+
MYPY = False
|
|
36
|
+
|
|
37
|
+
if not MYPY:
|
|
38
|
+
class InstancePropertiesArgsDict(TypedDict):
|
|
39
|
+
"""
|
|
40
|
+
Properties specific to Instance
|
|
41
|
+
"""
|
|
42
|
+
marketplace: pulumi.Input['LiftrBaseMarketplaceDetailsArgsDict']
|
|
43
|
+
"""
|
|
44
|
+
Marketplace details of the resource.
|
|
45
|
+
"""
|
|
46
|
+
user: pulumi.Input['LiftrBaseUserDetailsArgsDict']
|
|
47
|
+
"""
|
|
48
|
+
Details of the user.
|
|
49
|
+
"""
|
|
50
|
+
partner_properties: NotRequired[pulumi.Input['PartnerPropertiesArgsDict']]
|
|
51
|
+
"""
|
|
52
|
+
partner properties
|
|
53
|
+
"""
|
|
54
|
+
single_sign_on_properties: NotRequired[pulumi.Input['LiftrBaseSingleSignOnPropertiesV2ArgsDict']]
|
|
55
|
+
"""
|
|
56
|
+
Single sign-on properties
|
|
57
|
+
"""
|
|
58
|
+
elif False:
|
|
59
|
+
InstancePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
60
|
+
|
|
61
|
+
@pulumi.input_type
|
|
62
|
+
class InstancePropertiesArgs:
|
|
63
|
+
def __init__(__self__, *,
|
|
64
|
+
marketplace: pulumi.Input['LiftrBaseMarketplaceDetailsArgs'],
|
|
65
|
+
user: pulumi.Input['LiftrBaseUserDetailsArgs'],
|
|
66
|
+
partner_properties: Optional[pulumi.Input['PartnerPropertiesArgs']] = None,
|
|
67
|
+
single_sign_on_properties: Optional[pulumi.Input['LiftrBaseSingleSignOnPropertiesV2Args']] = None):
|
|
68
|
+
"""
|
|
69
|
+
Properties specific to Instance
|
|
70
|
+
:param pulumi.Input['LiftrBaseMarketplaceDetailsArgs'] marketplace: Marketplace details of the resource.
|
|
71
|
+
:param pulumi.Input['LiftrBaseUserDetailsArgs'] user: Details of the user.
|
|
72
|
+
:param pulumi.Input['PartnerPropertiesArgs'] partner_properties: partner properties
|
|
73
|
+
:param pulumi.Input['LiftrBaseSingleSignOnPropertiesV2Args'] single_sign_on_properties: Single sign-on properties
|
|
74
|
+
"""
|
|
75
|
+
pulumi.set(__self__, "marketplace", marketplace)
|
|
76
|
+
pulumi.set(__self__, "user", user)
|
|
77
|
+
if partner_properties is not None:
|
|
78
|
+
pulumi.set(__self__, "partner_properties", partner_properties)
|
|
79
|
+
if single_sign_on_properties is not None:
|
|
80
|
+
pulumi.set(__self__, "single_sign_on_properties", single_sign_on_properties)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def marketplace(self) -> pulumi.Input['LiftrBaseMarketplaceDetailsArgs']:
|
|
85
|
+
"""
|
|
86
|
+
Marketplace details of the resource.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "marketplace")
|
|
89
|
+
|
|
90
|
+
@marketplace.setter
|
|
91
|
+
def marketplace(self, value: pulumi.Input['LiftrBaseMarketplaceDetailsArgs']):
|
|
92
|
+
pulumi.set(self, "marketplace", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def user(self) -> pulumi.Input['LiftrBaseUserDetailsArgs']:
|
|
97
|
+
"""
|
|
98
|
+
Details of the user.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "user")
|
|
101
|
+
|
|
102
|
+
@user.setter
|
|
103
|
+
def user(self, value: pulumi.Input['LiftrBaseUserDetailsArgs']):
|
|
104
|
+
pulumi.set(self, "user", value)
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="partnerProperties")
|
|
108
|
+
def partner_properties(self) -> Optional[pulumi.Input['PartnerPropertiesArgs']]:
|
|
109
|
+
"""
|
|
110
|
+
partner properties
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "partner_properties")
|
|
113
|
+
|
|
114
|
+
@partner_properties.setter
|
|
115
|
+
def partner_properties(self, value: Optional[pulumi.Input['PartnerPropertiesArgs']]):
|
|
116
|
+
pulumi.set(self, "partner_properties", value)
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="singleSignOnProperties")
|
|
120
|
+
def single_sign_on_properties(self) -> Optional[pulumi.Input['LiftrBaseSingleSignOnPropertiesV2Args']]:
|
|
121
|
+
"""
|
|
122
|
+
Single sign-on properties
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "single_sign_on_properties")
|
|
125
|
+
|
|
126
|
+
@single_sign_on_properties.setter
|
|
127
|
+
def single_sign_on_properties(self, value: Optional[pulumi.Input['LiftrBaseSingleSignOnPropertiesV2Args']]):
|
|
128
|
+
pulumi.set(self, "single_sign_on_properties", value)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
if not MYPY:
|
|
132
|
+
class LiftrBaseMarketplaceDetailsArgsDict(TypedDict):
|
|
133
|
+
"""
|
|
134
|
+
Marketplace details for an organization
|
|
135
|
+
"""
|
|
136
|
+
offer_details: pulumi.Input['LiftrBaseOfferDetailsArgsDict']
|
|
137
|
+
"""
|
|
138
|
+
Offer details for the marketplace that is selected by the user
|
|
139
|
+
"""
|
|
140
|
+
subscription_id: NotRequired[pulumi.Input[str]]
|
|
141
|
+
"""
|
|
142
|
+
Azure subscription id for the the marketplace offer is purchased from
|
|
143
|
+
"""
|
|
144
|
+
elif False:
|
|
145
|
+
LiftrBaseMarketplaceDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
146
|
+
|
|
147
|
+
@pulumi.input_type
|
|
148
|
+
class LiftrBaseMarketplaceDetailsArgs:
|
|
149
|
+
def __init__(__self__, *,
|
|
150
|
+
offer_details: pulumi.Input['LiftrBaseOfferDetailsArgs'],
|
|
151
|
+
subscription_id: Optional[pulumi.Input[str]] = None):
|
|
152
|
+
"""
|
|
153
|
+
Marketplace details for an organization
|
|
154
|
+
:param pulumi.Input['LiftrBaseOfferDetailsArgs'] offer_details: Offer details for the marketplace that is selected by the user
|
|
155
|
+
:param pulumi.Input[str] subscription_id: Azure subscription id for the the marketplace offer is purchased from
|
|
156
|
+
"""
|
|
157
|
+
pulumi.set(__self__, "offer_details", offer_details)
|
|
158
|
+
if subscription_id is not None:
|
|
159
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="offerDetails")
|
|
163
|
+
def offer_details(self) -> pulumi.Input['LiftrBaseOfferDetailsArgs']:
|
|
164
|
+
"""
|
|
165
|
+
Offer details for the marketplace that is selected by the user
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "offer_details")
|
|
168
|
+
|
|
169
|
+
@offer_details.setter
|
|
170
|
+
def offer_details(self, value: pulumi.Input['LiftrBaseOfferDetailsArgs']):
|
|
171
|
+
pulumi.set(self, "offer_details", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="subscriptionId")
|
|
175
|
+
def subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
176
|
+
"""
|
|
177
|
+
Azure subscription id for the the marketplace offer is purchased from
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "subscription_id")
|
|
180
|
+
|
|
181
|
+
@subscription_id.setter
|
|
182
|
+
def subscription_id(self, value: Optional[pulumi.Input[str]]):
|
|
183
|
+
pulumi.set(self, "subscription_id", value)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
if not MYPY:
|
|
187
|
+
class LiftrBaseOfferDetailsArgsDict(TypedDict):
|
|
188
|
+
"""
|
|
189
|
+
Offer details for the marketplace that is selected by the user
|
|
190
|
+
"""
|
|
191
|
+
offer_id: pulumi.Input[str]
|
|
192
|
+
"""
|
|
193
|
+
Offer Id for the marketplace offer
|
|
194
|
+
"""
|
|
195
|
+
plan_id: pulumi.Input[str]
|
|
196
|
+
"""
|
|
197
|
+
Plan Id for the marketplace offer
|
|
198
|
+
"""
|
|
199
|
+
publisher_id: pulumi.Input[str]
|
|
200
|
+
"""
|
|
201
|
+
Publisher Id for the marketplace offer
|
|
202
|
+
"""
|
|
203
|
+
plan_name: NotRequired[pulumi.Input[str]]
|
|
204
|
+
"""
|
|
205
|
+
Plan Name for the marketplace offer
|
|
206
|
+
"""
|
|
207
|
+
term_id: NotRequired[pulumi.Input[str]]
|
|
208
|
+
"""
|
|
209
|
+
Plan Display Name for the marketplace offer
|
|
210
|
+
"""
|
|
211
|
+
term_unit: NotRequired[pulumi.Input[str]]
|
|
212
|
+
"""
|
|
213
|
+
Plan Display Name for the marketplace offer
|
|
214
|
+
"""
|
|
215
|
+
elif False:
|
|
216
|
+
LiftrBaseOfferDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
217
|
+
|
|
218
|
+
@pulumi.input_type
|
|
219
|
+
class LiftrBaseOfferDetailsArgs:
|
|
220
|
+
def __init__(__self__, *,
|
|
221
|
+
offer_id: pulumi.Input[str],
|
|
222
|
+
plan_id: pulumi.Input[str],
|
|
223
|
+
publisher_id: pulumi.Input[str],
|
|
224
|
+
plan_name: Optional[pulumi.Input[str]] = None,
|
|
225
|
+
term_id: Optional[pulumi.Input[str]] = None,
|
|
226
|
+
term_unit: Optional[pulumi.Input[str]] = None):
|
|
227
|
+
"""
|
|
228
|
+
Offer details for the marketplace that is selected by the user
|
|
229
|
+
:param pulumi.Input[str] offer_id: Offer Id for the marketplace offer
|
|
230
|
+
:param pulumi.Input[str] plan_id: Plan Id for the marketplace offer
|
|
231
|
+
:param pulumi.Input[str] publisher_id: Publisher Id for the marketplace offer
|
|
232
|
+
:param pulumi.Input[str] plan_name: Plan Name for the marketplace offer
|
|
233
|
+
:param pulumi.Input[str] term_id: Plan Display Name for the marketplace offer
|
|
234
|
+
:param pulumi.Input[str] term_unit: Plan Display Name for the marketplace offer
|
|
235
|
+
"""
|
|
236
|
+
pulumi.set(__self__, "offer_id", offer_id)
|
|
237
|
+
pulumi.set(__self__, "plan_id", plan_id)
|
|
238
|
+
pulumi.set(__self__, "publisher_id", publisher_id)
|
|
239
|
+
if plan_name is not None:
|
|
240
|
+
pulumi.set(__self__, "plan_name", plan_name)
|
|
241
|
+
if term_id is not None:
|
|
242
|
+
pulumi.set(__self__, "term_id", term_id)
|
|
243
|
+
if term_unit is not None:
|
|
244
|
+
pulumi.set(__self__, "term_unit", term_unit)
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter(name="offerId")
|
|
248
|
+
def offer_id(self) -> pulumi.Input[str]:
|
|
249
|
+
"""
|
|
250
|
+
Offer Id for the marketplace offer
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "offer_id")
|
|
253
|
+
|
|
254
|
+
@offer_id.setter
|
|
255
|
+
def offer_id(self, value: pulumi.Input[str]):
|
|
256
|
+
pulumi.set(self, "offer_id", value)
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="planId")
|
|
260
|
+
def plan_id(self) -> pulumi.Input[str]:
|
|
261
|
+
"""
|
|
262
|
+
Plan Id for the marketplace offer
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "plan_id")
|
|
265
|
+
|
|
266
|
+
@plan_id.setter
|
|
267
|
+
def plan_id(self, value: pulumi.Input[str]):
|
|
268
|
+
pulumi.set(self, "plan_id", value)
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter(name="publisherId")
|
|
272
|
+
def publisher_id(self) -> pulumi.Input[str]:
|
|
273
|
+
"""
|
|
274
|
+
Publisher Id for the marketplace offer
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "publisher_id")
|
|
277
|
+
|
|
278
|
+
@publisher_id.setter
|
|
279
|
+
def publisher_id(self, value: pulumi.Input[str]):
|
|
280
|
+
pulumi.set(self, "publisher_id", value)
|
|
281
|
+
|
|
282
|
+
@property
|
|
283
|
+
@pulumi.getter(name="planName")
|
|
284
|
+
def plan_name(self) -> Optional[pulumi.Input[str]]:
|
|
285
|
+
"""
|
|
286
|
+
Plan Name for the marketplace offer
|
|
287
|
+
"""
|
|
288
|
+
return pulumi.get(self, "plan_name")
|
|
289
|
+
|
|
290
|
+
@plan_name.setter
|
|
291
|
+
def plan_name(self, value: Optional[pulumi.Input[str]]):
|
|
292
|
+
pulumi.set(self, "plan_name", value)
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
@pulumi.getter(name="termId")
|
|
296
|
+
def term_id(self) -> Optional[pulumi.Input[str]]:
|
|
297
|
+
"""
|
|
298
|
+
Plan Display Name for the marketplace offer
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "term_id")
|
|
301
|
+
|
|
302
|
+
@term_id.setter
|
|
303
|
+
def term_id(self, value: Optional[pulumi.Input[str]]):
|
|
304
|
+
pulumi.set(self, "term_id", value)
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter(name="termUnit")
|
|
308
|
+
def term_unit(self) -> Optional[pulumi.Input[str]]:
|
|
309
|
+
"""
|
|
310
|
+
Plan Display Name for the marketplace offer
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "term_unit")
|
|
313
|
+
|
|
314
|
+
@term_unit.setter
|
|
315
|
+
def term_unit(self, value: Optional[pulumi.Input[str]]):
|
|
316
|
+
pulumi.set(self, "term_unit", value)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
if not MYPY:
|
|
320
|
+
class LiftrBaseSingleSignOnPropertiesV2ArgsDict(TypedDict):
|
|
321
|
+
"""
|
|
322
|
+
Properties specific to Single Sign On Resource
|
|
323
|
+
"""
|
|
324
|
+
type: pulumi.Input[Union[str, 'SingleSignOnType']]
|
|
325
|
+
"""
|
|
326
|
+
Type of Single Sign-On mechanism being used
|
|
327
|
+
"""
|
|
328
|
+
aad_domains: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
329
|
+
"""
|
|
330
|
+
List of AAD domains fetched from Microsoft Graph for user.
|
|
331
|
+
"""
|
|
332
|
+
enterprise_app_id: NotRequired[pulumi.Input[str]]
|
|
333
|
+
"""
|
|
334
|
+
AAD enterprise application Id used to setup SSO
|
|
335
|
+
"""
|
|
336
|
+
state: NotRequired[pulumi.Input[Union[str, 'SingleSignOnStates']]]
|
|
337
|
+
"""
|
|
338
|
+
State of the Single Sign On for the resource
|
|
339
|
+
"""
|
|
340
|
+
url: NotRequired[pulumi.Input[str]]
|
|
341
|
+
"""
|
|
342
|
+
URL for SSO to be used by the partner to redirect the user to their system
|
|
343
|
+
"""
|
|
344
|
+
elif False:
|
|
345
|
+
LiftrBaseSingleSignOnPropertiesV2ArgsDict: TypeAlias = Mapping[str, Any]
|
|
346
|
+
|
|
347
|
+
@pulumi.input_type
|
|
348
|
+
class LiftrBaseSingleSignOnPropertiesV2Args:
|
|
349
|
+
def __init__(__self__, *,
|
|
350
|
+
type: pulumi.Input[Union[str, 'SingleSignOnType']],
|
|
351
|
+
aad_domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
352
|
+
enterprise_app_id: Optional[pulumi.Input[str]] = None,
|
|
353
|
+
state: Optional[pulumi.Input[Union[str, 'SingleSignOnStates']]] = None,
|
|
354
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
355
|
+
"""
|
|
356
|
+
Properties specific to Single Sign On Resource
|
|
357
|
+
:param pulumi.Input[Union[str, 'SingleSignOnType']] type: Type of Single Sign-On mechanism being used
|
|
358
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] aad_domains: List of AAD domains fetched from Microsoft Graph for user.
|
|
359
|
+
:param pulumi.Input[str] enterprise_app_id: AAD enterprise application Id used to setup SSO
|
|
360
|
+
:param pulumi.Input[Union[str, 'SingleSignOnStates']] state: State of the Single Sign On for the resource
|
|
361
|
+
:param pulumi.Input[str] url: URL for SSO to be used by the partner to redirect the user to their system
|
|
362
|
+
"""
|
|
363
|
+
pulumi.set(__self__, "type", type)
|
|
364
|
+
if aad_domains is not None:
|
|
365
|
+
pulumi.set(__self__, "aad_domains", aad_domains)
|
|
366
|
+
if enterprise_app_id is not None:
|
|
367
|
+
pulumi.set(__self__, "enterprise_app_id", enterprise_app_id)
|
|
368
|
+
if state is not None:
|
|
369
|
+
pulumi.set(__self__, "state", state)
|
|
370
|
+
if url is not None:
|
|
371
|
+
pulumi.set(__self__, "url", url)
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter
|
|
375
|
+
def type(self) -> pulumi.Input[Union[str, 'SingleSignOnType']]:
|
|
376
|
+
"""
|
|
377
|
+
Type of Single Sign-On mechanism being used
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "type")
|
|
380
|
+
|
|
381
|
+
@type.setter
|
|
382
|
+
def type(self, value: pulumi.Input[Union[str, 'SingleSignOnType']]):
|
|
383
|
+
pulumi.set(self, "type", value)
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="aadDomains")
|
|
387
|
+
def aad_domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
388
|
+
"""
|
|
389
|
+
List of AAD domains fetched from Microsoft Graph for user.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "aad_domains")
|
|
392
|
+
|
|
393
|
+
@aad_domains.setter
|
|
394
|
+
def aad_domains(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
395
|
+
pulumi.set(self, "aad_domains", value)
|
|
396
|
+
|
|
397
|
+
@property
|
|
398
|
+
@pulumi.getter(name="enterpriseAppId")
|
|
399
|
+
def enterprise_app_id(self) -> Optional[pulumi.Input[str]]:
|
|
400
|
+
"""
|
|
401
|
+
AAD enterprise application Id used to setup SSO
|
|
402
|
+
"""
|
|
403
|
+
return pulumi.get(self, "enterprise_app_id")
|
|
404
|
+
|
|
405
|
+
@enterprise_app_id.setter
|
|
406
|
+
def enterprise_app_id(self, value: Optional[pulumi.Input[str]]):
|
|
407
|
+
pulumi.set(self, "enterprise_app_id", value)
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter
|
|
411
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'SingleSignOnStates']]]:
|
|
412
|
+
"""
|
|
413
|
+
State of the Single Sign On for the resource
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "state")
|
|
416
|
+
|
|
417
|
+
@state.setter
|
|
418
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'SingleSignOnStates']]]):
|
|
419
|
+
pulumi.set(self, "state", value)
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter
|
|
423
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
424
|
+
"""
|
|
425
|
+
URL for SSO to be used by the partner to redirect the user to their system
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "url")
|
|
428
|
+
|
|
429
|
+
@url.setter
|
|
430
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
431
|
+
pulumi.set(self, "url", value)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
if not MYPY:
|
|
435
|
+
class LiftrBaseUserDetailsArgsDict(TypedDict):
|
|
436
|
+
"""
|
|
437
|
+
User details for an organization
|
|
438
|
+
"""
|
|
439
|
+
email_address: NotRequired[pulumi.Input[str]]
|
|
440
|
+
"""
|
|
441
|
+
Email address of the user
|
|
442
|
+
"""
|
|
443
|
+
first_name: NotRequired[pulumi.Input[str]]
|
|
444
|
+
"""
|
|
445
|
+
First name of the user
|
|
446
|
+
"""
|
|
447
|
+
last_name: NotRequired[pulumi.Input[str]]
|
|
448
|
+
"""
|
|
449
|
+
Last name of the user
|
|
450
|
+
"""
|
|
451
|
+
phone_number: NotRequired[pulumi.Input[str]]
|
|
452
|
+
"""
|
|
453
|
+
User's phone number
|
|
454
|
+
"""
|
|
455
|
+
upn: NotRequired[pulumi.Input[str]]
|
|
456
|
+
"""
|
|
457
|
+
User's principal name
|
|
458
|
+
"""
|
|
459
|
+
elif False:
|
|
460
|
+
LiftrBaseUserDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
461
|
+
|
|
462
|
+
@pulumi.input_type
|
|
463
|
+
class LiftrBaseUserDetailsArgs:
|
|
464
|
+
def __init__(__self__, *,
|
|
465
|
+
email_address: Optional[pulumi.Input[str]] = None,
|
|
466
|
+
first_name: Optional[pulumi.Input[str]] = None,
|
|
467
|
+
last_name: Optional[pulumi.Input[str]] = None,
|
|
468
|
+
phone_number: Optional[pulumi.Input[str]] = None,
|
|
469
|
+
upn: Optional[pulumi.Input[str]] = None):
|
|
470
|
+
"""
|
|
471
|
+
User details for an organization
|
|
472
|
+
:param pulumi.Input[str] email_address: Email address of the user
|
|
473
|
+
:param pulumi.Input[str] first_name: First name of the user
|
|
474
|
+
:param pulumi.Input[str] last_name: Last name of the user
|
|
475
|
+
:param pulumi.Input[str] phone_number: User's phone number
|
|
476
|
+
:param pulumi.Input[str] upn: User's principal name
|
|
477
|
+
"""
|
|
478
|
+
if email_address is not None:
|
|
479
|
+
pulumi.set(__self__, "email_address", email_address)
|
|
480
|
+
if first_name is not None:
|
|
481
|
+
pulumi.set(__self__, "first_name", first_name)
|
|
482
|
+
if last_name is not None:
|
|
483
|
+
pulumi.set(__self__, "last_name", last_name)
|
|
484
|
+
if phone_number is not None:
|
|
485
|
+
pulumi.set(__self__, "phone_number", phone_number)
|
|
486
|
+
if upn is not None:
|
|
487
|
+
pulumi.set(__self__, "upn", upn)
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
@pulumi.getter(name="emailAddress")
|
|
491
|
+
def email_address(self) -> Optional[pulumi.Input[str]]:
|
|
492
|
+
"""
|
|
493
|
+
Email address of the user
|
|
494
|
+
"""
|
|
495
|
+
return pulumi.get(self, "email_address")
|
|
496
|
+
|
|
497
|
+
@email_address.setter
|
|
498
|
+
def email_address(self, value: Optional[pulumi.Input[str]]):
|
|
499
|
+
pulumi.set(self, "email_address", value)
|
|
500
|
+
|
|
501
|
+
@property
|
|
502
|
+
@pulumi.getter(name="firstName")
|
|
503
|
+
def first_name(self) -> Optional[pulumi.Input[str]]:
|
|
504
|
+
"""
|
|
505
|
+
First name of the user
|
|
506
|
+
"""
|
|
507
|
+
return pulumi.get(self, "first_name")
|
|
508
|
+
|
|
509
|
+
@first_name.setter
|
|
510
|
+
def first_name(self, value: Optional[pulumi.Input[str]]):
|
|
511
|
+
pulumi.set(self, "first_name", value)
|
|
512
|
+
|
|
513
|
+
@property
|
|
514
|
+
@pulumi.getter(name="lastName")
|
|
515
|
+
def last_name(self) -> Optional[pulumi.Input[str]]:
|
|
516
|
+
"""
|
|
517
|
+
Last name of the user
|
|
518
|
+
"""
|
|
519
|
+
return pulumi.get(self, "last_name")
|
|
520
|
+
|
|
521
|
+
@last_name.setter
|
|
522
|
+
def last_name(self, value: Optional[pulumi.Input[str]]):
|
|
523
|
+
pulumi.set(self, "last_name", value)
|
|
524
|
+
|
|
525
|
+
@property
|
|
526
|
+
@pulumi.getter(name="phoneNumber")
|
|
527
|
+
def phone_number(self) -> Optional[pulumi.Input[str]]:
|
|
528
|
+
"""
|
|
529
|
+
User's phone number
|
|
530
|
+
"""
|
|
531
|
+
return pulumi.get(self, "phone_number")
|
|
532
|
+
|
|
533
|
+
@phone_number.setter
|
|
534
|
+
def phone_number(self, value: Optional[pulumi.Input[str]]):
|
|
535
|
+
pulumi.set(self, "phone_number", value)
|
|
536
|
+
|
|
537
|
+
@property
|
|
538
|
+
@pulumi.getter
|
|
539
|
+
def upn(self) -> Optional[pulumi.Input[str]]:
|
|
540
|
+
"""
|
|
541
|
+
User's principal name
|
|
542
|
+
"""
|
|
543
|
+
return pulumi.get(self, "upn")
|
|
544
|
+
|
|
545
|
+
@upn.setter
|
|
546
|
+
def upn(self, value: Optional[pulumi.Input[str]]):
|
|
547
|
+
pulumi.set(self, "upn", value)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
if not MYPY:
|
|
551
|
+
class ManagedServiceIdentityArgsDict(TypedDict):
|
|
552
|
+
"""
|
|
553
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
554
|
+
"""
|
|
555
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
|
|
556
|
+
"""
|
|
557
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
558
|
+
"""
|
|
559
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
560
|
+
"""
|
|
561
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
562
|
+
"""
|
|
563
|
+
elif False:
|
|
564
|
+
ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
565
|
+
|
|
566
|
+
@pulumi.input_type
|
|
567
|
+
class ManagedServiceIdentityArgs:
|
|
568
|
+
def __init__(__self__, *,
|
|
569
|
+
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
570
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
571
|
+
"""
|
|
572
|
+
Managed service identity (system assigned and/or user assigned identities)
|
|
573
|
+
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
574
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
575
|
+
"""
|
|
576
|
+
pulumi.set(__self__, "type", type)
|
|
577
|
+
if user_assigned_identities is not None:
|
|
578
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter
|
|
582
|
+
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
583
|
+
"""
|
|
584
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "type")
|
|
587
|
+
|
|
588
|
+
@type.setter
|
|
589
|
+
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
590
|
+
pulumi.set(self, "type", value)
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
594
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
595
|
+
"""
|
|
596
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
599
|
+
|
|
600
|
+
@user_assigned_identities.setter
|
|
601
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
602
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
if not MYPY:
|
|
606
|
+
class PartnerPropertiesArgsDict(TypedDict):
|
|
607
|
+
"""
|
|
608
|
+
Partner's specific Properties
|
|
609
|
+
"""
|
|
610
|
+
region: pulumi.Input[Union[str, 'Region']]
|
|
611
|
+
"""
|
|
612
|
+
The region of the instance
|
|
613
|
+
"""
|
|
614
|
+
subdomain: pulumi.Input[str]
|
|
615
|
+
"""
|
|
616
|
+
The subdomain of the instance
|
|
617
|
+
"""
|
|
618
|
+
elif False:
|
|
619
|
+
PartnerPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
620
|
+
|
|
621
|
+
@pulumi.input_type
|
|
622
|
+
class PartnerPropertiesArgs:
|
|
623
|
+
def __init__(__self__, *,
|
|
624
|
+
region: pulumi.Input[Union[str, 'Region']],
|
|
625
|
+
subdomain: pulumi.Input[str]):
|
|
626
|
+
"""
|
|
627
|
+
Partner's specific Properties
|
|
628
|
+
:param pulumi.Input[Union[str, 'Region']] region: The region of the instance
|
|
629
|
+
:param pulumi.Input[str] subdomain: The subdomain of the instance
|
|
630
|
+
"""
|
|
631
|
+
pulumi.set(__self__, "region", region)
|
|
632
|
+
pulumi.set(__self__, "subdomain", subdomain)
|
|
633
|
+
|
|
634
|
+
@property
|
|
635
|
+
@pulumi.getter
|
|
636
|
+
def region(self) -> pulumi.Input[Union[str, 'Region']]:
|
|
637
|
+
"""
|
|
638
|
+
The region of the instance
|
|
639
|
+
"""
|
|
640
|
+
return pulumi.get(self, "region")
|
|
641
|
+
|
|
642
|
+
@region.setter
|
|
643
|
+
def region(self, value: pulumi.Input[Union[str, 'Region']]):
|
|
644
|
+
pulumi.set(self, "region", value)
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
@pulumi.getter
|
|
648
|
+
def subdomain(self) -> pulumi.Input[str]:
|
|
649
|
+
"""
|
|
650
|
+
The subdomain of the instance
|
|
651
|
+
"""
|
|
652
|
+
return pulumi.get(self, "subdomain")
|
|
653
|
+
|
|
654
|
+
@subdomain.setter
|
|
655
|
+
def subdomain(self, value: pulumi.Input[str]):
|
|
656
|
+
pulumi.set(self, "subdomain", value)
|
|
657
|
+
|
|
658
|
+
|