pulumi-azure-native 3.6.0a1749688449__py3-none-any.whl → 3.6.0a1754062012__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 +97 -29
- pulumi_azure_native/aad/domain_service.py +5 -1
- pulumi_azure_native/aad/get_domain_service.py +4 -0
- pulumi_azure_native/aad/get_ou_container.py +4 -0
- pulumi_azure_native/aad/ou_container.py +5 -1
- pulumi_azure_native/advisor/assessment.py +3 -3
- pulumi_azure_native/advisor/get_assessment.py +2 -2
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/app/_enums.py +15 -13
- pulumi_azure_native/app/_inputs.py +616 -343
- pulumi_azure_native/app/certificate.py +4 -4
- pulumi_azure_native/app/connected_environment.py +4 -4
- pulumi_azure_native/app/connected_environments_certificate.py +4 -4
- pulumi_azure_native/app/connected_environments_dapr_component.py +4 -4
- pulumi_azure_native/app/connected_environments_storage.py +4 -4
- pulumi_azure_native/app/container_app.py +14 -4
- pulumi_azure_native/app/container_apps_auth_config.py +4 -4
- pulumi_azure_native/app/container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/container_apps_source_control.py +4 -4
- pulumi_azure_native/app/dapr_component.py +4 -4
- pulumi_azure_native/app/get_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environment.py +5 -5
- pulumi_azure_native/app/get_connected_environments_certificate.py +5 -5
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +5 -5
- pulumi_azure_native/app/get_connected_environments_storage.py +5 -5
- pulumi_azure_native/app/get_container_app.py +20 -6
- pulumi_azure_native/app/get_container_app_auth_token.py +5 -5
- pulumi_azure_native/app/get_container_apps_auth_config.py +5 -5
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
- pulumi_azure_native/app/get_container_apps_source_control.py +5 -5
- pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
- pulumi_azure_native/app/get_dapr_component.py +5 -5
- pulumi_azure_native/app/get_java_component.py +4 -4
- pulumi_azure_native/app/get_job.py +5 -5
- pulumi_azure_native/app/get_managed_certificate.py +5 -5
- pulumi_azure_native/app/get_managed_environment.py +20 -6
- pulumi_azure_native/app/get_managed_environment_auth_token.py +5 -5
- pulumi_azure_native/app/get_managed_environments_storage.py +5 -5
- pulumi_azure_native/app/java_component.py +11 -11
- pulumi_azure_native/app/job.py +4 -4
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
- pulumi_azure_native/app/list_container_app_secrets.py +4 -4
- pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
- pulumi_azure_native/app/list_job_secrets.py +4 -4
- pulumi_azure_native/app/managed_certificate.py +4 -4
- pulumi_azure_native/app/managed_environment.py +34 -4
- pulumi_azure_native/app/managed_environments_storage.py +4 -4
- pulumi_azure_native/app/outputs.py +460 -293
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/azuredatatransfer/__init__.py +1 -0
- pulumi_azure_native/azuredatatransfer/connection.py +3 -3
- pulumi_azure_native/azuredatatransfer/flow.py +3 -3
- pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
- pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +102 -0
- pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
- pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
- pulumi_azure_native/azuredatatransfer/outputs.py +347 -4
- pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +3 -3
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/botservice/_inputs.py +62 -59
- pulumi_azure_native/botservice/bot.py +24 -14
- pulumi_azure_native/botservice/bot_connection.py +15 -5
- pulumi_azure_native/botservice/channel.py +24 -14
- pulumi_azure_native/botservice/get_bot.py +23 -9
- pulumi_azure_native/botservice/get_bot_connection.py +20 -6
- pulumi_azure_native/botservice/get_channel.py +23 -9
- pulumi_azure_native/botservice/get_private_endpoint_connection.py +17 -3
- pulumi_azure_native/botservice/list_bot_connection_with_secrets.py +20 -6
- pulumi_azure_native/botservice/list_channel_with_keys.py +23 -9
- pulumi_azure_native/botservice/outputs.py +354 -201
- pulumi_azure_native/botservice/private_endpoint_connection.py +13 -3
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
- pulumi_azure_native/cloudhealth/__init__.py +23 -0
- pulumi_azure_native/cloudhealth/_enums.py +244 -0
- pulumi_azure_native/cloudhealth/_inputs.py +2241 -0
- pulumi_azure_native/cloudhealth/authentication_setting.py +236 -0
- pulumi_azure_native/cloudhealth/discovery_rule.py +237 -0
- pulumi_azure_native/cloudhealth/entity.py +237 -0
- pulumi_azure_native/cloudhealth/get_authentication_setting.py +168 -0
- pulumi_azure_native/cloudhealth/get_discovery_rule.py +168 -0
- pulumi_azure_native/cloudhealth/get_entity.py +168 -0
- pulumi_azure_native/cloudhealth/get_health_model.py +204 -0
- pulumi_azure_native/cloudhealth/get_relationship.py +168 -0
- pulumi_azure_native/cloudhealth/get_signal_definition.py +168 -0
- pulumi_azure_native/cloudhealth/health_model.py +303 -0
- pulumi_azure_native/cloudhealth/outputs.py +2267 -0
- pulumi_azure_native/cloudhealth/relationship.py +236 -0
- pulumi_azure_native/cloudhealth/signal_definition.py +237 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/account_connection.py +5 -1
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +4 -0
- pulumi_azure_native/cognitiveservices/get_account_connection.py +4 -0
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project.py +4 -0
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +4 -0
- pulumi_azure_native/cognitiveservices/get_project_connection.py +4 -0
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +5 -1
- pulumi_azure_native/cognitiveservices/project_capability_host.py +5 -1
- pulumi_azure_native/cognitiveservices/project_connection.py +5 -1
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- 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_smtp_username.py +4 -0
- pulumi_azure_native/communication/get_suppression_list.py +2 -2
- pulumi_azure_native/communication/get_suppression_list_address.py +2 -2
- pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
- pulumi_azure_native/communication/sender_username.py +3 -3
- pulumi_azure_native/communication/smtp_username.py +5 -1
- pulumi_azure_native/communication/suppression_list.py +3 -3
- pulumi_azure_native/communication/suppression_list_address.py +3 -3
- pulumi_azure_native/compute/_enums.py +12 -12
- pulumi_azure_native/compute/_inputs.py +135 -128
- pulumi_azure_native/compute/availability_set.py +23 -13
- pulumi_azure_native/compute/capacity_reservation.py +27 -17
- pulumi_azure_native/compute/capacity_reservation_group.py +27 -17
- pulumi_azure_native/compute/dedicated_host.py +26 -16
- pulumi_azure_native/compute/dedicated_host_group.py +28 -18
- pulumi_azure_native/compute/disk.py +34 -24
- pulumi_azure_native/compute/disk_access.py +26 -16
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +18 -8
- pulumi_azure_native/compute/disk_encryption_set.py +26 -16
- pulumi_azure_native/compute/gallery.py +26 -16
- pulumi_azure_native/compute/gallery_application.py +29 -19
- pulumi_azure_native/compute/gallery_application_version.py +32 -22
- pulumi_azure_native/compute/gallery_image.py +29 -19
- pulumi_azure_native/compute/gallery_image_version.py +32 -22
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +29 -19
- pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +32 -22
- pulumi_azure_native/compute/get_availability_set.py +22 -8
- pulumi_azure_native/compute/get_capacity_reservation.py +23 -9
- pulumi_azure_native/compute/get_capacity_reservation_group.py +23 -9
- pulumi_azure_native/compute/get_dedicated_host.py +22 -8
- pulumi_azure_native/compute/get_dedicated_host_group.py +24 -10
- pulumi_azure_native/compute/get_disk.py +25 -11
- pulumi_azure_native/compute/get_disk_access.py +24 -10
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +22 -8
- pulumi_azure_native/compute/get_disk_encryption_set.py +24 -10
- pulumi_azure_native/compute/get_gallery.py +22 -8
- pulumi_azure_native/compute/get_gallery_application.py +24 -10
- pulumi_azure_native/compute/get_gallery_application_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_image.py +24 -10
- pulumi_azure_native/compute/get_gallery_image_version.py +26 -12
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +24 -10
- pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +26 -12
- pulumi_azure_native/compute/get_image.py +22 -8
- pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
- pulumi_azure_native/compute/get_proximity_placement_group.py +24 -10
- pulumi_azure_native/compute/get_restore_point.py +20 -6
- pulumi_azure_native/compute/get_restore_point_collection.py +22 -8
- pulumi_azure_native/compute/get_snapshot.py +25 -11
- pulumi_azure_native/compute/get_ssh_public_key.py +23 -8
- pulumi_azure_native/compute/get_virtual_machine.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_extension.py +25 -11
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +31 -17
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +23 -9
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +5 -5
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +24 -10
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +33 -19
- pulumi_azure_native/compute/image.py +23 -13
- pulumi_azure_native/compute/outputs.py +269 -169
- pulumi_azure_native/compute/proximity_placement_group.py +28 -18
- pulumi_azure_native/compute/restore_point.py +15 -5
- pulumi_azure_native/compute/restore_point_collection.py +23 -13
- pulumi_azure_native/compute/snapshot.py +34 -24
- pulumi_azure_native/compute/ssh_public_key.py +24 -13
- pulumi_azure_native/compute/virtual_machine.py +27 -17
- pulumi_azure_native/compute/virtual_machine_extension.py +27 -17
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +46 -44
- pulumi_azure_native/compute/virtual_machine_scale_set.py +30 -20
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +10 -10
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +26 -16
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +4 -4
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +49 -47
- pulumi_azure_native/computeschedule/__init__.py +13 -0
- pulumi_azure_native/computeschedule/_enums.py +210 -0
- pulumi_azure_native/computeschedule/_inputs.py +544 -0
- pulumi_azure_native/computeschedule/get_scheduled_action.py +190 -0
- pulumi_azure_native/computeschedule/outputs.py +553 -0
- pulumi_azure_native/computeschedule/scheduled_action.py +274 -0
- pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
- pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
- pulumi_azure_native/confidentialledger/ledger.py +3 -3
- pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
- pulumi_azure_native/confluent/_inputs.py +6 -6
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +11 -11
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +23 -9
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +23 -9
- pulumi_azure_native/confluent/get_topic.py +20 -6
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +4 -4
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +4 -4
- pulumi_azure_native/confluent/list_access_users.py +4 -4
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +15 -15
- pulumi_azure_native/confluent/organization_cluster_by_id.py +17 -65
- pulumi_azure_native/confluent/organization_environment_by_id.py +17 -65
- pulumi_azure_native/confluent/outputs.py +6 -6
- pulumi_azure_native/confluent/topic.py +12 -2
- pulumi_azure_native/connectedcache/__init__.py +5 -0
- pulumi_azure_native/connectedcache/_inputs.py +6 -6
- pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +5 -1
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_tls_certificate_history.py +182 -0
- pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +4 -0
- pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
- pulumi_azure_native/connectedcache/get_isp_customer.py +4 -0
- pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +5 -1
- pulumi_azure_native/connectedcache/isp_customer.py +5 -1
- pulumi_azure_native/connectedcache/outputs.py +508 -4
- pulumi_azure_native/containerregistry/archife.py +3 -3
- pulumi_azure_native/containerregistry/archive_version.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/get_archife.py +2 -2
- pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
- pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +5 -0
- pulumi_azure_native/containerservice/_enums.py +16 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/deployment_safeguard.py +259 -0
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_deployment_safeguard.py +216 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +214 -0
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +102 -0
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +309 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/cosmosdb/_inputs.py +58 -0
- pulumi_azure_native/cosmosdb/fleetspace_account.py +31 -59
- pulumi_azure_native/cosmosdb/get_fleetspace_account.py +15 -29
- pulumi_azure_native/cosmosdb/outputs.py +55 -0
- pulumi_azure_native/dashboard/__init__.py +2 -0
- pulumi_azure_native/dashboard/dashboard.py +253 -0
- pulumi_azure_native/{media/get_track.py → dashboard/get_dashboard.py} +67 -55
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +3 -3
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +392 -54
- pulumi_azure_native/datafactory/outputs.py +262 -22
- pulumi_azure_native/datafactory/pipeline.py +7 -7
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/_enums.py +27 -27
- pulumi_azure_native/dbforpostgresql/_inputs.py +150 -150
- pulumi_azure_native/dbforpostgresql/administrator.py +18 -18
- pulumi_azure_native/dbforpostgresql/backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/configuration.py +22 -22
- pulumi_azure_native/dbforpostgresql/database.py +11 -11
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +13 -13
- pulumi_azure_native/dbforpostgresql/get_administrator.py +9 -9
- pulumi_azure_native/dbforpostgresql/get_backup.py +8 -8
- pulumi_azure_native/dbforpostgresql/get_configuration.py +16 -16
- pulumi_azure_native/dbforpostgresql/get_database.py +6 -6
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +7 -7
- pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_migration.py +35 -35
- pulumi_azure_native/dbforpostgresql/get_server.py +23 -23
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +8 -8
- pulumi_azure_native/dbforpostgresql/migration.py +98 -98
- pulumi_azure_native/dbforpostgresql/outputs.py +196 -196
- pulumi_azure_native/dbforpostgresql/server.py +76 -76
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +14 -14
- pulumi_azure_native/dependencymap/discovery_source.py +5 -1
- pulumi_azure_native/dependencymap/get_discovery_source.py +4 -0
- pulumi_azure_native/dependencymap/get_map.py +4 -0
- pulumi_azure_native/dependencymap/map.py +5 -1
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +4 -0
- pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +4 -0
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/project_policy.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/deviceregistry/__init__.py +10 -0
- pulumi_azure_native/deviceregistry/_enums.py +108 -0
- pulumi_azure_native/deviceregistry/_inputs.py +3328 -95
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/get_namespace.py +232 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +644 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +406 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +546 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +336 -0
- pulumi_azure_native/deviceregistry/get_schema.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_registry.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema_version.py +4 -0
- pulumi_azure_native/deviceregistry/namespace.py +323 -0
- pulumi_azure_native/deviceregistry/namespace_asset.py +1130 -0
- pulumi_azure_native/deviceregistry/namespace_device.py +620 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +1005 -0
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +569 -0
- pulumi_azure_native/deviceregistry/outputs.py +3209 -79
- pulumi_azure_native/deviceregistry/schema.py +5 -1
- pulumi_azure_native/deviceregistry/schema_registry.py +5 -1
- pulumi_azure_native/deviceregistry/schema_version.py +5 -1
- pulumi_azure_native/devtestlab/_enums.py +2 -2
- pulumi_azure_native/devtestlab/artifact_source.py +6 -6
- pulumi_azure_native/devtestlab/custom_image.py +6 -6
- pulumi_azure_native/devtestlab/disk.py +6 -6
- pulumi_azure_native/devtestlab/environment.py +6 -6
- pulumi_azure_native/devtestlab/formula.py +6 -6
- pulumi_azure_native/devtestlab/get_artifact_source.py +4 -4
- pulumi_azure_native/devtestlab/get_custom_image.py +4 -4
- pulumi_azure_native/devtestlab/get_disk.py +4 -4
- pulumi_azure_native/devtestlab/get_environment.py +4 -4
- pulumi_azure_native/devtestlab/get_formula.py +4 -4
- pulumi_azure_native/devtestlab/get_global_schedule.py +4 -4
- pulumi_azure_native/devtestlab/get_lab.py +4 -4
- pulumi_azure_native/devtestlab/get_notification_channel.py +4 -4
- pulumi_azure_native/devtestlab/get_policy.py +8 -8
- pulumi_azure_native/devtestlab/get_schedule.py +6 -6
- pulumi_azure_native/devtestlab/get_secret.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric.py +4 -4
- pulumi_azure_native/devtestlab/get_service_fabric_schedule.py +10 -10
- pulumi_azure_native/devtestlab/get_service_runner.py +4 -4
- pulumi_azure_native/devtestlab/get_user.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_rdp_file_contents.py +4 -4
- pulumi_azure_native/devtestlab/get_virtual_machine_schedule.py +8 -8
- pulumi_azure_native/devtestlab/get_virtual_network.py +4 -4
- pulumi_azure_native/devtestlab/global_schedule.py +6 -6
- pulumi_azure_native/devtestlab/lab.py +11 -11
- pulumi_azure_native/devtestlab/list_lab_vhds.py +5 -5
- pulumi_azure_native/devtestlab/list_schedule_applicable.py +9 -9
- pulumi_azure_native/devtestlab/list_service_fabric_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/list_virtual_machine_applicable_schedules.py +4 -4
- pulumi_azure_native/devtestlab/notification_channel.py +6 -6
- pulumi_azure_native/devtestlab/policy.py +12 -12
- pulumi_azure_native/devtestlab/schedule.py +9 -9
- pulumi_azure_native/devtestlab/secret.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric.py +6 -6
- pulumi_azure_native/devtestlab/service_fabric_schedule.py +15 -15
- pulumi_azure_native/devtestlab/service_runner.py +6 -6
- pulumi_azure_native/devtestlab/user.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine.py +6 -6
- pulumi_azure_native/devtestlab/virtual_machine_schedule.py +12 -12
- pulumi_azure_native/devtestlab/virtual_network.py +6 -6
- pulumi_azure_native/dns/dnssec_config.py +3 -3
- pulumi_azure_native/dns/get_dnssec_config.py +4 -4
- pulumi_azure_native/dns/get_record_set.py +18 -4
- pulumi_azure_native/dns/get_zone.py +5 -5
- pulumi_azure_native/dns/outputs.py +2 -2
- pulumi_azure_native/dns/record_set.py +12 -2
- pulumi_azure_native/dns/zone.py +7 -7
- pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +5 -1
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +5 -1
- pulumi_azure_native/dnsresolver/dns_security_rule.py +5 -1
- pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
- pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +4 -0
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +4 -0
- pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +4 -0
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/domainregistration/domain.py +3 -3
- pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
- pulumi_azure_native/domainregistration/get_domain.py +2 -2
- pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
- pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
- pulumi_azure_native/edge/__init__.py +41 -0
- pulumi_azure_native/edge/_enums.py +94 -0
- pulumi_azure_native/edge/_inputs.py +1501 -149
- pulumi_azure_native/edge/config_template.py +283 -0
- pulumi_azure_native/edge/configuration.py +253 -0
- pulumi_azure_native/edge/configuration_reference.py +215 -0
- pulumi_azure_native/edge/context.py +274 -0
- pulumi_azure_native/edge/diagnostic.py +294 -0
- pulumi_azure_native/edge/dynamic_configuration.py +236 -0
- pulumi_azure_native/edge/dynamic_configuration_version.py +257 -0
- pulumi_azure_native/edge/dynamic_schema.py +226 -0
- pulumi_azure_native/edge/dynamic_schema_version.py +267 -0
- pulumi_azure_native/edge/execution.py +318 -0
- pulumi_azure_native/edge/get_config_template.py +204 -0
- pulumi_azure_native/edge/get_configuration.py +190 -0
- pulumi_azure_native/edge/get_configuration_reference.py +162 -0
- pulumi_azure_native/edge/get_context.py +190 -0
- pulumi_azure_native/edge/get_diagnostic.py +218 -0
- pulumi_azure_native/edge/get_dynamic_configuration.py +168 -0
- pulumi_azure_native/edge/get_dynamic_configuration_version.py +174 -0
- pulumi_azure_native/edge/get_dynamic_schema.py +182 -0
- pulumi_azure_native/edge/get_dynamic_schema_version.py +188 -0
- pulumi_azure_native/edge/get_execution.py +208 -0
- pulumi_azure_native/edge/get_instance.py +202 -0
- pulumi_azure_native/edge/get_schema.py +204 -0
- pulumi_azure_native/edge/get_schema_version.py +182 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_site_reference.py +168 -0
- pulumi_azure_native/edge/get_sites_by_service_group.py +4 -0
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/get_solution.py +196 -0
- pulumi_azure_native/edge/get_solution_template.py +204 -0
- pulumi_azure_native/edge/get_solution_version.py +202 -0
- pulumi_azure_native/edge/get_target.py +218 -0
- pulumi_azure_native/edge/get_workflow.py +196 -0
- pulumi_azure_native/edge/get_workflow_version.py +202 -0
- pulumi_azure_native/edge/instance.py +297 -0
- pulumi_azure_native/edge/outputs.py +2837 -189
- pulumi_azure_native/edge/schema.py +263 -0
- pulumi_azure_native/edge/schema_version.py +246 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/site_reference.py +236 -0
- pulumi_azure_native/edge/sites_by_service_group.py +5 -1
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/edge/solution.py +257 -0
- pulumi_azure_native/edge/solution_template.py +284 -0
- pulumi_azure_native/edge/solution_version.py +297 -0
- pulumi_azure_native/edge/target.py +313 -0
- pulumi_azure_native/edge/workflow.py +257 -0
- pulumi_azure_native/edge/workflow_version.py +297 -0
- pulumi_azure_native/edgeorder/list_products_and_configuration_product_families.py +2 -2
- pulumi_azure_native/edgeorder/list_products_and_configurations.py +2 -2
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_list_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +3 -3
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- 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_destination.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_destination.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/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -4
- pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -4
- pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +8 -8
- pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +26 -25
- pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +26 -25
- pulumi_azure_native/guestconfiguration/outputs.py +6 -6
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +2 -2
- pulumi_azure_native/healthbot/bot.py +3 -3
- pulumi_azure_native/healthbot/get_bot.py +2 -2
- pulumi_azure_native/healthbot/list_bot_secrets.py +2 -2
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/__init__.py +8 -0
- pulumi_azure_native/iotoperations/_enums.py +237 -1
- pulumi_azure_native/iotoperations/_inputs.py +7367 -3169
- pulumi_azure_native/iotoperations/akri_connector.py +268 -0
- pulumi_azure_native/iotoperations/akri_connector_template.py +266 -0
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/dataflow.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_graph.py +287 -0
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +188 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +182 -0
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_graph.py +188 -0
- pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/get_registry_endpoint.py +182 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/outputs.py +5997 -2422
- pulumi_azure_native/iotoperations/registry_endpoint.py +266 -0
- pulumi_azure_native/loadtestservice/__init__.py +2 -0
- pulumi_azure_native/loadtestservice/_enums.py +16 -0
- pulumi_azure_native/loadtestservice/get_playwright_workspace.py +232 -0
- pulumi_azure_native/loadtestservice/load_test.py +1 -1
- pulumi_azure_native/loadtestservice/playwright_workspace.py +330 -0
- pulumi_azure_native/machinelearningservices/__init__.py +2 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +53 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/capability_host.py +3 -3
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
- pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_capability_host.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
- pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
- pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_outbound_rule.py +171 -0
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
- pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_connection_all_models.py +2 -2
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +2 -2
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/outbound_rule.py +259 -0
- pulumi_azure_native/machinelearningservices/outputs.py +139 -0
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/maintenance/configuration_assignment.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignment_parent.py +14 -14
- pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py +8 -8
- pulumi_azure_native/maintenance/configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_configuration_assignment.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignment_parent.py +11 -11
- pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py +7 -7
- pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +5 -5
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +12 -12
- pulumi_azure_native/maintenance/maintenance_configuration.py +17 -17
- pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
- pulumi_azure_native/migrate/assessment.py +1 -1
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/assessments_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_groups_operation.py +2 -2
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
- pulumi_azure_native/migrate/group.py +1 -1
- pulumi_azure_native/migrate/groups_operation.py +3 -3
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
- pulumi_azure_native/mongocluster/__init__.py +2 -0
- pulumi_azure_native/mongocluster/_enums.py +40 -0
- pulumi_azure_native/mongocluster/_inputs.py +210 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +168 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/outputs.py +176 -0
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +237 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +5 -1
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +4 -0
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +2 -2
- pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/routing_rule.py +3 -3
- pulumi_azure_native/network/routing_rule_collection.py +3 -3
- pulumi_azure_native/notificationhubs/_inputs.py +9 -9
- pulumi_azure_native/notificationhubs/get_namespace.py +4 -4
- pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
- pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +4 -10
- pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +3 -5
- pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +4 -2
- pulumi_azure_native/notificationhubs/list_namespace_keys.py +3 -3
- pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +3 -3
- pulumi_azure_native/notificationhubs/namespace.py +10 -2
- pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +8 -24
- pulumi_azure_native/notificationhubs/outputs.py +10 -10
- pulumi_azure_native/onlineexperimentation/__init__.py +2 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +11 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +115 -0
- pulumi_azure_native/onlineexperimentation/get_online_experimentation_workspace.py +4 -0
- pulumi_azure_native/onlineexperimentation/get_private_endpoint_connection.py +168 -0
- pulumi_azure_native/onlineexperimentation/online_experimentation_workspace.py +5 -1
- pulumi_azure_native/onlineexperimentation/outputs.py +168 -0
- pulumi_azure_native/onlineexperimentation/private_endpoint_connection.py +237 -0
- pulumi_azure_native/orbital/__init__.py +2 -0
- pulumi_azure_native/orbital/_enums.py +48 -0
- pulumi_azure_native/orbital/_inputs.py +119 -0
- pulumi_azure_native/orbital/geo_catalog.py +307 -0
- pulumi_azure_native/orbital/get_geo_catalog.py +208 -0
- pulumi_azure_native/orbital/outputs.py +214 -0
- pulumi_azure_native/peering/connection_monitor_test.py +5 -1
- pulumi_azure_native/peering/get_connection_monitor_test.py +4 -0
- pulumi_azure_native/peering/get_peer_asn.py +4 -0
- pulumi_azure_native/peering/get_peering.py +4 -0
- pulumi_azure_native/peering/get_peering_service.py +4 -0
- pulumi_azure_native/peering/get_prefix.py +4 -0
- pulumi_azure_native/peering/get_registered_asn.py +4 -0
- pulumi_azure_native/peering/get_registered_prefix.py +4 -0
- pulumi_azure_native/peering/peer_asn.py +5 -1
- pulumi_azure_native/peering/peering.py +5 -1
- pulumi_azure_native/peering/peering_service.py +5 -1
- pulumi_azure_native/peering/prefix.py +5 -1
- pulumi_azure_native/peering/registered_asn.py +5 -1
- pulumi_azure_native/peering/registered_prefix.py +5 -1
- pulumi_azure_native/powerbidedicated/_enums.py +0 -12
- pulumi_azure_native/powerbidedicated/_inputs.py +0 -138
- pulumi_azure_native/powerbidedicated/auto_scale_v_core.py +16 -35
- pulumi_azure_native/powerbidedicated/capacity_details.py +19 -38
- pulumi_azure_native/powerbidedicated/get_auto_scale_v_core.py +9 -9
- pulumi_azure_native/powerbidedicated/get_capacity_details.py +9 -9
- pulumi_azure_native/powerbidedicated/outputs.py +10 -10
- pulumi_azure_native/privatedns/get_private_record_set.py +21 -7
- pulumi_azure_native/privatedns/get_private_zone.py +20 -5
- pulumi_azure_native/privatedns/get_virtual_network_link.py +19 -5
- pulumi_azure_native/privatedns/outputs.py +111 -0
- pulumi_azure_native/privatedns/private_record_set.py +20 -10
- pulumi_azure_native/privatedns/private_zone.py +15 -4
- pulumi_azure_native/privatedns/virtual_network_link.py +14 -4
- pulumi_azure_native/providerhub/__init__.py +6 -0
- pulumi_azure_native/providerhub/_enums.py +625 -17
- pulumi_azure_native/providerhub/_inputs.py +8443 -1196
- pulumi_azure_native/providerhub/authorized_application.py +204 -0
- pulumi_azure_native/providerhub/custom_rollout.py +213 -0
- pulumi_azure_native/providerhub/default_rollout.py +7 -7
- pulumi_azure_native/providerhub/get_authorized_application.py +156 -0
- pulumi_azure_native/providerhub/get_custom_rollout.py +159 -0
- pulumi_azure_native/providerhub/get_default_rollout.py +9 -8
- pulumi_azure_native/providerhub/get_notification_registration.py +9 -8
- pulumi_azure_native/providerhub/get_provider_monitor_setting.py +184 -0
- pulumi_azure_native/providerhub/get_provider_registration.py +24 -6
- pulumi_azure_native/providerhub/get_resource_type_registration.py +24 -6
- pulumi_azure_native/providerhub/get_skus.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/get_skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/providerhub/notification_registration.py +7 -7
- pulumi_azure_native/providerhub/operation_by_provider_registration.py +18 -3
- pulumi_azure_native/providerhub/outputs.py +7550 -1680
- pulumi_azure_native/providerhub/provider_monitor_setting.py +246 -0
- pulumi_azure_native/providerhub/provider_registration.py +42 -5
- pulumi_azure_native/providerhub/resource_type_registration.py +42 -5
- pulumi_azure_native/providerhub/skus.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_first.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_second.py +8 -4
- pulumi_azure_native/providerhub/skus_nested_resource_type_third.py +8 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/security/assessment.py +3 -3
- pulumi_azure_native/security/assessment_metadata_in_subscription.py +3 -3
- pulumi_azure_native/security/assessments_metadata_subscription.py +1 -1
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_assessment.py +2 -2
- pulumi_azure_native/security/get_assessment_metadata_in_subscription.py +2 -2
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/servicebus/get_namespace.py +1 -1
- pulumi_azure_native/servicebus/namespace.py +4 -4
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/sql/__init__.py +2 -0
- pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
- pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/data_masking_policy.py +3 -3
- pulumi_azure_native/sql/database.py +3 -3
- pulumi_azure_native/sql/database_advisor.py +3 -3
- pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
- pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/distributed_availability_group.py +3 -3
- pulumi_azure_native/sql/elastic_pool.py +3 -3
- pulumi_azure_native/sql/encryption_protector.py +3 -3
- pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/failover_group.py +3 -3
- pulumi_azure_native/sql/firewall_rule.py +3 -3
- pulumi_azure_native/sql/geo_backup_policy.py +3 -3
- pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
- pulumi_azure_native/sql/get_database.py +2 -2
- pulumi_azure_native/sql/get_database_advisor.py +2 -2
- pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
- pulumi_azure_native/sql/get_elastic_pool.py +2 -2
- pulumi_azure_native/sql/get_encryption_protector.py +2 -2
- pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_failover_group.py +2 -2
- pulumi_azure_native/sql/get_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
- pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
- pulumi_azure_native/sql/get_instance_pool.py +2 -2
- pulumi_azure_native/sql/get_job.py +2 -2
- pulumi_azure_native/sql/get_job_agent.py +2 -2
- pulumi_azure_native/sql/get_job_credential.py +2 -2
- pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
- pulumi_azure_native/sql/get_job_step.py +2 -2
- pulumi_azure_native/sql/get_job_target_group.py +2 -2
- pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_database.py +2 -2
- pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_managed_instance.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
- pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/sql/get_replication_link.py +2 -2
- pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
- pulumi_azure_native/sql/get_server.py +2 -2
- pulumi_azure_native/sql/get_server_advisor.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
- pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
- pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
- pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
- pulumi_azure_native/sql/get_server_key.py +2 -2
- pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
- pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
- pulumi_azure_native/sql/get_server_trust_group.py +2 -2
- pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
- pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
- pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
- pulumi_azure_native/sql/get_sync_agent.py +2 -2
- pulumi_azure_native/sql/get_sync_group.py +2 -2
- pulumi_azure_native/sql/get_sync_member.py +2 -2
- pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
- pulumi_azure_native/sql/get_virtual_cluster.py +203 -0
- pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
- pulumi_azure_native/sql/get_workload_classifier.py +2 -2
- pulumi_azure_native/sql/get_workload_group.py +2 -2
- pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
- pulumi_azure_native/sql/instance_failover_group.py +3 -3
- pulumi_azure_native/sql/instance_pool.py +3 -3
- pulumi_azure_native/sql/job.py +3 -3
- pulumi_azure_native/sql/job_agent.py +3 -3
- pulumi_azure_native/sql/job_credential.py +3 -3
- pulumi_azure_native/sql/job_private_endpoint.py +3 -3
- pulumi_azure_native/sql/job_step.py +3 -3
- pulumi_azure_native/sql/job_target_group.py +3 -3
- pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_database.py +3 -3
- pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/managed_instance.py +3 -3
- pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
- pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/managed_instance_key.py +3 -3
- pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
- pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
- pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
- pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/sql/replication_link.py +3 -3
- pulumi_azure_native/sql/sensitivity_label.py +3 -3
- pulumi_azure_native/sql/server.py +3 -3
- pulumi_azure_native/sql/server_advisor.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
- pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
- pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
- pulumi_azure_native/sql/server_dns_alias.py +3 -3
- pulumi_azure_native/sql/server_key.py +3 -3
- pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
- pulumi_azure_native/sql/server_trust_certificate.py +3 -3
- pulumi_azure_native/sql/server_trust_group.py +3 -3
- pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
- pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
- pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
- pulumi_azure_native/sql/sync_agent.py +3 -3
- pulumi_azure_native/sql/sync_group.py +3 -3
- pulumi_azure_native/sql/sync_member.py +3 -3
- pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
- pulumi_azure_native/sql/virtual_cluster.py +281 -0
- pulumi_azure_native/sql/virtual_network_rule.py +3 -3
- pulumi_azure_native/sql/workload_classifier.py +3 -3
- pulumi_azure_native/sql/workload_group.py +3 -3
- pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +6 -6
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +7 -7
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +10 -10
- pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +10 -10
- pulumi_azure_native/storage/_inputs.py +3 -3
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +2 -2
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/outputs.py +2 -2
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +3 -3
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storagediscovery/__init__.py +13 -0
- pulumi_azure_native/storagediscovery/_enums.py +38 -0
- pulumi_azure_native/storagediscovery/_inputs.py +217 -0
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +190 -0
- pulumi_azure_native/storagediscovery/outputs.py +302 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +274 -0
- pulumi_azure_native/storagemover/_inputs.py +5 -5
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/get_agent.py +1 -1
- pulumi_azure_native/storagemover/outputs.py +5 -5
- pulumi_azure_native/trafficmanager/endpoint.py +3 -3
- pulumi_azure_native/trafficmanager/get_endpoint.py +2 -2
- pulumi_azure_native/trafficmanager/get_profile.py +2 -2
- pulumi_azure_native/trafficmanager/get_traffic_manager_user_metrics_key.py +2 -2
- pulumi_azure_native/trafficmanager/profile.py +3 -3
- pulumi_azure_native/trafficmanager/traffic_manager_user_metrics_key.py +3 -3
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/app_service_environment.py +3 -3
- pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
- pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/app_service_plan.py +3 -3
- pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
- pulumi_azure_native/web/certificate.py +3 -3
- pulumi_azure_native/web/get_app_service_environment.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_app_service_plan.py +2 -2
- pulumi_azure_native/web/get_certificate.py +2 -2
- pulumi_azure_native/web/get_kube_environment.py +2 -2
- pulumi_azure_native/web/get_site_certificate.py +476 -0
- pulumi_azure_native/web/get_site_certificate_slot.py +482 -0
- pulumi_azure_native/web/get_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
- pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
- pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
- pulumi_azure_native/web/get_web_app.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_function.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
- pulumi_azure_native/web/kube_environment.py +3 -3
- pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
- pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
- pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_secrets.py +2 -2
- pulumi_azure_native/web/list_static_site_users.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
- pulumi_azure_native/web/site_certificate.py +644 -0
- pulumi_azure_native/web/site_certificate_slot.py +665 -0
- pulumi_azure_native/web/static_site.py +3 -3
- pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_custom_domain.py +3 -3
- pulumi_azure_native/web/static_site_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
- pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
- pulumi_azure_native/web/web_app.py +3 -3
- pulumi_azure_native/web/web_app_application_settings.py +3 -3
- pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
- pulumi_azure_native/web/web_app_deployment.py +3 -3
- pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_function.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
- pulumi_azure_native/web/web_app_metadata.py +3 -3
- pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_container.py +3 -3
- pulumi_azure_native/web/web_app_site_container_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_extension.py +3 -3
- pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
- pulumi_azure_native/web/web_app_source_control.py +3 -3
- pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- pulumi_azure_native/widget/__init__.py +12 -0
- pulumi_azure_native/widget/_inputs.py +100 -0
- pulumi_azure_native/widget/employee.py +277 -0
- pulumi_azure_native/widget/get_employee.py +194 -0
- pulumi_azure_native/widget/outputs.py +207 -0
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/RECORD +1665 -1581
- pulumi_azure_native/media/__init__.py +0 -50
- pulumi_azure_native/media/_enums.py +0 -1021
- pulumi_azure_native/media/_inputs.py +0 -11024
- pulumi_azure_native/media/account_filter.py +0 -299
- pulumi_azure_native/media/asset.py +0 -395
- pulumi_azure_native/media/asset_filter.py +0 -320
- pulumi_azure_native/media/content_key_policy.py +0 -301
- pulumi_azure_native/media/get_account_filter.py +0 -200
- pulumi_azure_native/media/get_asset.py +0 -284
- pulumi_azure_native/media/get_asset_encryption_key.py +0 -116
- pulumi_azure_native/media/get_asset_filter.py +0 -206
- pulumi_azure_native/media/get_content_key_policy.py +0 -228
- pulumi_azure_native/media/get_content_key_policy_properties_with_secrets.py +0 -158
- pulumi_azure_native/media/get_job.py +0 -304
- pulumi_azure_native/media/get_live_event.py +0 -368
- pulumi_azure_native/media/get_live_event_status.py +0 -98
- pulumi_azure_native/media/get_live_event_stream_events.py +0 -98
- pulumi_azure_native/media/get_live_event_track_ingest_heartbeats.py +0 -98
- pulumi_azure_native/media/get_live_output.py +0 -318
- pulumi_azure_native/media/get_media_service.py +0 -317
- pulumi_azure_native/media/get_private_endpoint_connection.py +0 -184
- pulumi_azure_native/media/get_streaming_endpoint.py +0 -424
- pulumi_azure_native/media/get_streaming_locator.py +0 -298
- pulumi_azure_native/media/get_streaming_policy.py +0 -242
- pulumi_azure_native/media/get_transform.py +0 -214
- pulumi_azure_native/media/job.py +0 -430
- pulumi_azure_native/media/list_asset_container_sas.py +0 -114
- pulumi_azure_native/media/list_asset_streaming_locators.py +0 -102
- pulumi_azure_native/media/list_media_service_edge_policies.py +0 -96
- pulumi_azure_native/media/list_media_service_keys.py +0 -147
- pulumi_azure_native/media/list_streaming_locator_content_keys.py +0 -102
- pulumi_azure_native/media/list_streaming_locator_paths.py +0 -116
- pulumi_azure_native/media/live_event.py +0 -592
- pulumi_azure_native/media/live_output.py +0 -477
- pulumi_azure_native/media/media_service.py +0 -478
- pulumi_azure_native/media/outputs.py +0 -10674
- pulumi_azure_native/media/private_endpoint_connection.py +0 -246
- pulumi_azure_native/media/streaming_endpoint.py +0 -669
- pulumi_azure_native/media/streaming_locator.py +0 -484
- pulumi_azure_native/media/streaming_policy.py +0 -367
- pulumi_azure_native/media/track.py +0 -262
- pulumi_azure_native/media/transform.py +0 -291
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/top_level.txt +0 -0
|
@@ -25,17 +25,66 @@ __all__ = [
|
|
|
25
25
|
'AssetStatusEventResponse',
|
|
26
26
|
'AssetStatusResponse',
|
|
27
27
|
'AuthenticationResponse',
|
|
28
|
+
'BrokerStateStoreDestinationConfigurationResponse',
|
|
28
29
|
'DataPointResponse',
|
|
30
|
+
'DatasetBrokerStateStoreDestinationResponse',
|
|
31
|
+
'DatasetMqttDestinationResponse',
|
|
29
32
|
'DatasetResponse',
|
|
33
|
+
'DatasetStorageDestinationResponse',
|
|
34
|
+
'DeviceMessagingEndpointResponse',
|
|
35
|
+
'DeviceRefResponse',
|
|
36
|
+
'DeviceStatusEndpointResponse',
|
|
37
|
+
'DeviceStatusEndpointsResponse',
|
|
38
|
+
'DeviceStatusResponse',
|
|
30
39
|
'DiscoveredDataPointResponse',
|
|
31
40
|
'DiscoveredDatasetResponse',
|
|
32
41
|
'DiscoveredEventResponse',
|
|
42
|
+
'DiscoveredInboundEndpointsResponse',
|
|
43
|
+
'DiscoveredMessagingEndpointsResponse',
|
|
44
|
+
'DiscoveredOutboundEndpointsResponse',
|
|
45
|
+
'ErrorDetailsResponse',
|
|
46
|
+
'EventMqttDestinationResponse',
|
|
33
47
|
'EventResponse',
|
|
48
|
+
'EventStorageDestinationResponse',
|
|
34
49
|
'ExtendedLocationResponse',
|
|
50
|
+
'HostAuthenticationResponse',
|
|
51
|
+
'InboundEndpointsResponse',
|
|
52
|
+
'ManagementActionResponse',
|
|
53
|
+
'ManagementGroupResponse',
|
|
35
54
|
'MessageSchemaReferenceResponse',
|
|
55
|
+
'MessagingEndpointResponse',
|
|
56
|
+
'MessagingEndpointsResponse',
|
|
57
|
+
'MessagingResponse',
|
|
58
|
+
'MqttDestinationConfigurationResponse',
|
|
59
|
+
'NamespaceAssetStatusDatasetResponse',
|
|
60
|
+
'NamespaceAssetStatusEventResponse',
|
|
61
|
+
'NamespaceAssetStatusManagementActionResponse',
|
|
62
|
+
'NamespaceAssetStatusManagementGroupResponse',
|
|
63
|
+
'NamespaceAssetStatusResponse',
|
|
64
|
+
'NamespaceAssetStatusStreamResponse',
|
|
65
|
+
'NamespaceDatasetDataPointResponse',
|
|
66
|
+
'NamespaceDatasetResponse',
|
|
67
|
+
'NamespaceDiscoveredDatasetDataPointResponse',
|
|
68
|
+
'NamespaceDiscoveredDatasetResponse',
|
|
69
|
+
'NamespaceDiscoveredEventDataPointResponse',
|
|
70
|
+
'NamespaceDiscoveredEventResponse',
|
|
71
|
+
'NamespaceDiscoveredManagementActionResponse',
|
|
72
|
+
'NamespaceDiscoveredManagementGroupResponse',
|
|
73
|
+
'NamespaceDiscoveredStreamResponse',
|
|
74
|
+
'NamespaceEventDataPointResponse',
|
|
75
|
+
'NamespaceEventResponse',
|
|
76
|
+
'NamespaceMessageSchemaReferenceResponse',
|
|
77
|
+
'NamespaceStreamResponse',
|
|
78
|
+
'OutboundEndpointsResponse',
|
|
79
|
+
'StatusConfigResponse',
|
|
80
|
+
'StatusErrorResponse',
|
|
81
|
+
'StorageDestinationConfigurationResponse',
|
|
82
|
+
'StreamMqttDestinationResponse',
|
|
83
|
+
'StreamStorageDestinationResponse',
|
|
36
84
|
'SystemAssignedServiceIdentityResponse',
|
|
37
85
|
'SystemDataResponse',
|
|
38
86
|
'TopicResponse',
|
|
87
|
+
'TrustSettingsResponse',
|
|
39
88
|
'UsernamePasswordCredentialsResponse',
|
|
40
89
|
'X509CredentialsResponse',
|
|
41
90
|
]
|
|
@@ -350,6 +399,28 @@ class AuthenticationResponse(dict):
|
|
|
350
399
|
return pulumi.get(self, "x509_credentials")
|
|
351
400
|
|
|
352
401
|
|
|
402
|
+
@pulumi.output_type
|
|
403
|
+
class BrokerStateStoreDestinationConfigurationResponse(dict):
|
|
404
|
+
"""
|
|
405
|
+
The configuration for a MQTT broker state store destination.
|
|
406
|
+
"""
|
|
407
|
+
def __init__(__self__, *,
|
|
408
|
+
key: builtins.str):
|
|
409
|
+
"""
|
|
410
|
+
The configuration for a MQTT broker state store destination.
|
|
411
|
+
:param builtins.str key: The MQTT broker state store destination key.
|
|
412
|
+
"""
|
|
413
|
+
pulumi.set(__self__, "key", key)
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter
|
|
417
|
+
def key(self) -> builtins.str:
|
|
418
|
+
"""
|
|
419
|
+
The MQTT broker state store destination key.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "key")
|
|
422
|
+
|
|
423
|
+
|
|
353
424
|
@pulumi.output_type
|
|
354
425
|
class DataPointResponse(dict):
|
|
355
426
|
"""
|
|
@@ -430,6 +501,76 @@ class DataPointResponse(dict):
|
|
|
430
501
|
return pulumi.get(self, "observability_mode")
|
|
431
502
|
|
|
432
503
|
|
|
504
|
+
@pulumi.output_type
|
|
505
|
+
class DatasetBrokerStateStoreDestinationResponse(dict):
|
|
506
|
+
"""
|
|
507
|
+
The type for a MQTT broker state store destination.
|
|
508
|
+
"""
|
|
509
|
+
def __init__(__self__, *,
|
|
510
|
+
configuration: 'outputs.BrokerStateStoreDestinationConfigurationResponse',
|
|
511
|
+
target: builtins.str):
|
|
512
|
+
"""
|
|
513
|
+
The type for a MQTT broker state store destination.
|
|
514
|
+
:param 'BrokerStateStoreDestinationConfigurationResponse' configuration: The MQTT broker state store destination configuration.
|
|
515
|
+
:param builtins.str target: The set of supported dataset destinations for an asset.
|
|
516
|
+
Expected value is 'BrokerStateStore'.
|
|
517
|
+
"""
|
|
518
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
519
|
+
pulumi.set(__self__, "target", 'BrokerStateStore')
|
|
520
|
+
|
|
521
|
+
@property
|
|
522
|
+
@pulumi.getter
|
|
523
|
+
def configuration(self) -> 'outputs.BrokerStateStoreDestinationConfigurationResponse':
|
|
524
|
+
"""
|
|
525
|
+
The MQTT broker state store destination configuration.
|
|
526
|
+
"""
|
|
527
|
+
return pulumi.get(self, "configuration")
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
@pulumi.getter
|
|
531
|
+
def target(self) -> builtins.str:
|
|
532
|
+
"""
|
|
533
|
+
The set of supported dataset destinations for an asset.
|
|
534
|
+
Expected value is 'BrokerStateStore'.
|
|
535
|
+
"""
|
|
536
|
+
return pulumi.get(self, "target")
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
@pulumi.output_type
|
|
540
|
+
class DatasetMqttDestinationResponse(dict):
|
|
541
|
+
"""
|
|
542
|
+
The type for a MQTT destination.
|
|
543
|
+
"""
|
|
544
|
+
def __init__(__self__, *,
|
|
545
|
+
configuration: 'outputs.MqttDestinationConfigurationResponse',
|
|
546
|
+
target: builtins.str):
|
|
547
|
+
"""
|
|
548
|
+
The type for a MQTT destination.
|
|
549
|
+
:param 'MqttDestinationConfigurationResponse' configuration: The MQTT destination configuration.
|
|
550
|
+
:param builtins.str target: The set of supported dataset destinations for an asset.
|
|
551
|
+
Expected value is 'Mqtt'.
|
|
552
|
+
"""
|
|
553
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
554
|
+
pulumi.set(__self__, "target", 'Mqtt')
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter
|
|
558
|
+
def configuration(self) -> 'outputs.MqttDestinationConfigurationResponse':
|
|
559
|
+
"""
|
|
560
|
+
The MQTT destination configuration.
|
|
561
|
+
"""
|
|
562
|
+
return pulumi.get(self, "configuration")
|
|
563
|
+
|
|
564
|
+
@property
|
|
565
|
+
@pulumi.getter
|
|
566
|
+
def target(self) -> builtins.str:
|
|
567
|
+
"""
|
|
568
|
+
The set of supported dataset destinations for an asset.
|
|
569
|
+
Expected value is 'Mqtt'.
|
|
570
|
+
"""
|
|
571
|
+
return pulumi.get(self, "target")
|
|
572
|
+
|
|
573
|
+
|
|
433
574
|
@pulumi.output_type
|
|
434
575
|
class DatasetResponse(dict):
|
|
435
576
|
"""
|
|
@@ -507,6 +648,221 @@ class DatasetResponse(dict):
|
|
|
507
648
|
return pulumi.get(self, "topic")
|
|
508
649
|
|
|
509
650
|
|
|
651
|
+
@pulumi.output_type
|
|
652
|
+
class DatasetStorageDestinationResponse(dict):
|
|
653
|
+
"""
|
|
654
|
+
The type for a storage destination.
|
|
655
|
+
"""
|
|
656
|
+
def __init__(__self__, *,
|
|
657
|
+
configuration: 'outputs.StorageDestinationConfigurationResponse',
|
|
658
|
+
target: builtins.str):
|
|
659
|
+
"""
|
|
660
|
+
The type for a storage destination.
|
|
661
|
+
:param 'StorageDestinationConfigurationResponse' configuration: The storage destination configuration.
|
|
662
|
+
:param builtins.str target: The set of supported dataset destinations for an asset.
|
|
663
|
+
Expected value is 'Storage'.
|
|
664
|
+
"""
|
|
665
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
666
|
+
pulumi.set(__self__, "target", 'Storage')
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter
|
|
670
|
+
def configuration(self) -> 'outputs.StorageDestinationConfigurationResponse':
|
|
671
|
+
"""
|
|
672
|
+
The storage destination configuration.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "configuration")
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter
|
|
678
|
+
def target(self) -> builtins.str:
|
|
679
|
+
"""
|
|
680
|
+
The set of supported dataset destinations for an asset.
|
|
681
|
+
Expected value is 'Storage'.
|
|
682
|
+
"""
|
|
683
|
+
return pulumi.get(self, "target")
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
@pulumi.output_type
|
|
687
|
+
class DeviceMessagingEndpointResponse(dict):
|
|
688
|
+
"""
|
|
689
|
+
Device messaging endpoint model.
|
|
690
|
+
"""
|
|
691
|
+
@staticmethod
|
|
692
|
+
def __key_warning(key: str):
|
|
693
|
+
suggest = None
|
|
694
|
+
if key == "endpointType":
|
|
695
|
+
suggest = "endpoint_type"
|
|
696
|
+
|
|
697
|
+
if suggest:
|
|
698
|
+
pulumi.log.warn(f"Key '{key}' not found in DeviceMessagingEndpointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
699
|
+
|
|
700
|
+
def __getitem__(self, key: str) -> Any:
|
|
701
|
+
DeviceMessagingEndpointResponse.__key_warning(key)
|
|
702
|
+
return super().__getitem__(key)
|
|
703
|
+
|
|
704
|
+
def get(self, key: str, default = None) -> Any:
|
|
705
|
+
DeviceMessagingEndpointResponse.__key_warning(key)
|
|
706
|
+
return super().get(key, default)
|
|
707
|
+
|
|
708
|
+
def __init__(__self__, *,
|
|
709
|
+
address: builtins.str,
|
|
710
|
+
endpoint_type: Optional[builtins.str] = None):
|
|
711
|
+
"""
|
|
712
|
+
Device messaging endpoint model.
|
|
713
|
+
:param builtins.str address: The endpoint address to connect to.
|
|
714
|
+
:param builtins.str endpoint_type: Type of connection used for the messaging endpoint.
|
|
715
|
+
"""
|
|
716
|
+
pulumi.set(__self__, "address", address)
|
|
717
|
+
if endpoint_type is not None:
|
|
718
|
+
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter
|
|
722
|
+
def address(self) -> builtins.str:
|
|
723
|
+
"""
|
|
724
|
+
The endpoint address to connect to.
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "address")
|
|
727
|
+
|
|
728
|
+
@property
|
|
729
|
+
@pulumi.getter(name="endpointType")
|
|
730
|
+
def endpoint_type(self) -> Optional[builtins.str]:
|
|
731
|
+
"""
|
|
732
|
+
Type of connection used for the messaging endpoint.
|
|
733
|
+
"""
|
|
734
|
+
return pulumi.get(self, "endpoint_type")
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
@pulumi.output_type
|
|
738
|
+
class DeviceRefResponse(dict):
|
|
739
|
+
"""
|
|
740
|
+
Defines which device and endpoint to use for this asset
|
|
741
|
+
"""
|
|
742
|
+
@staticmethod
|
|
743
|
+
def __key_warning(key: str):
|
|
744
|
+
suggest = None
|
|
745
|
+
if key == "deviceName":
|
|
746
|
+
suggest = "device_name"
|
|
747
|
+
elif key == "endpointName":
|
|
748
|
+
suggest = "endpoint_name"
|
|
749
|
+
|
|
750
|
+
if suggest:
|
|
751
|
+
pulumi.log.warn(f"Key '{key}' not found in DeviceRefResponse. Access the value via the '{suggest}' property getter instead.")
|
|
752
|
+
|
|
753
|
+
def __getitem__(self, key: str) -> Any:
|
|
754
|
+
DeviceRefResponse.__key_warning(key)
|
|
755
|
+
return super().__getitem__(key)
|
|
756
|
+
|
|
757
|
+
def get(self, key: str, default = None) -> Any:
|
|
758
|
+
DeviceRefResponse.__key_warning(key)
|
|
759
|
+
return super().get(key, default)
|
|
760
|
+
|
|
761
|
+
def __init__(__self__, *,
|
|
762
|
+
device_name: builtins.str,
|
|
763
|
+
endpoint_name: builtins.str):
|
|
764
|
+
"""
|
|
765
|
+
Defines which device and endpoint to use for this asset
|
|
766
|
+
:param builtins.str device_name: Name of the device resource
|
|
767
|
+
:param builtins.str endpoint_name: The name of endpoint to use
|
|
768
|
+
"""
|
|
769
|
+
pulumi.set(__self__, "device_name", device_name)
|
|
770
|
+
pulumi.set(__self__, "endpoint_name", endpoint_name)
|
|
771
|
+
|
|
772
|
+
@property
|
|
773
|
+
@pulumi.getter(name="deviceName")
|
|
774
|
+
def device_name(self) -> builtins.str:
|
|
775
|
+
"""
|
|
776
|
+
Name of the device resource
|
|
777
|
+
"""
|
|
778
|
+
return pulumi.get(self, "device_name")
|
|
779
|
+
|
|
780
|
+
@property
|
|
781
|
+
@pulumi.getter(name="endpointName")
|
|
782
|
+
def endpoint_name(self) -> builtins.str:
|
|
783
|
+
"""
|
|
784
|
+
The name of endpoint to use
|
|
785
|
+
"""
|
|
786
|
+
return pulumi.get(self, "endpoint_name")
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
@pulumi.output_type
|
|
790
|
+
class DeviceStatusEndpointResponse(dict):
|
|
791
|
+
"""
|
|
792
|
+
Defines the device status properties.
|
|
793
|
+
"""
|
|
794
|
+
def __init__(__self__, *,
|
|
795
|
+
error: 'outputs.StatusErrorResponse'):
|
|
796
|
+
"""
|
|
797
|
+
Defines the device status properties.
|
|
798
|
+
:param 'StatusErrorResponse' error: Defines the error related to this endpoint.
|
|
799
|
+
"""
|
|
800
|
+
pulumi.set(__self__, "error", error)
|
|
801
|
+
|
|
802
|
+
@property
|
|
803
|
+
@pulumi.getter
|
|
804
|
+
def error(self) -> 'outputs.StatusErrorResponse':
|
|
805
|
+
"""
|
|
806
|
+
Defines the error related to this endpoint.
|
|
807
|
+
"""
|
|
808
|
+
return pulumi.get(self, "error")
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
@pulumi.output_type
|
|
812
|
+
class DeviceStatusEndpointsResponse(dict):
|
|
813
|
+
"""
|
|
814
|
+
Defines the device status for inbound/outbound endpoints.
|
|
815
|
+
"""
|
|
816
|
+
def __init__(__self__, *,
|
|
817
|
+
inbound: Mapping[str, 'outputs.DeviceStatusEndpointResponse']):
|
|
818
|
+
"""
|
|
819
|
+
Defines the device status for inbound/outbound endpoints.
|
|
820
|
+
:param Mapping[str, 'DeviceStatusEndpointResponse'] inbound: KeyValue pair representing status of inbound endpoints.
|
|
821
|
+
"""
|
|
822
|
+
pulumi.set(__self__, "inbound", inbound)
|
|
823
|
+
|
|
824
|
+
@property
|
|
825
|
+
@pulumi.getter
|
|
826
|
+
def inbound(self) -> Mapping[str, 'outputs.DeviceStatusEndpointResponse']:
|
|
827
|
+
"""
|
|
828
|
+
KeyValue pair representing status of inbound endpoints.
|
|
829
|
+
"""
|
|
830
|
+
return pulumi.get(self, "inbound")
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
@pulumi.output_type
|
|
834
|
+
class DeviceStatusResponse(dict):
|
|
835
|
+
"""
|
|
836
|
+
Defines the device status properties.
|
|
837
|
+
"""
|
|
838
|
+
def __init__(__self__, *,
|
|
839
|
+
config: 'outputs.StatusConfigResponse',
|
|
840
|
+
endpoints: 'outputs.DeviceStatusEndpointsResponse'):
|
|
841
|
+
"""
|
|
842
|
+
Defines the device status properties.
|
|
843
|
+
:param 'StatusConfigResponse' config: Defines the device status config properties.
|
|
844
|
+
:param 'DeviceStatusEndpointsResponse' endpoints: Defines the device status for inbound/outbound endpoints.
|
|
845
|
+
"""
|
|
846
|
+
pulumi.set(__self__, "config", config)
|
|
847
|
+
pulumi.set(__self__, "endpoints", endpoints)
|
|
848
|
+
|
|
849
|
+
@property
|
|
850
|
+
@pulumi.getter
|
|
851
|
+
def config(self) -> 'outputs.StatusConfigResponse':
|
|
852
|
+
"""
|
|
853
|
+
Defines the device status config properties.
|
|
854
|
+
"""
|
|
855
|
+
return pulumi.get(self, "config")
|
|
856
|
+
|
|
857
|
+
@property
|
|
858
|
+
@pulumi.getter
|
|
859
|
+
def endpoints(self) -> 'outputs.DeviceStatusEndpointsResponse':
|
|
860
|
+
"""
|
|
861
|
+
Defines the device status for inbound/outbound endpoints.
|
|
862
|
+
"""
|
|
863
|
+
return pulumi.get(self, "endpoints")
|
|
864
|
+
|
|
865
|
+
|
|
510
866
|
@pulumi.output_type
|
|
511
867
|
class DiscoveredDataPointResponse(dict):
|
|
512
868
|
"""
|
|
@@ -753,154 +1109,2580 @@ class DiscoveredEventResponse(dict):
|
|
|
753
1109
|
|
|
754
1110
|
|
|
755
1111
|
@pulumi.output_type
|
|
756
|
-
class
|
|
1112
|
+
class DiscoveredInboundEndpointsResponse(dict):
|
|
757
1113
|
"""
|
|
758
|
-
|
|
1114
|
+
An endpoint to connect to the device.
|
|
759
1115
|
"""
|
|
760
1116
|
@staticmethod
|
|
761
1117
|
def __key_warning(key: str):
|
|
762
1118
|
suggest = None
|
|
763
|
-
if key == "
|
|
764
|
-
suggest = "
|
|
765
|
-
elif key == "
|
|
766
|
-
suggest = "
|
|
767
|
-
elif key == "
|
|
768
|
-
suggest = "
|
|
1119
|
+
if key == "endpointType":
|
|
1120
|
+
suggest = "endpoint_type"
|
|
1121
|
+
elif key == "additionalConfiguration":
|
|
1122
|
+
suggest = "additional_configuration"
|
|
1123
|
+
elif key == "lastUpdatedOn":
|
|
1124
|
+
suggest = "last_updated_on"
|
|
1125
|
+
elif key == "supportedAuthenticationMethods":
|
|
1126
|
+
suggest = "supported_authentication_methods"
|
|
769
1127
|
|
|
770
1128
|
if suggest:
|
|
771
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
1129
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscoveredInboundEndpointsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
772
1130
|
|
|
773
1131
|
def __getitem__(self, key: str) -> Any:
|
|
774
|
-
|
|
1132
|
+
DiscoveredInboundEndpointsResponse.__key_warning(key)
|
|
775
1133
|
return super().__getitem__(key)
|
|
776
1134
|
|
|
777
1135
|
def get(self, key: str, default = None) -> Any:
|
|
778
|
-
|
|
1136
|
+
DiscoveredInboundEndpointsResponse.__key_warning(key)
|
|
779
1137
|
return super().get(key, default)
|
|
780
1138
|
|
|
781
1139
|
def __init__(__self__, *,
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
1140
|
+
address: builtins.str,
|
|
1141
|
+
endpoint_type: builtins.str,
|
|
1142
|
+
additional_configuration: Optional[builtins.str] = None,
|
|
1143
|
+
last_updated_on: Optional[builtins.str] = None,
|
|
1144
|
+
supported_authentication_methods: Optional[Sequence[builtins.str]] = None,
|
|
1145
|
+
version: Optional[builtins.str] = None):
|
|
1146
|
+
"""
|
|
1147
|
+
An endpoint to connect to the device.
|
|
1148
|
+
:param builtins.str address: The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
|
|
1149
|
+
:param builtins.str endpoint_type: Type of connection endpoint.
|
|
1150
|
+
:param builtins.str additional_configuration: Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
|
|
1151
|
+
:param builtins.str last_updated_on: The timestamp (in UTC) when the endpoint was discovered.
|
|
1152
|
+
:param Sequence[builtins.str] supported_authentication_methods: List of supported authentication methods supported by device for Inbound connections.
|
|
1153
|
+
:param builtins.str version: Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
|
|
1154
|
+
"""
|
|
1155
|
+
pulumi.set(__self__, "address", address)
|
|
1156
|
+
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
1157
|
+
if additional_configuration is not None:
|
|
1158
|
+
pulumi.set(__self__, "additional_configuration", additional_configuration)
|
|
1159
|
+
if last_updated_on is not None:
|
|
1160
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
1161
|
+
if supported_authentication_methods is not None:
|
|
1162
|
+
pulumi.set(__self__, "supported_authentication_methods", supported_authentication_methods)
|
|
1163
|
+
if version is not None:
|
|
1164
|
+
pulumi.set(__self__, "version", version)
|
|
1165
|
+
|
|
1166
|
+
@property
|
|
1167
|
+
@pulumi.getter
|
|
1168
|
+
def address(self) -> builtins.str:
|
|
787
1169
|
"""
|
|
788
|
-
|
|
789
|
-
:param builtins.str event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
790
|
-
:param builtins.str name: The name of the event.
|
|
791
|
-
:param builtins.str event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
792
|
-
:param builtins.str observability_mode: An indication of how the event should be mapped to OpenTelemetry.
|
|
793
|
-
:param 'TopicResponse' topic: Object that describes the topic information for the specific event.
|
|
1170
|
+
The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
|
|
794
1171
|
"""
|
|
795
|
-
pulumi.
|
|
796
|
-
pulumi.set(__self__, "name", name)
|
|
797
|
-
if event_configuration is not None:
|
|
798
|
-
pulumi.set(__self__, "event_configuration", event_configuration)
|
|
799
|
-
if observability_mode is None:
|
|
800
|
-
observability_mode = 'None'
|
|
801
|
-
if observability_mode is not None:
|
|
802
|
-
pulumi.set(__self__, "observability_mode", observability_mode)
|
|
803
|
-
if topic is not None:
|
|
804
|
-
pulumi.set(__self__, "topic", topic)
|
|
1172
|
+
return pulumi.get(self, "address")
|
|
805
1173
|
|
|
806
1174
|
@property
|
|
807
|
-
@pulumi.getter(name="
|
|
808
|
-
def
|
|
1175
|
+
@pulumi.getter(name="endpointType")
|
|
1176
|
+
def endpoint_type(self) -> builtins.str:
|
|
809
1177
|
"""
|
|
810
|
-
|
|
1178
|
+
Type of connection endpoint.
|
|
811
1179
|
"""
|
|
812
|
-
return pulumi.get(self, "
|
|
1180
|
+
return pulumi.get(self, "endpoint_type")
|
|
813
1181
|
|
|
814
1182
|
@property
|
|
815
|
-
@pulumi.getter
|
|
816
|
-
def
|
|
1183
|
+
@pulumi.getter(name="additionalConfiguration")
|
|
1184
|
+
def additional_configuration(self) -> Optional[builtins.str]:
|
|
817
1185
|
"""
|
|
818
|
-
|
|
1186
|
+
Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
|
|
819
1187
|
"""
|
|
820
|
-
return pulumi.get(self, "
|
|
1188
|
+
return pulumi.get(self, "additional_configuration")
|
|
821
1189
|
|
|
822
1190
|
@property
|
|
823
|
-
@pulumi.getter(name="
|
|
824
|
-
def
|
|
1191
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
1192
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
825
1193
|
"""
|
|
826
|
-
|
|
1194
|
+
The timestamp (in UTC) when the endpoint was discovered.
|
|
827
1195
|
"""
|
|
828
|
-
return pulumi.get(self, "
|
|
1196
|
+
return pulumi.get(self, "last_updated_on")
|
|
829
1197
|
|
|
830
1198
|
@property
|
|
831
|
-
@pulumi.getter(name="
|
|
832
|
-
def
|
|
1199
|
+
@pulumi.getter(name="supportedAuthenticationMethods")
|
|
1200
|
+
def supported_authentication_methods(self) -> Optional[Sequence[builtins.str]]:
|
|
833
1201
|
"""
|
|
834
|
-
|
|
1202
|
+
List of supported authentication methods supported by device for Inbound connections.
|
|
835
1203
|
"""
|
|
836
|
-
return pulumi.get(self, "
|
|
1204
|
+
return pulumi.get(self, "supported_authentication_methods")
|
|
837
1205
|
|
|
838
1206
|
@property
|
|
839
1207
|
@pulumi.getter
|
|
840
|
-
def
|
|
1208
|
+
def version(self) -> Optional[builtins.str]:
|
|
841
1209
|
"""
|
|
842
|
-
|
|
1210
|
+
Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
|
|
843
1211
|
"""
|
|
844
|
-
return pulumi.get(self, "
|
|
1212
|
+
return pulumi.get(self, "version")
|
|
845
1213
|
|
|
846
1214
|
|
|
847
1215
|
@pulumi.output_type
|
|
848
|
-
class
|
|
1216
|
+
class DiscoveredMessagingEndpointsResponse(dict):
|
|
849
1217
|
"""
|
|
850
|
-
|
|
1218
|
+
Connection endpoint URL a device can use to connect to a service.
|
|
851
1219
|
"""
|
|
852
1220
|
def __init__(__self__, *,
|
|
853
|
-
|
|
854
|
-
|
|
1221
|
+
inbound: Optional[Mapping[str, 'outputs.DiscoveredInboundEndpointsResponse']] = None,
|
|
1222
|
+
outbound: Optional['outputs.DiscoveredOutboundEndpointsResponse'] = None):
|
|
855
1223
|
"""
|
|
856
|
-
|
|
857
|
-
:param
|
|
858
|
-
:param
|
|
1224
|
+
Connection endpoint URL a device can use to connect to a service.
|
|
1225
|
+
:param Mapping[str, 'DiscoveredInboundEndpointsResponse'] inbound: Set of endpoints to connect to the device.
|
|
1226
|
+
:param 'DiscoveredOutboundEndpointsResponse' outbound: Set of endpoints a device can connect to.
|
|
859
1227
|
"""
|
|
860
|
-
|
|
861
|
-
|
|
1228
|
+
if inbound is not None:
|
|
1229
|
+
pulumi.set(__self__, "inbound", inbound)
|
|
1230
|
+
if outbound is not None:
|
|
1231
|
+
pulumi.set(__self__, "outbound", outbound)
|
|
862
1232
|
|
|
863
1233
|
@property
|
|
864
1234
|
@pulumi.getter
|
|
865
|
-
def
|
|
1235
|
+
def inbound(self) -> Optional[Mapping[str, 'outputs.DiscoveredInboundEndpointsResponse']]:
|
|
866
1236
|
"""
|
|
867
|
-
|
|
1237
|
+
Set of endpoints to connect to the device.
|
|
868
1238
|
"""
|
|
869
|
-
return pulumi.get(self, "
|
|
1239
|
+
return pulumi.get(self, "inbound")
|
|
870
1240
|
|
|
871
1241
|
@property
|
|
872
1242
|
@pulumi.getter
|
|
873
|
-
def
|
|
1243
|
+
def outbound(self) -> Optional['outputs.DiscoveredOutboundEndpointsResponse']:
|
|
874
1244
|
"""
|
|
875
|
-
|
|
1245
|
+
Set of endpoints a device can connect to.
|
|
876
1246
|
"""
|
|
877
|
-
return pulumi.get(self, "
|
|
1247
|
+
return pulumi.get(self, "outbound")
|
|
878
1248
|
|
|
879
1249
|
|
|
880
1250
|
@pulumi.output_type
|
|
881
|
-
class
|
|
1251
|
+
class DiscoveredOutboundEndpointsResponse(dict):
|
|
882
1252
|
"""
|
|
883
|
-
|
|
1253
|
+
Property bag contains the device's outbound endpoints
|
|
884
1254
|
"""
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
1255
|
+
def __init__(__self__, *,
|
|
1256
|
+
assigned: Mapping[str, 'outputs.DeviceMessagingEndpointResponse']):
|
|
1257
|
+
"""
|
|
1258
|
+
Property bag contains the device's outbound endpoints
|
|
1259
|
+
:param Mapping[str, 'DeviceMessagingEndpointResponse'] assigned: Endpoints the device can connect to.
|
|
1260
|
+
"""
|
|
1261
|
+
pulumi.set(__self__, "assigned", assigned)
|
|
1262
|
+
|
|
1263
|
+
@property
|
|
1264
|
+
@pulumi.getter
|
|
1265
|
+
def assigned(self) -> Mapping[str, 'outputs.DeviceMessagingEndpointResponse']:
|
|
1266
|
+
"""
|
|
1267
|
+
Endpoints the device can connect to.
|
|
1268
|
+
"""
|
|
1269
|
+
return pulumi.get(self, "assigned")
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
@pulumi.output_type
|
|
1273
|
+
class ErrorDetailsResponse(dict):
|
|
1274
|
+
"""
|
|
1275
|
+
Defines the error details properties.
|
|
1276
|
+
"""
|
|
1277
|
+
@staticmethod
|
|
1278
|
+
def __key_warning(key: str):
|
|
1279
|
+
suggest = None
|
|
1280
|
+
if key == "correlationId":
|
|
1281
|
+
suggest = "correlation_id"
|
|
1282
|
+
|
|
1283
|
+
if suggest:
|
|
1284
|
+
pulumi.log.warn(f"Key '{key}' not found in ErrorDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1285
|
+
|
|
1286
|
+
def __getitem__(self, key: str) -> Any:
|
|
1287
|
+
ErrorDetailsResponse.__key_warning(key)
|
|
1288
|
+
return super().__getitem__(key)
|
|
1289
|
+
|
|
1290
|
+
def get(self, key: str, default = None) -> Any:
|
|
1291
|
+
ErrorDetailsResponse.__key_warning(key)
|
|
1292
|
+
return super().get(key, default)
|
|
1293
|
+
|
|
1294
|
+
def __init__(__self__, *,
|
|
1295
|
+
code: builtins.str,
|
|
1296
|
+
correlation_id: builtins.str,
|
|
1297
|
+
info: builtins.str,
|
|
1298
|
+
message: builtins.str):
|
|
1299
|
+
"""
|
|
1300
|
+
Defines the error details properties.
|
|
1301
|
+
:param builtins.str code: Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
|
|
1302
|
+
:param builtins.str correlation_id: Unique identifier for the transaction to aid in debugging.
|
|
1303
|
+
:param builtins.str info: Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
|
|
1304
|
+
:param builtins.str message: Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
|
|
1305
|
+
"""
|
|
1306
|
+
pulumi.set(__self__, "code", code)
|
|
1307
|
+
pulumi.set(__self__, "correlation_id", correlation_id)
|
|
1308
|
+
pulumi.set(__self__, "info", info)
|
|
1309
|
+
pulumi.set(__self__, "message", message)
|
|
1310
|
+
|
|
1311
|
+
@property
|
|
1312
|
+
@pulumi.getter
|
|
1313
|
+
def code(self) -> builtins.str:
|
|
1314
|
+
"""
|
|
1315
|
+
Multi-part error code for classification and root causing of errors (ex: 400.200.100.432).
|
|
1316
|
+
"""
|
|
1317
|
+
return pulumi.get(self, "code")
|
|
1318
|
+
|
|
1319
|
+
@property
|
|
1320
|
+
@pulumi.getter(name="correlationId")
|
|
1321
|
+
def correlation_id(self) -> builtins.str:
|
|
1322
|
+
"""
|
|
1323
|
+
Unique identifier for the transaction to aid in debugging.
|
|
1324
|
+
"""
|
|
1325
|
+
return pulumi.get(self, "correlation_id")
|
|
1326
|
+
|
|
1327
|
+
@property
|
|
1328
|
+
@pulumi.getter
|
|
1329
|
+
def info(self) -> builtins.str:
|
|
1330
|
+
"""
|
|
1331
|
+
Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”).
|
|
1332
|
+
"""
|
|
1333
|
+
return pulumi.get(self, "info")
|
|
1334
|
+
|
|
1335
|
+
@property
|
|
1336
|
+
@pulumi.getter
|
|
1337
|
+
def message(self) -> builtins.str:
|
|
1338
|
+
"""
|
|
1339
|
+
Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”).
|
|
1340
|
+
"""
|
|
1341
|
+
return pulumi.get(self, "message")
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
@pulumi.output_type
|
|
1345
|
+
class EventMqttDestinationResponse(dict):
|
|
1346
|
+
"""
|
|
1347
|
+
The type for a MQTT destination.
|
|
1348
|
+
"""
|
|
1349
|
+
def __init__(__self__, *,
|
|
1350
|
+
configuration: 'outputs.MqttDestinationConfigurationResponse',
|
|
1351
|
+
target: builtins.str):
|
|
1352
|
+
"""
|
|
1353
|
+
The type for a MQTT destination.
|
|
1354
|
+
:param 'MqttDestinationConfigurationResponse' configuration: The MQTT destination configuration.
|
|
1355
|
+
:param builtins.str target: The set of supported event destinations for an asset.
|
|
1356
|
+
Expected value is 'Mqtt'.
|
|
1357
|
+
"""
|
|
1358
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
1359
|
+
pulumi.set(__self__, "target", 'Mqtt')
|
|
1360
|
+
|
|
1361
|
+
@property
|
|
1362
|
+
@pulumi.getter
|
|
1363
|
+
def configuration(self) -> 'outputs.MqttDestinationConfigurationResponse':
|
|
1364
|
+
"""
|
|
1365
|
+
The MQTT destination configuration.
|
|
1366
|
+
"""
|
|
1367
|
+
return pulumi.get(self, "configuration")
|
|
1368
|
+
|
|
1369
|
+
@property
|
|
1370
|
+
@pulumi.getter
|
|
1371
|
+
def target(self) -> builtins.str:
|
|
1372
|
+
"""
|
|
1373
|
+
The set of supported event destinations for an asset.
|
|
1374
|
+
Expected value is 'Mqtt'.
|
|
1375
|
+
"""
|
|
1376
|
+
return pulumi.get(self, "target")
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
@pulumi.output_type
|
|
1380
|
+
class EventResponse(dict):
|
|
1381
|
+
"""
|
|
1382
|
+
Defines the event properties.
|
|
1383
|
+
"""
|
|
1384
|
+
@staticmethod
|
|
1385
|
+
def __key_warning(key: str):
|
|
1386
|
+
suggest = None
|
|
1387
|
+
if key == "eventNotifier":
|
|
1388
|
+
suggest = "event_notifier"
|
|
1389
|
+
elif key == "eventConfiguration":
|
|
1390
|
+
suggest = "event_configuration"
|
|
1391
|
+
elif key == "observabilityMode":
|
|
1392
|
+
suggest = "observability_mode"
|
|
1393
|
+
|
|
1394
|
+
if suggest:
|
|
1395
|
+
pulumi.log.warn(f"Key '{key}' not found in EventResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1396
|
+
|
|
1397
|
+
def __getitem__(self, key: str) -> Any:
|
|
1398
|
+
EventResponse.__key_warning(key)
|
|
1399
|
+
return super().__getitem__(key)
|
|
1400
|
+
|
|
1401
|
+
def get(self, key: str, default = None) -> Any:
|
|
1402
|
+
EventResponse.__key_warning(key)
|
|
1403
|
+
return super().get(key, default)
|
|
1404
|
+
|
|
1405
|
+
def __init__(__self__, *,
|
|
1406
|
+
event_notifier: builtins.str,
|
|
1407
|
+
name: builtins.str,
|
|
1408
|
+
event_configuration: Optional[builtins.str] = None,
|
|
1409
|
+
observability_mode: Optional[builtins.str] = None,
|
|
1410
|
+
topic: Optional['outputs.TopicResponse'] = None):
|
|
1411
|
+
"""
|
|
1412
|
+
Defines the event properties.
|
|
1413
|
+
:param builtins.str event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
1414
|
+
:param builtins.str name: The name of the event.
|
|
1415
|
+
:param builtins.str event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
1416
|
+
:param builtins.str observability_mode: An indication of how the event should be mapped to OpenTelemetry.
|
|
1417
|
+
:param 'TopicResponse' topic: Object that describes the topic information for the specific event.
|
|
1418
|
+
"""
|
|
1419
|
+
pulumi.set(__self__, "event_notifier", event_notifier)
|
|
1420
|
+
pulumi.set(__self__, "name", name)
|
|
1421
|
+
if event_configuration is not None:
|
|
1422
|
+
pulumi.set(__self__, "event_configuration", event_configuration)
|
|
1423
|
+
if observability_mode is None:
|
|
1424
|
+
observability_mode = 'None'
|
|
1425
|
+
if observability_mode is not None:
|
|
1426
|
+
pulumi.set(__self__, "observability_mode", observability_mode)
|
|
1427
|
+
if topic is not None:
|
|
1428
|
+
pulumi.set(__self__, "topic", topic)
|
|
1429
|
+
|
|
1430
|
+
@property
|
|
1431
|
+
@pulumi.getter(name="eventNotifier")
|
|
1432
|
+
def event_notifier(self) -> builtins.str:
|
|
1433
|
+
"""
|
|
1434
|
+
The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
1435
|
+
"""
|
|
1436
|
+
return pulumi.get(self, "event_notifier")
|
|
1437
|
+
|
|
1438
|
+
@property
|
|
1439
|
+
@pulumi.getter
|
|
1440
|
+
def name(self) -> builtins.str:
|
|
1441
|
+
"""
|
|
1442
|
+
The name of the event.
|
|
1443
|
+
"""
|
|
1444
|
+
return pulumi.get(self, "name")
|
|
1445
|
+
|
|
1446
|
+
@property
|
|
1447
|
+
@pulumi.getter(name="eventConfiguration")
|
|
1448
|
+
def event_configuration(self) -> Optional[builtins.str]:
|
|
1449
|
+
"""
|
|
1450
|
+
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
1451
|
+
"""
|
|
1452
|
+
return pulumi.get(self, "event_configuration")
|
|
1453
|
+
|
|
1454
|
+
@property
|
|
1455
|
+
@pulumi.getter(name="observabilityMode")
|
|
1456
|
+
def observability_mode(self) -> Optional[builtins.str]:
|
|
1457
|
+
"""
|
|
1458
|
+
An indication of how the event should be mapped to OpenTelemetry.
|
|
1459
|
+
"""
|
|
1460
|
+
return pulumi.get(self, "observability_mode")
|
|
1461
|
+
|
|
1462
|
+
@property
|
|
1463
|
+
@pulumi.getter
|
|
1464
|
+
def topic(self) -> Optional['outputs.TopicResponse']:
|
|
1465
|
+
"""
|
|
1466
|
+
Object that describes the topic information for the specific event.
|
|
1467
|
+
"""
|
|
1468
|
+
return pulumi.get(self, "topic")
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
@pulumi.output_type
|
|
1472
|
+
class EventStorageDestinationResponse(dict):
|
|
1473
|
+
"""
|
|
1474
|
+
The type for a storage destination.
|
|
1475
|
+
"""
|
|
1476
|
+
def __init__(__self__, *,
|
|
1477
|
+
configuration: 'outputs.StorageDestinationConfigurationResponse',
|
|
1478
|
+
target: builtins.str):
|
|
1479
|
+
"""
|
|
1480
|
+
The type for a storage destination.
|
|
1481
|
+
:param 'StorageDestinationConfigurationResponse' configuration: The storage destination configuration.
|
|
1482
|
+
:param builtins.str target: The set of supported event destinations for an asset.
|
|
1483
|
+
Expected value is 'Storage'.
|
|
1484
|
+
"""
|
|
1485
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
1486
|
+
pulumi.set(__self__, "target", 'Storage')
|
|
1487
|
+
|
|
1488
|
+
@property
|
|
1489
|
+
@pulumi.getter
|
|
1490
|
+
def configuration(self) -> 'outputs.StorageDestinationConfigurationResponse':
|
|
1491
|
+
"""
|
|
1492
|
+
The storage destination configuration.
|
|
1493
|
+
"""
|
|
1494
|
+
return pulumi.get(self, "configuration")
|
|
1495
|
+
|
|
1496
|
+
@property
|
|
1497
|
+
@pulumi.getter
|
|
1498
|
+
def target(self) -> builtins.str:
|
|
1499
|
+
"""
|
|
1500
|
+
The set of supported event destinations for an asset.
|
|
1501
|
+
Expected value is 'Storage'.
|
|
1502
|
+
"""
|
|
1503
|
+
return pulumi.get(self, "target")
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
@pulumi.output_type
|
|
1507
|
+
class ExtendedLocationResponse(dict):
|
|
1508
|
+
"""
|
|
1509
|
+
The extended location.
|
|
1510
|
+
"""
|
|
1511
|
+
def __init__(__self__, *,
|
|
1512
|
+
name: builtins.str,
|
|
1513
|
+
type: builtins.str):
|
|
1514
|
+
"""
|
|
1515
|
+
The extended location.
|
|
1516
|
+
:param builtins.str name: The extended location name.
|
|
1517
|
+
:param builtins.str type: The extended location type.
|
|
1518
|
+
"""
|
|
1519
|
+
pulumi.set(__self__, "name", name)
|
|
1520
|
+
pulumi.set(__self__, "type", type)
|
|
1521
|
+
|
|
1522
|
+
@property
|
|
1523
|
+
@pulumi.getter
|
|
1524
|
+
def name(self) -> builtins.str:
|
|
1525
|
+
"""
|
|
1526
|
+
The extended location name.
|
|
1527
|
+
"""
|
|
1528
|
+
return pulumi.get(self, "name")
|
|
1529
|
+
|
|
1530
|
+
@property
|
|
1531
|
+
@pulumi.getter
|
|
1532
|
+
def type(self) -> builtins.str:
|
|
1533
|
+
"""
|
|
1534
|
+
The extended location type.
|
|
1535
|
+
"""
|
|
1536
|
+
return pulumi.get(self, "type")
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
@pulumi.output_type
|
|
1540
|
+
class HostAuthenticationResponse(dict):
|
|
1541
|
+
"""
|
|
1542
|
+
Definition of the client authentication mechanism to the host.
|
|
1543
|
+
"""
|
|
1544
|
+
@staticmethod
|
|
1545
|
+
def __key_warning(key: str):
|
|
1546
|
+
suggest = None
|
|
1547
|
+
if key == "usernamePasswordCredentials":
|
|
1548
|
+
suggest = "username_password_credentials"
|
|
1549
|
+
elif key == "x509Credentials":
|
|
1550
|
+
suggest = "x509_credentials"
|
|
1551
|
+
|
|
1552
|
+
if suggest:
|
|
1553
|
+
pulumi.log.warn(f"Key '{key}' not found in HostAuthenticationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1554
|
+
|
|
1555
|
+
def __getitem__(self, key: str) -> Any:
|
|
1556
|
+
HostAuthenticationResponse.__key_warning(key)
|
|
1557
|
+
return super().__getitem__(key)
|
|
1558
|
+
|
|
1559
|
+
def get(self, key: str, default = None) -> Any:
|
|
1560
|
+
HostAuthenticationResponse.__key_warning(key)
|
|
1561
|
+
return super().get(key, default)
|
|
1562
|
+
|
|
1563
|
+
def __init__(__self__, *,
|
|
1564
|
+
method: Optional[builtins.str] = None,
|
|
1565
|
+
username_password_credentials: Optional['outputs.UsernamePasswordCredentialsResponse'] = None,
|
|
1566
|
+
x509_credentials: Optional['outputs.X509CredentialsResponse'] = None):
|
|
1567
|
+
"""
|
|
1568
|
+
Definition of the client authentication mechanism to the host.
|
|
1569
|
+
:param builtins.str method: Defines the method to authenticate the user of the client at the server.
|
|
1570
|
+
:param 'UsernamePasswordCredentialsResponse' username_password_credentials: Defines the username and password references when UsernamePassword user authentication mode is selected.
|
|
1571
|
+
:param 'X509CredentialsResponse' x509_credentials: Defines the certificate reference when Certificate user authentication mode is selected.
|
|
1572
|
+
"""
|
|
1573
|
+
if method is None:
|
|
1574
|
+
method = 'Certificate'
|
|
1575
|
+
pulumi.set(__self__, "method", method)
|
|
1576
|
+
if username_password_credentials is not None:
|
|
1577
|
+
pulumi.set(__self__, "username_password_credentials", username_password_credentials)
|
|
1578
|
+
if x509_credentials is not None:
|
|
1579
|
+
pulumi.set(__self__, "x509_credentials", x509_credentials)
|
|
1580
|
+
|
|
1581
|
+
@property
|
|
1582
|
+
@pulumi.getter
|
|
1583
|
+
def method(self) -> builtins.str:
|
|
1584
|
+
"""
|
|
1585
|
+
Defines the method to authenticate the user of the client at the server.
|
|
1586
|
+
"""
|
|
1587
|
+
return pulumi.get(self, "method")
|
|
1588
|
+
|
|
1589
|
+
@property
|
|
1590
|
+
@pulumi.getter(name="usernamePasswordCredentials")
|
|
1591
|
+
def username_password_credentials(self) -> Optional['outputs.UsernamePasswordCredentialsResponse']:
|
|
1592
|
+
"""
|
|
1593
|
+
Defines the username and password references when UsernamePassword user authentication mode is selected.
|
|
1594
|
+
"""
|
|
1595
|
+
return pulumi.get(self, "username_password_credentials")
|
|
1596
|
+
|
|
1597
|
+
@property
|
|
1598
|
+
@pulumi.getter(name="x509Credentials")
|
|
1599
|
+
def x509_credentials(self) -> Optional['outputs.X509CredentialsResponse']:
|
|
1600
|
+
"""
|
|
1601
|
+
Defines the certificate reference when Certificate user authentication mode is selected.
|
|
1602
|
+
"""
|
|
1603
|
+
return pulumi.get(self, "x509_credentials")
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
@pulumi.output_type
|
|
1607
|
+
class InboundEndpointsResponse(dict):
|
|
1608
|
+
"""
|
|
1609
|
+
An endpoint to connect to the device.
|
|
1610
|
+
"""
|
|
1611
|
+
@staticmethod
|
|
1612
|
+
def __key_warning(key: str):
|
|
1613
|
+
suggest = None
|
|
1614
|
+
if key == "endpointType":
|
|
1615
|
+
suggest = "endpoint_type"
|
|
1616
|
+
elif key == "additionalConfiguration":
|
|
1617
|
+
suggest = "additional_configuration"
|
|
1618
|
+
elif key == "trustSettings":
|
|
1619
|
+
suggest = "trust_settings"
|
|
1620
|
+
|
|
1621
|
+
if suggest:
|
|
1622
|
+
pulumi.log.warn(f"Key '{key}' not found in InboundEndpointsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1623
|
+
|
|
1624
|
+
def __getitem__(self, key: str) -> Any:
|
|
1625
|
+
InboundEndpointsResponse.__key_warning(key)
|
|
1626
|
+
return super().__getitem__(key)
|
|
1627
|
+
|
|
1628
|
+
def get(self, key: str, default = None) -> Any:
|
|
1629
|
+
InboundEndpointsResponse.__key_warning(key)
|
|
1630
|
+
return super().get(key, default)
|
|
1631
|
+
|
|
1632
|
+
def __init__(__self__, *,
|
|
1633
|
+
address: builtins.str,
|
|
1634
|
+
endpoint_type: builtins.str,
|
|
1635
|
+
additional_configuration: Optional[builtins.str] = None,
|
|
1636
|
+
authentication: Optional['outputs.HostAuthenticationResponse'] = None,
|
|
1637
|
+
trust_settings: Optional['outputs.TrustSettingsResponse'] = None,
|
|
1638
|
+
version: Optional[builtins.str] = None):
|
|
1639
|
+
"""
|
|
1640
|
+
An endpoint to connect to the device.
|
|
1641
|
+
:param builtins.str address: The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
|
|
1642
|
+
:param builtins.str endpoint_type: Type of connection endpoint.
|
|
1643
|
+
:param builtins.str additional_configuration: Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
|
|
1644
|
+
:param 'HostAuthenticationResponse' authentication: Defines the client authentication mechanism to the server.
|
|
1645
|
+
:param 'TrustSettingsResponse' trust_settings: Defines server trust settings for the endpoint.
|
|
1646
|
+
:param builtins.str version: Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
|
|
1647
|
+
"""
|
|
1648
|
+
pulumi.set(__self__, "address", address)
|
|
1649
|
+
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
1650
|
+
if additional_configuration is not None:
|
|
1651
|
+
pulumi.set(__self__, "additional_configuration", additional_configuration)
|
|
1652
|
+
if authentication is not None:
|
|
1653
|
+
pulumi.set(__self__, "authentication", authentication)
|
|
1654
|
+
if trust_settings is not None:
|
|
1655
|
+
pulumi.set(__self__, "trust_settings", trust_settings)
|
|
1656
|
+
if version is not None:
|
|
1657
|
+
pulumi.set(__self__, "version", version)
|
|
1658
|
+
|
|
1659
|
+
@property
|
|
1660
|
+
@pulumi.getter
|
|
1661
|
+
def address(self) -> builtins.str:
|
|
1662
|
+
"""
|
|
1663
|
+
The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
|
|
1664
|
+
"""
|
|
1665
|
+
return pulumi.get(self, "address")
|
|
1666
|
+
|
|
1667
|
+
@property
|
|
1668
|
+
@pulumi.getter(name="endpointType")
|
|
1669
|
+
def endpoint_type(self) -> builtins.str:
|
|
1670
|
+
"""
|
|
1671
|
+
Type of connection endpoint.
|
|
1672
|
+
"""
|
|
1673
|
+
return pulumi.get(self, "endpoint_type")
|
|
1674
|
+
|
|
1675
|
+
@property
|
|
1676
|
+
@pulumi.getter(name="additionalConfiguration")
|
|
1677
|
+
def additional_configuration(self) -> Optional[builtins.str]:
|
|
1678
|
+
"""
|
|
1679
|
+
Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
|
|
1680
|
+
"""
|
|
1681
|
+
return pulumi.get(self, "additional_configuration")
|
|
1682
|
+
|
|
1683
|
+
@property
|
|
1684
|
+
@pulumi.getter
|
|
1685
|
+
def authentication(self) -> Optional['outputs.HostAuthenticationResponse']:
|
|
1686
|
+
"""
|
|
1687
|
+
Defines the client authentication mechanism to the server.
|
|
1688
|
+
"""
|
|
1689
|
+
return pulumi.get(self, "authentication")
|
|
1690
|
+
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter(name="trustSettings")
|
|
1693
|
+
def trust_settings(self) -> Optional['outputs.TrustSettingsResponse']:
|
|
1694
|
+
"""
|
|
1695
|
+
Defines server trust settings for the endpoint.
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "trust_settings")
|
|
1698
|
+
|
|
1699
|
+
@property
|
|
1700
|
+
@pulumi.getter
|
|
1701
|
+
def version(self) -> Optional[builtins.str]:
|
|
1702
|
+
"""
|
|
1703
|
+
Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
|
|
1704
|
+
"""
|
|
1705
|
+
return pulumi.get(self, "version")
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
@pulumi.output_type
|
|
1709
|
+
class ManagementActionResponse(dict):
|
|
1710
|
+
"""
|
|
1711
|
+
Defines the action properties.
|
|
1712
|
+
"""
|
|
1713
|
+
@staticmethod
|
|
1714
|
+
def __key_warning(key: str):
|
|
1715
|
+
suggest = None
|
|
1716
|
+
if key == "targetUri":
|
|
1717
|
+
suggest = "target_uri"
|
|
1718
|
+
elif key == "actionConfiguration":
|
|
1719
|
+
suggest = "action_configuration"
|
|
1720
|
+
elif key == "actionType":
|
|
1721
|
+
suggest = "action_type"
|
|
1722
|
+
elif key == "timeoutInSeconds":
|
|
1723
|
+
suggest = "timeout_in_seconds"
|
|
1724
|
+
elif key == "typeRef":
|
|
1725
|
+
suggest = "type_ref"
|
|
1726
|
+
|
|
1727
|
+
if suggest:
|
|
1728
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagementActionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1729
|
+
|
|
1730
|
+
def __getitem__(self, key: str) -> Any:
|
|
1731
|
+
ManagementActionResponse.__key_warning(key)
|
|
1732
|
+
return super().__getitem__(key)
|
|
1733
|
+
|
|
1734
|
+
def get(self, key: str, default = None) -> Any:
|
|
1735
|
+
ManagementActionResponse.__key_warning(key)
|
|
1736
|
+
return super().get(key, default)
|
|
1737
|
+
|
|
1738
|
+
def __init__(__self__, *,
|
|
1739
|
+
name: builtins.str,
|
|
1740
|
+
target_uri: builtins.str,
|
|
1741
|
+
action_configuration: Optional[builtins.str] = None,
|
|
1742
|
+
action_type: Optional[builtins.str] = None,
|
|
1743
|
+
timeout_in_seconds: Optional[builtins.int] = None,
|
|
1744
|
+
topic: Optional[builtins.str] = None,
|
|
1745
|
+
type_ref: Optional[builtins.str] = None):
|
|
1746
|
+
"""
|
|
1747
|
+
Defines the action properties.
|
|
1748
|
+
:param builtins.str name: Name of the action.
|
|
1749
|
+
:param builtins.str target_uri: The target URI on which a client can invoke the specific action.
|
|
1750
|
+
:param builtins.str action_configuration: Stringified JSON that contains connector-specific configuration for the action.
|
|
1751
|
+
:param builtins.str action_type: The type of the action.
|
|
1752
|
+
:param builtins.int timeout_in_seconds: Response timeout for the action.
|
|
1753
|
+
:param builtins.str topic: The MQTT topic path on which a client will receive the request for the action.
|
|
1754
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
1755
|
+
"""
|
|
1756
|
+
pulumi.set(__self__, "name", name)
|
|
1757
|
+
pulumi.set(__self__, "target_uri", target_uri)
|
|
1758
|
+
if action_configuration is not None:
|
|
1759
|
+
pulumi.set(__self__, "action_configuration", action_configuration)
|
|
1760
|
+
if action_type is None:
|
|
1761
|
+
action_type = 'Call'
|
|
1762
|
+
if action_type is not None:
|
|
1763
|
+
pulumi.set(__self__, "action_type", action_type)
|
|
1764
|
+
if timeout_in_seconds is not None:
|
|
1765
|
+
pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
|
|
1766
|
+
if topic is not None:
|
|
1767
|
+
pulumi.set(__self__, "topic", topic)
|
|
1768
|
+
if type_ref is not None:
|
|
1769
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
1770
|
+
|
|
1771
|
+
@property
|
|
1772
|
+
@pulumi.getter
|
|
1773
|
+
def name(self) -> builtins.str:
|
|
1774
|
+
"""
|
|
1775
|
+
Name of the action.
|
|
1776
|
+
"""
|
|
1777
|
+
return pulumi.get(self, "name")
|
|
1778
|
+
|
|
1779
|
+
@property
|
|
1780
|
+
@pulumi.getter(name="targetUri")
|
|
1781
|
+
def target_uri(self) -> builtins.str:
|
|
1782
|
+
"""
|
|
1783
|
+
The target URI on which a client can invoke the specific action.
|
|
1784
|
+
"""
|
|
1785
|
+
return pulumi.get(self, "target_uri")
|
|
1786
|
+
|
|
1787
|
+
@property
|
|
1788
|
+
@pulumi.getter(name="actionConfiguration")
|
|
1789
|
+
def action_configuration(self) -> Optional[builtins.str]:
|
|
1790
|
+
"""
|
|
1791
|
+
Stringified JSON that contains connector-specific configuration for the action.
|
|
1792
|
+
"""
|
|
1793
|
+
return pulumi.get(self, "action_configuration")
|
|
1794
|
+
|
|
1795
|
+
@property
|
|
1796
|
+
@pulumi.getter(name="actionType")
|
|
1797
|
+
def action_type(self) -> Optional[builtins.str]:
|
|
1798
|
+
"""
|
|
1799
|
+
The type of the action.
|
|
1800
|
+
"""
|
|
1801
|
+
return pulumi.get(self, "action_type")
|
|
1802
|
+
|
|
1803
|
+
@property
|
|
1804
|
+
@pulumi.getter(name="timeoutInSeconds")
|
|
1805
|
+
def timeout_in_seconds(self) -> Optional[builtins.int]:
|
|
1806
|
+
"""
|
|
1807
|
+
Response timeout for the action.
|
|
1808
|
+
"""
|
|
1809
|
+
return pulumi.get(self, "timeout_in_seconds")
|
|
1810
|
+
|
|
1811
|
+
@property
|
|
1812
|
+
@pulumi.getter
|
|
1813
|
+
def topic(self) -> Optional[builtins.str]:
|
|
1814
|
+
"""
|
|
1815
|
+
The MQTT topic path on which a client will receive the request for the action.
|
|
1816
|
+
"""
|
|
1817
|
+
return pulumi.get(self, "topic")
|
|
1818
|
+
|
|
1819
|
+
@property
|
|
1820
|
+
@pulumi.getter(name="typeRef")
|
|
1821
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
1822
|
+
"""
|
|
1823
|
+
URI or type definition ID.
|
|
1824
|
+
"""
|
|
1825
|
+
return pulumi.get(self, "type_ref")
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
@pulumi.output_type
|
|
1829
|
+
class ManagementGroupResponse(dict):
|
|
1830
|
+
"""
|
|
1831
|
+
Defines the management group properties.
|
|
1832
|
+
"""
|
|
1833
|
+
@staticmethod
|
|
1834
|
+
def __key_warning(key: str):
|
|
1835
|
+
suggest = None
|
|
1836
|
+
if key == "defaultTimeoutInSeconds":
|
|
1837
|
+
suggest = "default_timeout_in_seconds"
|
|
1838
|
+
elif key == "defaultTopic":
|
|
1839
|
+
suggest = "default_topic"
|
|
1840
|
+
elif key == "managementGroupConfiguration":
|
|
1841
|
+
suggest = "management_group_configuration"
|
|
1842
|
+
elif key == "typeRef":
|
|
1843
|
+
suggest = "type_ref"
|
|
1844
|
+
|
|
1845
|
+
if suggest:
|
|
1846
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagementGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1847
|
+
|
|
1848
|
+
def __getitem__(self, key: str) -> Any:
|
|
1849
|
+
ManagementGroupResponse.__key_warning(key)
|
|
1850
|
+
return super().__getitem__(key)
|
|
1851
|
+
|
|
1852
|
+
def get(self, key: str, default = None) -> Any:
|
|
1853
|
+
ManagementGroupResponse.__key_warning(key)
|
|
1854
|
+
return super().get(key, default)
|
|
1855
|
+
|
|
1856
|
+
def __init__(__self__, *,
|
|
1857
|
+
name: builtins.str,
|
|
1858
|
+
actions: Optional[Sequence['outputs.ManagementActionResponse']] = None,
|
|
1859
|
+
default_timeout_in_seconds: Optional[builtins.int] = None,
|
|
1860
|
+
default_topic: Optional[builtins.str] = None,
|
|
1861
|
+
management_group_configuration: Optional[builtins.str] = None,
|
|
1862
|
+
type_ref: Optional[builtins.str] = None):
|
|
1863
|
+
"""
|
|
1864
|
+
Defines the management group properties.
|
|
1865
|
+
:param builtins.str name: Name of the management group.
|
|
1866
|
+
:param Sequence['ManagementActionResponse'] actions: Array of actions that are part of the management group. Each action can have an individual configuration.
|
|
1867
|
+
:param builtins.int default_timeout_in_seconds: Default response timeout for all actions that are part of the management group.
|
|
1868
|
+
:param builtins.str default_topic: Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
|
|
1869
|
+
:param builtins.str management_group_configuration: Stringified JSON that contains connector-specific configuration for the management group.
|
|
1870
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
1871
|
+
"""
|
|
1872
|
+
pulumi.set(__self__, "name", name)
|
|
1873
|
+
if actions is not None:
|
|
1874
|
+
pulumi.set(__self__, "actions", actions)
|
|
1875
|
+
if default_timeout_in_seconds is None:
|
|
1876
|
+
default_timeout_in_seconds = 100
|
|
1877
|
+
if default_timeout_in_seconds is not None:
|
|
1878
|
+
pulumi.set(__self__, "default_timeout_in_seconds", default_timeout_in_seconds)
|
|
1879
|
+
if default_topic is not None:
|
|
1880
|
+
pulumi.set(__self__, "default_topic", default_topic)
|
|
1881
|
+
if management_group_configuration is not None:
|
|
1882
|
+
pulumi.set(__self__, "management_group_configuration", management_group_configuration)
|
|
1883
|
+
if type_ref is not None:
|
|
1884
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
1885
|
+
|
|
1886
|
+
@property
|
|
1887
|
+
@pulumi.getter
|
|
1888
|
+
def name(self) -> builtins.str:
|
|
1889
|
+
"""
|
|
1890
|
+
Name of the management group.
|
|
1891
|
+
"""
|
|
1892
|
+
return pulumi.get(self, "name")
|
|
1893
|
+
|
|
1894
|
+
@property
|
|
1895
|
+
@pulumi.getter
|
|
1896
|
+
def actions(self) -> Optional[Sequence['outputs.ManagementActionResponse']]:
|
|
1897
|
+
"""
|
|
1898
|
+
Array of actions that are part of the management group. Each action can have an individual configuration.
|
|
1899
|
+
"""
|
|
1900
|
+
return pulumi.get(self, "actions")
|
|
1901
|
+
|
|
1902
|
+
@property
|
|
1903
|
+
@pulumi.getter(name="defaultTimeoutInSeconds")
|
|
1904
|
+
def default_timeout_in_seconds(self) -> Optional[builtins.int]:
|
|
1905
|
+
"""
|
|
1906
|
+
Default response timeout for all actions that are part of the management group.
|
|
1907
|
+
"""
|
|
1908
|
+
return pulumi.get(self, "default_timeout_in_seconds")
|
|
1909
|
+
|
|
1910
|
+
@property
|
|
1911
|
+
@pulumi.getter(name="defaultTopic")
|
|
1912
|
+
def default_topic(self) -> Optional[builtins.str]:
|
|
1913
|
+
"""
|
|
1914
|
+
Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
|
|
1915
|
+
"""
|
|
1916
|
+
return pulumi.get(self, "default_topic")
|
|
1917
|
+
|
|
1918
|
+
@property
|
|
1919
|
+
@pulumi.getter(name="managementGroupConfiguration")
|
|
1920
|
+
def management_group_configuration(self) -> Optional[builtins.str]:
|
|
1921
|
+
"""
|
|
1922
|
+
Stringified JSON that contains connector-specific configuration for the management group.
|
|
1923
|
+
"""
|
|
1924
|
+
return pulumi.get(self, "management_group_configuration")
|
|
1925
|
+
|
|
1926
|
+
@property
|
|
1927
|
+
@pulumi.getter(name="typeRef")
|
|
1928
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
1929
|
+
"""
|
|
1930
|
+
URI or type definition ID.
|
|
1931
|
+
"""
|
|
1932
|
+
return pulumi.get(self, "type_ref")
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
@pulumi.output_type
|
|
1936
|
+
class MessageSchemaReferenceResponse(dict):
|
|
1937
|
+
"""
|
|
1938
|
+
Defines the message schema reference properties.
|
|
1939
|
+
"""
|
|
1940
|
+
@staticmethod
|
|
1941
|
+
def __key_warning(key: str):
|
|
1942
|
+
suggest = None
|
|
1943
|
+
if key == "schemaName":
|
|
1944
|
+
suggest = "schema_name"
|
|
1945
|
+
elif key == "schemaRegistryNamespace":
|
|
1946
|
+
suggest = "schema_registry_namespace"
|
|
1947
|
+
elif key == "schemaVersion":
|
|
1948
|
+
suggest = "schema_version"
|
|
1949
|
+
|
|
1950
|
+
if suggest:
|
|
1951
|
+
pulumi.log.warn(f"Key '{key}' not found in MessageSchemaReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1952
|
+
|
|
1953
|
+
def __getitem__(self, key: str) -> Any:
|
|
1954
|
+
MessageSchemaReferenceResponse.__key_warning(key)
|
|
1955
|
+
return super().__getitem__(key)
|
|
1956
|
+
|
|
1957
|
+
def get(self, key: str, default = None) -> Any:
|
|
1958
|
+
MessageSchemaReferenceResponse.__key_warning(key)
|
|
1959
|
+
return super().get(key, default)
|
|
1960
|
+
|
|
1961
|
+
def __init__(__self__, *,
|
|
1962
|
+
schema_name: builtins.str,
|
|
1963
|
+
schema_registry_namespace: builtins.str,
|
|
1964
|
+
schema_version: builtins.str):
|
|
1965
|
+
"""
|
|
1966
|
+
Defines the message schema reference properties.
|
|
1967
|
+
:param builtins.str schema_name: The message schema name.
|
|
1968
|
+
:param builtins.str schema_registry_namespace: The message schema registry namespace.
|
|
1969
|
+
:param builtins.str schema_version: The message schema version.
|
|
1970
|
+
"""
|
|
1971
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
|
1972
|
+
pulumi.set(__self__, "schema_registry_namespace", schema_registry_namespace)
|
|
1973
|
+
pulumi.set(__self__, "schema_version", schema_version)
|
|
1974
|
+
|
|
1975
|
+
@property
|
|
1976
|
+
@pulumi.getter(name="schemaName")
|
|
1977
|
+
def schema_name(self) -> builtins.str:
|
|
1978
|
+
"""
|
|
1979
|
+
The message schema name.
|
|
1980
|
+
"""
|
|
1981
|
+
return pulumi.get(self, "schema_name")
|
|
1982
|
+
|
|
1983
|
+
@property
|
|
1984
|
+
@pulumi.getter(name="schemaRegistryNamespace")
|
|
1985
|
+
def schema_registry_namespace(self) -> builtins.str:
|
|
1986
|
+
"""
|
|
1987
|
+
The message schema registry namespace.
|
|
1988
|
+
"""
|
|
1989
|
+
return pulumi.get(self, "schema_registry_namespace")
|
|
1990
|
+
|
|
1991
|
+
@property
|
|
1992
|
+
@pulumi.getter(name="schemaVersion")
|
|
1993
|
+
def schema_version(self) -> builtins.str:
|
|
1994
|
+
"""
|
|
1995
|
+
The message schema version.
|
|
1996
|
+
"""
|
|
1997
|
+
return pulumi.get(self, "schema_version")
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
@pulumi.output_type
|
|
2001
|
+
class MessagingEndpointResponse(dict):
|
|
2002
|
+
"""
|
|
2003
|
+
Namespace messaging endpoint model used by a device to connect to a service.
|
|
2004
|
+
"""
|
|
2005
|
+
@staticmethod
|
|
2006
|
+
def __key_warning(key: str):
|
|
2007
|
+
suggest = None
|
|
2008
|
+
if key == "endpointType":
|
|
2009
|
+
suggest = "endpoint_type"
|
|
2010
|
+
elif key == "resourceId":
|
|
2011
|
+
suggest = "resource_id"
|
|
2012
|
+
|
|
2013
|
+
if suggest:
|
|
2014
|
+
pulumi.log.warn(f"Key '{key}' not found in MessagingEndpointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2015
|
+
|
|
2016
|
+
def __getitem__(self, key: str) -> Any:
|
|
2017
|
+
MessagingEndpointResponse.__key_warning(key)
|
|
2018
|
+
return super().__getitem__(key)
|
|
2019
|
+
|
|
2020
|
+
def get(self, key: str, default = None) -> Any:
|
|
2021
|
+
MessagingEndpointResponse.__key_warning(key)
|
|
2022
|
+
return super().get(key, default)
|
|
2023
|
+
|
|
2024
|
+
def __init__(__self__, *,
|
|
2025
|
+
address: builtins.str,
|
|
2026
|
+
endpoint_type: Optional[builtins.str] = None,
|
|
2027
|
+
resource_id: Optional[builtins.str] = None):
|
|
2028
|
+
"""
|
|
2029
|
+
Namespace messaging endpoint model used by a device to connect to a service.
|
|
2030
|
+
:param builtins.str address: The endpoint address to connect to.
|
|
2031
|
+
:param builtins.str endpoint_type: Type of connection used for messaging endpoint.
|
|
2032
|
+
:param builtins.str resource_id: The messaging endpoint Azure resource Id.
|
|
2033
|
+
"""
|
|
2034
|
+
pulumi.set(__self__, "address", address)
|
|
2035
|
+
if endpoint_type is not None:
|
|
2036
|
+
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
2037
|
+
if resource_id is not None:
|
|
2038
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
2039
|
+
|
|
2040
|
+
@property
|
|
2041
|
+
@pulumi.getter
|
|
2042
|
+
def address(self) -> builtins.str:
|
|
2043
|
+
"""
|
|
2044
|
+
The endpoint address to connect to.
|
|
2045
|
+
"""
|
|
2046
|
+
return pulumi.get(self, "address")
|
|
2047
|
+
|
|
2048
|
+
@property
|
|
2049
|
+
@pulumi.getter(name="endpointType")
|
|
2050
|
+
def endpoint_type(self) -> Optional[builtins.str]:
|
|
2051
|
+
"""
|
|
2052
|
+
Type of connection used for messaging endpoint.
|
|
2053
|
+
"""
|
|
2054
|
+
return pulumi.get(self, "endpoint_type")
|
|
2055
|
+
|
|
2056
|
+
@property
|
|
2057
|
+
@pulumi.getter(name="resourceId")
|
|
2058
|
+
def resource_id(self) -> Optional[builtins.str]:
|
|
2059
|
+
"""
|
|
2060
|
+
The messaging endpoint Azure resource Id.
|
|
2061
|
+
"""
|
|
2062
|
+
return pulumi.get(self, "resource_id")
|
|
2063
|
+
|
|
2064
|
+
|
|
2065
|
+
@pulumi.output_type
|
|
2066
|
+
class MessagingEndpointsResponse(dict):
|
|
2067
|
+
"""
|
|
2068
|
+
Connection endpoint URL a device can use to connect to a service.
|
|
2069
|
+
"""
|
|
2070
|
+
def __init__(__self__, *,
|
|
2071
|
+
inbound: Optional[Mapping[str, 'outputs.InboundEndpointsResponse']] = None,
|
|
2072
|
+
outbound: Optional['outputs.OutboundEndpointsResponse'] = None):
|
|
2073
|
+
"""
|
|
2074
|
+
Connection endpoint URL a device can use to connect to a service.
|
|
2075
|
+
:param Mapping[str, 'InboundEndpointsResponse'] inbound: Set of endpoints to connect to the device.
|
|
2076
|
+
:param 'OutboundEndpointsResponse' outbound: Set of endpoints a device can connect to.
|
|
2077
|
+
"""
|
|
2078
|
+
if inbound is not None:
|
|
2079
|
+
pulumi.set(__self__, "inbound", inbound)
|
|
2080
|
+
if outbound is not None:
|
|
2081
|
+
pulumi.set(__self__, "outbound", outbound)
|
|
2082
|
+
|
|
2083
|
+
@property
|
|
2084
|
+
@pulumi.getter
|
|
2085
|
+
def inbound(self) -> Optional[Mapping[str, 'outputs.InboundEndpointsResponse']]:
|
|
2086
|
+
"""
|
|
2087
|
+
Set of endpoints to connect to the device.
|
|
2088
|
+
"""
|
|
2089
|
+
return pulumi.get(self, "inbound")
|
|
2090
|
+
|
|
2091
|
+
@property
|
|
2092
|
+
@pulumi.getter
|
|
2093
|
+
def outbound(self) -> Optional['outputs.OutboundEndpointsResponse']:
|
|
2094
|
+
"""
|
|
2095
|
+
Set of endpoints a device can connect to.
|
|
2096
|
+
"""
|
|
2097
|
+
return pulumi.get(self, "outbound")
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
@pulumi.output_type
|
|
2101
|
+
class MessagingResponse(dict):
|
|
2102
|
+
"""
|
|
2103
|
+
The namespace messaging endpoints model.
|
|
2104
|
+
"""
|
|
2105
|
+
def __init__(__self__, *,
|
|
2106
|
+
endpoints: Optional[Mapping[str, 'outputs.MessagingEndpointResponse']] = None):
|
|
2107
|
+
"""
|
|
2108
|
+
The namespace messaging endpoints model.
|
|
2109
|
+
:param Mapping[str, 'MessagingEndpointResponse'] endpoints: Dictionary of messaging endpoints.
|
|
2110
|
+
"""
|
|
2111
|
+
if endpoints is not None:
|
|
2112
|
+
pulumi.set(__self__, "endpoints", endpoints)
|
|
2113
|
+
|
|
2114
|
+
@property
|
|
2115
|
+
@pulumi.getter
|
|
2116
|
+
def endpoints(self) -> Optional[Mapping[str, 'outputs.MessagingEndpointResponse']]:
|
|
2117
|
+
"""
|
|
2118
|
+
Dictionary of messaging endpoints.
|
|
2119
|
+
"""
|
|
2120
|
+
return pulumi.get(self, "endpoints")
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
@pulumi.output_type
|
|
2124
|
+
class MqttDestinationConfigurationResponse(dict):
|
|
2125
|
+
"""
|
|
2126
|
+
The configuration for a MQTT destination.
|
|
2127
|
+
"""
|
|
2128
|
+
def __init__(__self__, *,
|
|
2129
|
+
topic: builtins.str,
|
|
2130
|
+
qos: Optional[builtins.str] = None,
|
|
2131
|
+
retain: Optional[builtins.str] = None,
|
|
2132
|
+
ttl: Optional[builtins.float] = None):
|
|
2133
|
+
"""
|
|
2134
|
+
The configuration for a MQTT destination.
|
|
2135
|
+
:param builtins.str topic: The MQTT topic.
|
|
2136
|
+
:param builtins.str qos: The MQTT QoS setting. Defaults to QoS 1.
|
|
2137
|
+
:param builtins.str retain: When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
|
|
2138
|
+
:param builtins.float ttl: The MQTT TTL setting.
|
|
2139
|
+
"""
|
|
2140
|
+
pulumi.set(__self__, "topic", topic)
|
|
2141
|
+
if qos is None:
|
|
2142
|
+
qos = 'Qos1'
|
|
2143
|
+
if qos is not None:
|
|
2144
|
+
pulumi.set(__self__, "qos", qos)
|
|
2145
|
+
if retain is None:
|
|
2146
|
+
retain = 'Never'
|
|
2147
|
+
if retain is not None:
|
|
2148
|
+
pulumi.set(__self__, "retain", retain)
|
|
2149
|
+
if ttl is not None:
|
|
2150
|
+
pulumi.set(__self__, "ttl", ttl)
|
|
2151
|
+
|
|
2152
|
+
@property
|
|
2153
|
+
@pulumi.getter
|
|
2154
|
+
def topic(self) -> builtins.str:
|
|
2155
|
+
"""
|
|
2156
|
+
The MQTT topic.
|
|
2157
|
+
"""
|
|
2158
|
+
return pulumi.get(self, "topic")
|
|
2159
|
+
|
|
2160
|
+
@property
|
|
2161
|
+
@pulumi.getter
|
|
2162
|
+
def qos(self) -> Optional[builtins.str]:
|
|
2163
|
+
"""
|
|
2164
|
+
The MQTT QoS setting. Defaults to QoS 1.
|
|
2165
|
+
"""
|
|
2166
|
+
return pulumi.get(self, "qos")
|
|
2167
|
+
|
|
2168
|
+
@property
|
|
2169
|
+
@pulumi.getter
|
|
2170
|
+
def retain(self) -> Optional[builtins.str]:
|
|
2171
|
+
"""
|
|
2172
|
+
When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
|
|
2173
|
+
"""
|
|
2174
|
+
return pulumi.get(self, "retain")
|
|
2175
|
+
|
|
2176
|
+
@property
|
|
2177
|
+
@pulumi.getter
|
|
2178
|
+
def ttl(self) -> Optional[builtins.float]:
|
|
2179
|
+
"""
|
|
2180
|
+
The MQTT TTL setting.
|
|
2181
|
+
"""
|
|
2182
|
+
return pulumi.get(self, "ttl")
|
|
2183
|
+
|
|
2184
|
+
|
|
2185
|
+
@pulumi.output_type
|
|
2186
|
+
class NamespaceAssetStatusDatasetResponse(dict):
|
|
2187
|
+
"""
|
|
2188
|
+
Defines the asset status dataset properties.
|
|
2189
|
+
"""
|
|
2190
|
+
@staticmethod
|
|
2191
|
+
def __key_warning(key: str):
|
|
2192
|
+
suggest = None
|
|
2193
|
+
if key == "messageSchemaReference":
|
|
2194
|
+
suggest = "message_schema_reference"
|
|
2195
|
+
|
|
2196
|
+
if suggest:
|
|
2197
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceAssetStatusDatasetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2198
|
+
|
|
2199
|
+
def __getitem__(self, key: str) -> Any:
|
|
2200
|
+
NamespaceAssetStatusDatasetResponse.__key_warning(key)
|
|
2201
|
+
return super().__getitem__(key)
|
|
2202
|
+
|
|
2203
|
+
def get(self, key: str, default = None) -> Any:
|
|
2204
|
+
NamespaceAssetStatusDatasetResponse.__key_warning(key)
|
|
2205
|
+
return super().get(key, default)
|
|
2206
|
+
|
|
2207
|
+
def __init__(__self__, *,
|
|
2208
|
+
error: 'outputs.StatusErrorResponse',
|
|
2209
|
+
message_schema_reference: 'outputs.NamespaceMessageSchemaReferenceResponse',
|
|
2210
|
+
name: builtins.str):
|
|
2211
|
+
"""
|
|
2212
|
+
Defines the asset status dataset properties.
|
|
2213
|
+
:param 'StatusErrorResponse' error: Object to transfer and persist errors that originate from the edge.
|
|
2214
|
+
:param 'NamespaceMessageSchemaReferenceResponse' message_schema_reference: The message schema reference object.
|
|
2215
|
+
:param builtins.str name: The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
|
|
2216
|
+
"""
|
|
2217
|
+
pulumi.set(__self__, "error", error)
|
|
2218
|
+
pulumi.set(__self__, "message_schema_reference", message_schema_reference)
|
|
2219
|
+
pulumi.set(__self__, "name", name)
|
|
2220
|
+
|
|
2221
|
+
@property
|
|
2222
|
+
@pulumi.getter
|
|
2223
|
+
def error(self) -> 'outputs.StatusErrorResponse':
|
|
2224
|
+
"""
|
|
2225
|
+
Object to transfer and persist errors that originate from the edge.
|
|
2226
|
+
"""
|
|
2227
|
+
return pulumi.get(self, "error")
|
|
2228
|
+
|
|
2229
|
+
@property
|
|
2230
|
+
@pulumi.getter(name="messageSchemaReference")
|
|
2231
|
+
def message_schema_reference(self) -> 'outputs.NamespaceMessageSchemaReferenceResponse':
|
|
2232
|
+
"""
|
|
2233
|
+
The message schema reference object.
|
|
2234
|
+
"""
|
|
2235
|
+
return pulumi.get(self, "message_schema_reference")
|
|
2236
|
+
|
|
2237
|
+
@property
|
|
2238
|
+
@pulumi.getter
|
|
2239
|
+
def name(self) -> builtins.str:
|
|
2240
|
+
"""
|
|
2241
|
+
The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.
|
|
2242
|
+
"""
|
|
2243
|
+
return pulumi.get(self, "name")
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
@pulumi.output_type
|
|
2247
|
+
class NamespaceAssetStatusEventResponse(dict):
|
|
2248
|
+
"""
|
|
2249
|
+
Defines the asset status event properties.
|
|
2250
|
+
"""
|
|
2251
|
+
@staticmethod
|
|
2252
|
+
def __key_warning(key: str):
|
|
2253
|
+
suggest = None
|
|
2254
|
+
if key == "messageSchemaReference":
|
|
2255
|
+
suggest = "message_schema_reference"
|
|
2256
|
+
|
|
2257
|
+
if suggest:
|
|
2258
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceAssetStatusEventResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2259
|
+
|
|
2260
|
+
def __getitem__(self, key: str) -> Any:
|
|
2261
|
+
NamespaceAssetStatusEventResponse.__key_warning(key)
|
|
2262
|
+
return super().__getitem__(key)
|
|
2263
|
+
|
|
2264
|
+
def get(self, key: str, default = None) -> Any:
|
|
2265
|
+
NamespaceAssetStatusEventResponse.__key_warning(key)
|
|
2266
|
+
return super().get(key, default)
|
|
2267
|
+
|
|
2268
|
+
def __init__(__self__, *,
|
|
2269
|
+
error: 'outputs.StatusErrorResponse',
|
|
2270
|
+
message_schema_reference: 'outputs.NamespaceMessageSchemaReferenceResponse',
|
|
2271
|
+
name: builtins.str):
|
|
2272
|
+
"""
|
|
2273
|
+
Defines the asset status event properties.
|
|
2274
|
+
:param 'StatusErrorResponse' error: Object to transfer and persist errors that originate from the edge.
|
|
2275
|
+
:param 'NamespaceMessageSchemaReferenceResponse' message_schema_reference: The message schema reference object.
|
|
2276
|
+
:param builtins.str name: The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
|
|
2277
|
+
"""
|
|
2278
|
+
pulumi.set(__self__, "error", error)
|
|
2279
|
+
pulumi.set(__self__, "message_schema_reference", message_schema_reference)
|
|
2280
|
+
pulumi.set(__self__, "name", name)
|
|
2281
|
+
|
|
2282
|
+
@property
|
|
2283
|
+
@pulumi.getter
|
|
2284
|
+
def error(self) -> 'outputs.StatusErrorResponse':
|
|
2285
|
+
"""
|
|
2286
|
+
Object to transfer and persist errors that originate from the edge.
|
|
2287
|
+
"""
|
|
2288
|
+
return pulumi.get(self, "error")
|
|
2289
|
+
|
|
2290
|
+
@property
|
|
2291
|
+
@pulumi.getter(name="messageSchemaReference")
|
|
2292
|
+
def message_schema_reference(self) -> 'outputs.NamespaceMessageSchemaReferenceResponse':
|
|
2293
|
+
"""
|
|
2294
|
+
The message schema reference object.
|
|
2295
|
+
"""
|
|
2296
|
+
return pulumi.get(self, "message_schema_reference")
|
|
2297
|
+
|
|
2298
|
+
@property
|
|
2299
|
+
@pulumi.getter
|
|
2300
|
+
def name(self) -> builtins.str:
|
|
2301
|
+
"""
|
|
2302
|
+
The name of the event. Must be unique within the status.events array. This name is used to correlate between the spec and status event information.
|
|
2303
|
+
"""
|
|
2304
|
+
return pulumi.get(self, "name")
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
@pulumi.output_type
|
|
2308
|
+
class NamespaceAssetStatusManagementActionResponse(dict):
|
|
2309
|
+
"""
|
|
2310
|
+
Defines the asset status action properties.
|
|
2311
|
+
"""
|
|
2312
|
+
@staticmethod
|
|
2313
|
+
def __key_warning(key: str):
|
|
2314
|
+
suggest = None
|
|
2315
|
+
if key == "requestMessageSchemaReference":
|
|
2316
|
+
suggest = "request_message_schema_reference"
|
|
2317
|
+
elif key == "responseMessageSchemaReference":
|
|
2318
|
+
suggest = "response_message_schema_reference"
|
|
2319
|
+
|
|
2320
|
+
if suggest:
|
|
2321
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceAssetStatusManagementActionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2322
|
+
|
|
2323
|
+
def __getitem__(self, key: str) -> Any:
|
|
2324
|
+
NamespaceAssetStatusManagementActionResponse.__key_warning(key)
|
|
2325
|
+
return super().__getitem__(key)
|
|
2326
|
+
|
|
2327
|
+
def get(self, key: str, default = None) -> Any:
|
|
2328
|
+
NamespaceAssetStatusManagementActionResponse.__key_warning(key)
|
|
2329
|
+
return super().get(key, default)
|
|
2330
|
+
|
|
2331
|
+
def __init__(__self__, *,
|
|
2332
|
+
error: 'outputs.StatusErrorResponse',
|
|
2333
|
+
name: builtins.str,
|
|
2334
|
+
request_message_schema_reference: 'outputs.NamespaceMessageSchemaReferenceResponse',
|
|
2335
|
+
response_message_schema_reference: 'outputs.NamespaceMessageSchemaReferenceResponse'):
|
|
2336
|
+
"""
|
|
2337
|
+
Defines the asset status action properties.
|
|
2338
|
+
:param 'StatusErrorResponse' error: Object to transfer and persist errors that originate from the edge.
|
|
2339
|
+
:param builtins.str name: The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
|
|
2340
|
+
:param 'NamespaceMessageSchemaReferenceResponse' request_message_schema_reference: The request message schema reference object for the action.
|
|
2341
|
+
:param 'NamespaceMessageSchemaReferenceResponse' response_message_schema_reference: The response message schema reference object for the action.
|
|
2342
|
+
"""
|
|
2343
|
+
pulumi.set(__self__, "error", error)
|
|
2344
|
+
pulumi.set(__self__, "name", name)
|
|
2345
|
+
pulumi.set(__self__, "request_message_schema_reference", request_message_schema_reference)
|
|
2346
|
+
pulumi.set(__self__, "response_message_schema_reference", response_message_schema_reference)
|
|
2347
|
+
|
|
2348
|
+
@property
|
|
2349
|
+
@pulumi.getter
|
|
2350
|
+
def error(self) -> 'outputs.StatusErrorResponse':
|
|
2351
|
+
"""
|
|
2352
|
+
Object to transfer and persist errors that originate from the edge.
|
|
2353
|
+
"""
|
|
2354
|
+
return pulumi.get(self, "error")
|
|
2355
|
+
|
|
2356
|
+
@property
|
|
2357
|
+
@pulumi.getter
|
|
2358
|
+
def name(self) -> builtins.str:
|
|
2359
|
+
"""
|
|
2360
|
+
The name of the action. Must be unique within the status.actions array. This name is used to correlate between the spec and status event information.
|
|
2361
|
+
"""
|
|
2362
|
+
return pulumi.get(self, "name")
|
|
2363
|
+
|
|
2364
|
+
@property
|
|
2365
|
+
@pulumi.getter(name="requestMessageSchemaReference")
|
|
2366
|
+
def request_message_schema_reference(self) -> 'outputs.NamespaceMessageSchemaReferenceResponse':
|
|
2367
|
+
"""
|
|
2368
|
+
The request message schema reference object for the action.
|
|
2369
|
+
"""
|
|
2370
|
+
return pulumi.get(self, "request_message_schema_reference")
|
|
2371
|
+
|
|
2372
|
+
@property
|
|
2373
|
+
@pulumi.getter(name="responseMessageSchemaReference")
|
|
2374
|
+
def response_message_schema_reference(self) -> 'outputs.NamespaceMessageSchemaReferenceResponse':
|
|
2375
|
+
"""
|
|
2376
|
+
The response message schema reference object for the action.
|
|
2377
|
+
"""
|
|
2378
|
+
return pulumi.get(self, "response_message_schema_reference")
|
|
2379
|
+
|
|
2380
|
+
|
|
2381
|
+
@pulumi.output_type
|
|
2382
|
+
class NamespaceAssetStatusManagementGroupResponse(dict):
|
|
2383
|
+
"""
|
|
2384
|
+
Defines the asset status management group properties.
|
|
2385
|
+
"""
|
|
2386
|
+
def __init__(__self__, *,
|
|
2387
|
+
actions: Sequence['outputs.NamespaceAssetStatusManagementActionResponse'],
|
|
2388
|
+
name: builtins.str):
|
|
2389
|
+
"""
|
|
2390
|
+
Defines the asset status management group properties.
|
|
2391
|
+
:param Sequence['NamespaceAssetStatusManagementActionResponse'] actions: Array of action statuses that describe the status of each action.
|
|
2392
|
+
:param builtins.str name: The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.
|
|
2393
|
+
"""
|
|
2394
|
+
pulumi.set(__self__, "actions", actions)
|
|
2395
|
+
pulumi.set(__self__, "name", name)
|
|
2396
|
+
|
|
2397
|
+
@property
|
|
2398
|
+
@pulumi.getter
|
|
2399
|
+
def actions(self) -> Sequence['outputs.NamespaceAssetStatusManagementActionResponse']:
|
|
2400
|
+
"""
|
|
2401
|
+
Array of action statuses that describe the status of each action.
|
|
2402
|
+
"""
|
|
2403
|
+
return pulumi.get(self, "actions")
|
|
2404
|
+
|
|
2405
|
+
@property
|
|
2406
|
+
@pulumi.getter
|
|
2407
|
+
def name(self) -> builtins.str:
|
|
2408
|
+
"""
|
|
2409
|
+
The name of the management group. Must be unique within the status.managementGroups array. This name is used to correlate between the spec and status event information.
|
|
2410
|
+
"""
|
|
2411
|
+
return pulumi.get(self, "name")
|
|
2412
|
+
|
|
2413
|
+
|
|
2414
|
+
@pulumi.output_type
|
|
2415
|
+
class NamespaceAssetStatusResponse(dict):
|
|
2416
|
+
"""
|
|
2417
|
+
Defines the asset status properties.
|
|
2418
|
+
"""
|
|
2419
|
+
@staticmethod
|
|
2420
|
+
def __key_warning(key: str):
|
|
2421
|
+
suggest = None
|
|
2422
|
+
if key == "managementGroups":
|
|
2423
|
+
suggest = "management_groups"
|
|
2424
|
+
|
|
2425
|
+
if suggest:
|
|
2426
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceAssetStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2427
|
+
|
|
2428
|
+
def __getitem__(self, key: str) -> Any:
|
|
2429
|
+
NamespaceAssetStatusResponse.__key_warning(key)
|
|
2430
|
+
return super().__getitem__(key)
|
|
2431
|
+
|
|
2432
|
+
def get(self, key: str, default = None) -> Any:
|
|
2433
|
+
NamespaceAssetStatusResponse.__key_warning(key)
|
|
2434
|
+
return super().get(key, default)
|
|
2435
|
+
|
|
2436
|
+
def __init__(__self__, *,
|
|
2437
|
+
config: 'outputs.StatusConfigResponse',
|
|
2438
|
+
datasets: Sequence['outputs.NamespaceAssetStatusDatasetResponse'],
|
|
2439
|
+
events: Sequence['outputs.NamespaceAssetStatusEventResponse'],
|
|
2440
|
+
management_groups: Sequence['outputs.NamespaceAssetStatusManagementGroupResponse'],
|
|
2441
|
+
streams: Sequence['outputs.NamespaceAssetStatusStreamResponse']):
|
|
2442
|
+
"""
|
|
2443
|
+
Defines the asset status properties.
|
|
2444
|
+
:param 'StatusConfigResponse' config: Defines the asset status config properties.
|
|
2445
|
+
:param Sequence['NamespaceAssetStatusDatasetResponse'] datasets: Array of dataset statuses that describe the status of each dataset.
|
|
2446
|
+
:param Sequence['NamespaceAssetStatusEventResponse'] events: Array of event statuses that describe the status of each event.
|
|
2447
|
+
:param Sequence['NamespaceAssetStatusManagementGroupResponse'] management_groups: Array of management group statuses that describe the status of each management group.
|
|
2448
|
+
:param Sequence['NamespaceAssetStatusStreamResponse'] streams: Array of stream statuses that describe the status of each stream.
|
|
2449
|
+
"""
|
|
2450
|
+
pulumi.set(__self__, "config", config)
|
|
2451
|
+
pulumi.set(__self__, "datasets", datasets)
|
|
2452
|
+
pulumi.set(__self__, "events", events)
|
|
2453
|
+
pulumi.set(__self__, "management_groups", management_groups)
|
|
2454
|
+
pulumi.set(__self__, "streams", streams)
|
|
2455
|
+
|
|
2456
|
+
@property
|
|
2457
|
+
@pulumi.getter
|
|
2458
|
+
def config(self) -> 'outputs.StatusConfigResponse':
|
|
2459
|
+
"""
|
|
2460
|
+
Defines the asset status config properties.
|
|
2461
|
+
"""
|
|
2462
|
+
return pulumi.get(self, "config")
|
|
2463
|
+
|
|
2464
|
+
@property
|
|
2465
|
+
@pulumi.getter
|
|
2466
|
+
def datasets(self) -> Sequence['outputs.NamespaceAssetStatusDatasetResponse']:
|
|
2467
|
+
"""
|
|
2468
|
+
Array of dataset statuses that describe the status of each dataset.
|
|
2469
|
+
"""
|
|
2470
|
+
return pulumi.get(self, "datasets")
|
|
2471
|
+
|
|
2472
|
+
@property
|
|
2473
|
+
@pulumi.getter
|
|
2474
|
+
def events(self) -> Sequence['outputs.NamespaceAssetStatusEventResponse']:
|
|
2475
|
+
"""
|
|
2476
|
+
Array of event statuses that describe the status of each event.
|
|
2477
|
+
"""
|
|
2478
|
+
return pulumi.get(self, "events")
|
|
2479
|
+
|
|
2480
|
+
@property
|
|
2481
|
+
@pulumi.getter(name="managementGroups")
|
|
2482
|
+
def management_groups(self) -> Sequence['outputs.NamespaceAssetStatusManagementGroupResponse']:
|
|
2483
|
+
"""
|
|
2484
|
+
Array of management group statuses that describe the status of each management group.
|
|
2485
|
+
"""
|
|
2486
|
+
return pulumi.get(self, "management_groups")
|
|
2487
|
+
|
|
2488
|
+
@property
|
|
2489
|
+
@pulumi.getter
|
|
2490
|
+
def streams(self) -> Sequence['outputs.NamespaceAssetStatusStreamResponse']:
|
|
2491
|
+
"""
|
|
2492
|
+
Array of stream statuses that describe the status of each stream.
|
|
2493
|
+
"""
|
|
2494
|
+
return pulumi.get(self, "streams")
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
@pulumi.output_type
|
|
2498
|
+
class NamespaceAssetStatusStreamResponse(dict):
|
|
2499
|
+
"""
|
|
2500
|
+
Defines the asset status stream properties.
|
|
2501
|
+
"""
|
|
2502
|
+
@staticmethod
|
|
2503
|
+
def __key_warning(key: str):
|
|
2504
|
+
suggest = None
|
|
2505
|
+
if key == "messageSchemaReference":
|
|
2506
|
+
suggest = "message_schema_reference"
|
|
2507
|
+
|
|
2508
|
+
if suggest:
|
|
2509
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceAssetStatusStreamResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2510
|
+
|
|
2511
|
+
def __getitem__(self, key: str) -> Any:
|
|
2512
|
+
NamespaceAssetStatusStreamResponse.__key_warning(key)
|
|
2513
|
+
return super().__getitem__(key)
|
|
2514
|
+
|
|
2515
|
+
def get(self, key: str, default = None) -> Any:
|
|
2516
|
+
NamespaceAssetStatusStreamResponse.__key_warning(key)
|
|
2517
|
+
return super().get(key, default)
|
|
2518
|
+
|
|
2519
|
+
def __init__(__self__, *,
|
|
2520
|
+
error: 'outputs.StatusErrorResponse',
|
|
2521
|
+
message_schema_reference: 'outputs.NamespaceMessageSchemaReferenceResponse',
|
|
2522
|
+
name: builtins.str):
|
|
2523
|
+
"""
|
|
2524
|
+
Defines the asset status stream properties.
|
|
2525
|
+
:param 'StatusErrorResponse' error: Object to transfer and persist errors that originate from the edge.
|
|
2526
|
+
:param 'NamespaceMessageSchemaReferenceResponse' message_schema_reference: The message schema reference object.
|
|
2527
|
+
:param builtins.str name: The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
|
|
2528
|
+
"""
|
|
2529
|
+
pulumi.set(__self__, "error", error)
|
|
2530
|
+
pulumi.set(__self__, "message_schema_reference", message_schema_reference)
|
|
2531
|
+
pulumi.set(__self__, "name", name)
|
|
2532
|
+
|
|
2533
|
+
@property
|
|
2534
|
+
@pulumi.getter
|
|
2535
|
+
def error(self) -> 'outputs.StatusErrorResponse':
|
|
2536
|
+
"""
|
|
2537
|
+
Object to transfer and persist errors that originate from the edge.
|
|
2538
|
+
"""
|
|
2539
|
+
return pulumi.get(self, "error")
|
|
2540
|
+
|
|
2541
|
+
@property
|
|
2542
|
+
@pulumi.getter(name="messageSchemaReference")
|
|
2543
|
+
def message_schema_reference(self) -> 'outputs.NamespaceMessageSchemaReferenceResponse':
|
|
2544
|
+
"""
|
|
2545
|
+
The message schema reference object.
|
|
2546
|
+
"""
|
|
2547
|
+
return pulumi.get(self, "message_schema_reference")
|
|
2548
|
+
|
|
2549
|
+
@property
|
|
2550
|
+
@pulumi.getter
|
|
2551
|
+
def name(self) -> builtins.str:
|
|
2552
|
+
"""
|
|
2553
|
+
The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
|
|
2554
|
+
"""
|
|
2555
|
+
return pulumi.get(self, "name")
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
@pulumi.output_type
|
|
2559
|
+
class NamespaceDatasetDataPointResponse(dict):
|
|
2560
|
+
"""
|
|
2561
|
+
Defines the dataset data point properties.
|
|
2562
|
+
"""
|
|
2563
|
+
@staticmethod
|
|
2564
|
+
def __key_warning(key: str):
|
|
2565
|
+
suggest = None
|
|
2566
|
+
if key == "dataSource":
|
|
2567
|
+
suggest = "data_source"
|
|
2568
|
+
elif key == "dataPointConfiguration":
|
|
2569
|
+
suggest = "data_point_configuration"
|
|
2570
|
+
elif key == "typeRef":
|
|
2571
|
+
suggest = "type_ref"
|
|
2572
|
+
|
|
2573
|
+
if suggest:
|
|
2574
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDatasetDataPointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2575
|
+
|
|
2576
|
+
def __getitem__(self, key: str) -> Any:
|
|
2577
|
+
NamespaceDatasetDataPointResponse.__key_warning(key)
|
|
2578
|
+
return super().__getitem__(key)
|
|
2579
|
+
|
|
2580
|
+
def get(self, key: str, default = None) -> Any:
|
|
2581
|
+
NamespaceDatasetDataPointResponse.__key_warning(key)
|
|
2582
|
+
return super().get(key, default)
|
|
2583
|
+
|
|
2584
|
+
def __init__(__self__, *,
|
|
2585
|
+
data_source: builtins.str,
|
|
2586
|
+
name: builtins.str,
|
|
2587
|
+
data_point_configuration: Optional[builtins.str] = None,
|
|
2588
|
+
type_ref: Optional[builtins.str] = None):
|
|
2589
|
+
"""
|
|
2590
|
+
Defines the dataset data point properties.
|
|
2591
|
+
:param builtins.str data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
2592
|
+
:param builtins.str name: The name of the data point.
|
|
2593
|
+
:param builtins.str data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
2594
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
2595
|
+
"""
|
|
2596
|
+
pulumi.set(__self__, "data_source", data_source)
|
|
2597
|
+
pulumi.set(__self__, "name", name)
|
|
2598
|
+
if data_point_configuration is not None:
|
|
2599
|
+
pulumi.set(__self__, "data_point_configuration", data_point_configuration)
|
|
2600
|
+
if type_ref is not None:
|
|
2601
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
2602
|
+
|
|
2603
|
+
@property
|
|
2604
|
+
@pulumi.getter(name="dataSource")
|
|
2605
|
+
def data_source(self) -> builtins.str:
|
|
2606
|
+
"""
|
|
2607
|
+
The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
2608
|
+
"""
|
|
2609
|
+
return pulumi.get(self, "data_source")
|
|
2610
|
+
|
|
2611
|
+
@property
|
|
2612
|
+
@pulumi.getter
|
|
2613
|
+
def name(self) -> builtins.str:
|
|
2614
|
+
"""
|
|
2615
|
+
The name of the data point.
|
|
2616
|
+
"""
|
|
2617
|
+
return pulumi.get(self, "name")
|
|
2618
|
+
|
|
2619
|
+
@property
|
|
2620
|
+
@pulumi.getter(name="dataPointConfiguration")
|
|
2621
|
+
def data_point_configuration(self) -> Optional[builtins.str]:
|
|
2622
|
+
"""
|
|
2623
|
+
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
2624
|
+
"""
|
|
2625
|
+
return pulumi.get(self, "data_point_configuration")
|
|
2626
|
+
|
|
2627
|
+
@property
|
|
2628
|
+
@pulumi.getter(name="typeRef")
|
|
2629
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
2630
|
+
"""
|
|
2631
|
+
URI or type definition ID.
|
|
2632
|
+
"""
|
|
2633
|
+
return pulumi.get(self, "type_ref")
|
|
2634
|
+
|
|
2635
|
+
|
|
2636
|
+
@pulumi.output_type
|
|
2637
|
+
class NamespaceDatasetResponse(dict):
|
|
2638
|
+
"""
|
|
2639
|
+
Defines the dataset properties.
|
|
2640
|
+
"""
|
|
2641
|
+
@staticmethod
|
|
2642
|
+
def __key_warning(key: str):
|
|
2643
|
+
suggest = None
|
|
2644
|
+
if key == "dataPoints":
|
|
2645
|
+
suggest = "data_points"
|
|
2646
|
+
elif key == "dataSource":
|
|
2647
|
+
suggest = "data_source"
|
|
2648
|
+
elif key == "datasetConfiguration":
|
|
2649
|
+
suggest = "dataset_configuration"
|
|
2650
|
+
elif key == "typeRef":
|
|
2651
|
+
suggest = "type_ref"
|
|
2652
|
+
|
|
2653
|
+
if suggest:
|
|
2654
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDatasetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2655
|
+
|
|
2656
|
+
def __getitem__(self, key: str) -> Any:
|
|
2657
|
+
NamespaceDatasetResponse.__key_warning(key)
|
|
2658
|
+
return super().__getitem__(key)
|
|
2659
|
+
|
|
2660
|
+
def get(self, key: str, default = None) -> Any:
|
|
2661
|
+
NamespaceDatasetResponse.__key_warning(key)
|
|
2662
|
+
return super().get(key, default)
|
|
2663
|
+
|
|
2664
|
+
def __init__(__self__, *,
|
|
2665
|
+
name: builtins.str,
|
|
2666
|
+
data_points: Optional[Sequence['outputs.NamespaceDatasetDataPointResponse']] = None,
|
|
2667
|
+
data_source: Optional[builtins.str] = None,
|
|
2668
|
+
dataset_configuration: Optional[builtins.str] = None,
|
|
2669
|
+
destinations: Optional[Sequence[Any]] = None,
|
|
2670
|
+
type_ref: Optional[builtins.str] = None):
|
|
2671
|
+
"""
|
|
2672
|
+
Defines the dataset properties.
|
|
2673
|
+
:param builtins.str name: Name of the dataset.
|
|
2674
|
+
:param Sequence['NamespaceDatasetDataPointResponse'] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
2675
|
+
:param builtins.str data_source: Reference to a data source for a given dataset.
|
|
2676
|
+
:param builtins.str dataset_configuration: Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
|
|
2677
|
+
:param Sequence[Union['DatasetBrokerStateStoreDestinationResponse', 'DatasetMqttDestinationResponse', 'DatasetStorageDestinationResponse']] destinations: Destinations for a dataset.
|
|
2678
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
2679
|
+
"""
|
|
2680
|
+
pulumi.set(__self__, "name", name)
|
|
2681
|
+
if data_points is not None:
|
|
2682
|
+
pulumi.set(__self__, "data_points", data_points)
|
|
2683
|
+
if data_source is not None:
|
|
2684
|
+
pulumi.set(__self__, "data_source", data_source)
|
|
2685
|
+
if dataset_configuration is not None:
|
|
2686
|
+
pulumi.set(__self__, "dataset_configuration", dataset_configuration)
|
|
2687
|
+
if destinations is not None:
|
|
2688
|
+
pulumi.set(__self__, "destinations", destinations)
|
|
2689
|
+
if type_ref is not None:
|
|
2690
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
2691
|
+
|
|
2692
|
+
@property
|
|
2693
|
+
@pulumi.getter
|
|
2694
|
+
def name(self) -> builtins.str:
|
|
2695
|
+
"""
|
|
2696
|
+
Name of the dataset.
|
|
2697
|
+
"""
|
|
2698
|
+
return pulumi.get(self, "name")
|
|
2699
|
+
|
|
2700
|
+
@property
|
|
2701
|
+
@pulumi.getter(name="dataPoints")
|
|
2702
|
+
def data_points(self) -> Optional[Sequence['outputs.NamespaceDatasetDataPointResponse']]:
|
|
2703
|
+
"""
|
|
2704
|
+
Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
2705
|
+
"""
|
|
2706
|
+
return pulumi.get(self, "data_points")
|
|
2707
|
+
|
|
2708
|
+
@property
|
|
2709
|
+
@pulumi.getter(name="dataSource")
|
|
2710
|
+
def data_source(self) -> Optional[builtins.str]:
|
|
2711
|
+
"""
|
|
2712
|
+
Reference to a data source for a given dataset.
|
|
2713
|
+
"""
|
|
2714
|
+
return pulumi.get(self, "data_source")
|
|
2715
|
+
|
|
2716
|
+
@property
|
|
2717
|
+
@pulumi.getter(name="datasetConfiguration")
|
|
2718
|
+
def dataset_configuration(self) -> Optional[builtins.str]:
|
|
2719
|
+
"""
|
|
2720
|
+
Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
|
|
2721
|
+
"""
|
|
2722
|
+
return pulumi.get(self, "dataset_configuration")
|
|
2723
|
+
|
|
2724
|
+
@property
|
|
2725
|
+
@pulumi.getter
|
|
2726
|
+
def destinations(self) -> Optional[Sequence[Any]]:
|
|
2727
|
+
"""
|
|
2728
|
+
Destinations for a dataset.
|
|
2729
|
+
"""
|
|
2730
|
+
return pulumi.get(self, "destinations")
|
|
2731
|
+
|
|
2732
|
+
@property
|
|
2733
|
+
@pulumi.getter(name="typeRef")
|
|
2734
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
2735
|
+
"""
|
|
2736
|
+
URI or type definition ID.
|
|
2737
|
+
"""
|
|
2738
|
+
return pulumi.get(self, "type_ref")
|
|
2739
|
+
|
|
2740
|
+
|
|
2741
|
+
@pulumi.output_type
|
|
2742
|
+
class NamespaceDiscoveredDatasetDataPointResponse(dict):
|
|
2743
|
+
"""
|
|
2744
|
+
Defines the discovered dataset data point properties.
|
|
2745
|
+
"""
|
|
2746
|
+
@staticmethod
|
|
2747
|
+
def __key_warning(key: str):
|
|
2748
|
+
suggest = None
|
|
2749
|
+
if key == "dataSource":
|
|
2750
|
+
suggest = "data_source"
|
|
2751
|
+
elif key == "dataPointConfiguration":
|
|
2752
|
+
suggest = "data_point_configuration"
|
|
2753
|
+
elif key == "lastUpdatedOn":
|
|
2754
|
+
suggest = "last_updated_on"
|
|
2755
|
+
elif key == "typeRef":
|
|
2756
|
+
suggest = "type_ref"
|
|
2757
|
+
|
|
2758
|
+
if suggest:
|
|
2759
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDiscoveredDatasetDataPointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2760
|
+
|
|
2761
|
+
def __getitem__(self, key: str) -> Any:
|
|
2762
|
+
NamespaceDiscoveredDatasetDataPointResponse.__key_warning(key)
|
|
2763
|
+
return super().__getitem__(key)
|
|
2764
|
+
|
|
2765
|
+
def get(self, key: str, default = None) -> Any:
|
|
2766
|
+
NamespaceDiscoveredDatasetDataPointResponse.__key_warning(key)
|
|
2767
|
+
return super().get(key, default)
|
|
2768
|
+
|
|
2769
|
+
def __init__(__self__, *,
|
|
2770
|
+
data_source: builtins.str,
|
|
2771
|
+
name: builtins.str,
|
|
2772
|
+
data_point_configuration: Optional[builtins.str] = None,
|
|
2773
|
+
last_updated_on: Optional[builtins.str] = None,
|
|
2774
|
+
type_ref: Optional[builtins.str] = None):
|
|
2775
|
+
"""
|
|
2776
|
+
Defines the discovered dataset data point properties.
|
|
2777
|
+
:param builtins.str data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
2778
|
+
:param builtins.str name: The name of the data point.
|
|
2779
|
+
:param builtins.str data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
2780
|
+
:param builtins.str last_updated_on: UTC timestamp indicating when the data point was added or modified.
|
|
2781
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
2782
|
+
"""
|
|
2783
|
+
pulumi.set(__self__, "data_source", data_source)
|
|
2784
|
+
pulumi.set(__self__, "name", name)
|
|
2785
|
+
if data_point_configuration is not None:
|
|
2786
|
+
pulumi.set(__self__, "data_point_configuration", data_point_configuration)
|
|
2787
|
+
if last_updated_on is not None:
|
|
2788
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
2789
|
+
if type_ref is not None:
|
|
2790
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
2791
|
+
|
|
2792
|
+
@property
|
|
2793
|
+
@pulumi.getter(name="dataSource")
|
|
2794
|
+
def data_source(self) -> builtins.str:
|
|
2795
|
+
"""
|
|
2796
|
+
The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
2797
|
+
"""
|
|
2798
|
+
return pulumi.get(self, "data_source")
|
|
2799
|
+
|
|
2800
|
+
@property
|
|
2801
|
+
@pulumi.getter
|
|
2802
|
+
def name(self) -> builtins.str:
|
|
2803
|
+
"""
|
|
2804
|
+
The name of the data point.
|
|
2805
|
+
"""
|
|
2806
|
+
return pulumi.get(self, "name")
|
|
2807
|
+
|
|
2808
|
+
@property
|
|
2809
|
+
@pulumi.getter(name="dataPointConfiguration")
|
|
2810
|
+
def data_point_configuration(self) -> Optional[builtins.str]:
|
|
2811
|
+
"""
|
|
2812
|
+
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
2813
|
+
"""
|
|
2814
|
+
return pulumi.get(self, "data_point_configuration")
|
|
2815
|
+
|
|
2816
|
+
@property
|
|
2817
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
2818
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
2819
|
+
"""
|
|
2820
|
+
UTC timestamp indicating when the data point was added or modified.
|
|
2821
|
+
"""
|
|
2822
|
+
return pulumi.get(self, "last_updated_on")
|
|
2823
|
+
|
|
2824
|
+
@property
|
|
2825
|
+
@pulumi.getter(name="typeRef")
|
|
2826
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
2827
|
+
"""
|
|
2828
|
+
URI or type definition ID.
|
|
2829
|
+
"""
|
|
2830
|
+
return pulumi.get(self, "type_ref")
|
|
2831
|
+
|
|
2832
|
+
|
|
2833
|
+
@pulumi.output_type
|
|
2834
|
+
class NamespaceDiscoveredDatasetResponse(dict):
|
|
2835
|
+
"""
|
|
2836
|
+
Defines the dataset properties.
|
|
2837
|
+
"""
|
|
2838
|
+
@staticmethod
|
|
2839
|
+
def __key_warning(key: str):
|
|
2840
|
+
suggest = None
|
|
2841
|
+
if key == "dataPoints":
|
|
2842
|
+
suggest = "data_points"
|
|
2843
|
+
elif key == "dataSource":
|
|
2844
|
+
suggest = "data_source"
|
|
2845
|
+
elif key == "datasetConfiguration":
|
|
2846
|
+
suggest = "dataset_configuration"
|
|
2847
|
+
elif key == "lastUpdatedOn":
|
|
2848
|
+
suggest = "last_updated_on"
|
|
2849
|
+
elif key == "typeRef":
|
|
2850
|
+
suggest = "type_ref"
|
|
2851
|
+
|
|
2852
|
+
if suggest:
|
|
2853
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDiscoveredDatasetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2854
|
+
|
|
2855
|
+
def __getitem__(self, key: str) -> Any:
|
|
2856
|
+
NamespaceDiscoveredDatasetResponse.__key_warning(key)
|
|
2857
|
+
return super().__getitem__(key)
|
|
2858
|
+
|
|
2859
|
+
def get(self, key: str, default = None) -> Any:
|
|
2860
|
+
NamespaceDiscoveredDatasetResponse.__key_warning(key)
|
|
2861
|
+
return super().get(key, default)
|
|
2862
|
+
|
|
2863
|
+
def __init__(__self__, *,
|
|
2864
|
+
name: builtins.str,
|
|
2865
|
+
data_points: Optional[Sequence['outputs.NamespaceDiscoveredDatasetDataPointResponse']] = None,
|
|
2866
|
+
data_source: Optional[builtins.str] = None,
|
|
2867
|
+
dataset_configuration: Optional[builtins.str] = None,
|
|
2868
|
+
destinations: Optional[Sequence[Any]] = None,
|
|
2869
|
+
last_updated_on: Optional[builtins.str] = None,
|
|
2870
|
+
type_ref: Optional[builtins.str] = None):
|
|
2871
|
+
"""
|
|
2872
|
+
Defines the dataset properties.
|
|
2873
|
+
:param builtins.str name: Name of the dataset.
|
|
2874
|
+
:param Sequence['NamespaceDiscoveredDatasetDataPointResponse'] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
2875
|
+
:param builtins.str data_source: Reference to a data source for a given dataset.
|
|
2876
|
+
:param builtins.str dataset_configuration: Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
|
|
2877
|
+
:param Sequence[Union['DatasetBrokerStateStoreDestinationResponse', 'DatasetMqttDestinationResponse', 'DatasetStorageDestinationResponse']] destinations: Destinations for a dataset.
|
|
2878
|
+
:param builtins.str last_updated_on: Timestamp (in UTC) indicating when the dataset was added or modified.
|
|
2879
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
2880
|
+
"""
|
|
2881
|
+
pulumi.set(__self__, "name", name)
|
|
2882
|
+
if data_points is not None:
|
|
2883
|
+
pulumi.set(__self__, "data_points", data_points)
|
|
2884
|
+
if data_source is not None:
|
|
2885
|
+
pulumi.set(__self__, "data_source", data_source)
|
|
2886
|
+
if dataset_configuration is not None:
|
|
2887
|
+
pulumi.set(__self__, "dataset_configuration", dataset_configuration)
|
|
2888
|
+
if destinations is not None:
|
|
2889
|
+
pulumi.set(__self__, "destinations", destinations)
|
|
2890
|
+
if last_updated_on is not None:
|
|
2891
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
2892
|
+
if type_ref is not None:
|
|
2893
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
2894
|
+
|
|
2895
|
+
@property
|
|
2896
|
+
@pulumi.getter
|
|
2897
|
+
def name(self) -> builtins.str:
|
|
2898
|
+
"""
|
|
2899
|
+
Name of the dataset.
|
|
2900
|
+
"""
|
|
2901
|
+
return pulumi.get(self, "name")
|
|
2902
|
+
|
|
2903
|
+
@property
|
|
2904
|
+
@pulumi.getter(name="dataPoints")
|
|
2905
|
+
def data_points(self) -> Optional[Sequence['outputs.NamespaceDiscoveredDatasetDataPointResponse']]:
|
|
2906
|
+
"""
|
|
2907
|
+
Array of data points that are part of the dataset. Each data point can have per-data point configuration.
|
|
2908
|
+
"""
|
|
2909
|
+
return pulumi.get(self, "data_points")
|
|
2910
|
+
|
|
2911
|
+
@property
|
|
2912
|
+
@pulumi.getter(name="dataSource")
|
|
2913
|
+
def data_source(self) -> Optional[builtins.str]:
|
|
2914
|
+
"""
|
|
2915
|
+
Reference to a data source for a given dataset.
|
|
2916
|
+
"""
|
|
2917
|
+
return pulumi.get(self, "data_source")
|
|
2918
|
+
|
|
2919
|
+
@property
|
|
2920
|
+
@pulumi.getter(name="datasetConfiguration")
|
|
2921
|
+
def dataset_configuration(self) -> Optional[builtins.str]:
|
|
2922
|
+
"""
|
|
2923
|
+
Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
|
|
2924
|
+
"""
|
|
2925
|
+
return pulumi.get(self, "dataset_configuration")
|
|
2926
|
+
|
|
2927
|
+
@property
|
|
2928
|
+
@pulumi.getter
|
|
2929
|
+
def destinations(self) -> Optional[Sequence[Any]]:
|
|
2930
|
+
"""
|
|
2931
|
+
Destinations for a dataset.
|
|
2932
|
+
"""
|
|
2933
|
+
return pulumi.get(self, "destinations")
|
|
2934
|
+
|
|
2935
|
+
@property
|
|
2936
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
2937
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
2938
|
+
"""
|
|
2939
|
+
Timestamp (in UTC) indicating when the dataset was added or modified.
|
|
2940
|
+
"""
|
|
2941
|
+
return pulumi.get(self, "last_updated_on")
|
|
2942
|
+
|
|
2943
|
+
@property
|
|
2944
|
+
@pulumi.getter(name="typeRef")
|
|
2945
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
2946
|
+
"""
|
|
2947
|
+
URI or type definition ID.
|
|
2948
|
+
"""
|
|
2949
|
+
return pulumi.get(self, "type_ref")
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
@pulumi.output_type
|
|
2953
|
+
class NamespaceDiscoveredEventDataPointResponse(dict):
|
|
2954
|
+
"""
|
|
2955
|
+
Defines the discovered event data point properties.
|
|
2956
|
+
"""
|
|
2957
|
+
@staticmethod
|
|
2958
|
+
def __key_warning(key: str):
|
|
2959
|
+
suggest = None
|
|
2960
|
+
if key == "dataSource":
|
|
2961
|
+
suggest = "data_source"
|
|
2962
|
+
elif key == "dataPointConfiguration":
|
|
2963
|
+
suggest = "data_point_configuration"
|
|
2964
|
+
elif key == "lastUpdatedOn":
|
|
2965
|
+
suggest = "last_updated_on"
|
|
2966
|
+
|
|
2967
|
+
if suggest:
|
|
2968
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDiscoveredEventDataPointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2969
|
+
|
|
2970
|
+
def __getitem__(self, key: str) -> Any:
|
|
2971
|
+
NamespaceDiscoveredEventDataPointResponse.__key_warning(key)
|
|
2972
|
+
return super().__getitem__(key)
|
|
2973
|
+
|
|
2974
|
+
def get(self, key: str, default = None) -> Any:
|
|
2975
|
+
NamespaceDiscoveredEventDataPointResponse.__key_warning(key)
|
|
2976
|
+
return super().get(key, default)
|
|
2977
|
+
|
|
2978
|
+
def __init__(__self__, *,
|
|
2979
|
+
data_source: builtins.str,
|
|
2980
|
+
name: builtins.str,
|
|
2981
|
+
data_point_configuration: Optional[builtins.str] = None,
|
|
2982
|
+
last_updated_on: Optional[builtins.str] = None):
|
|
2983
|
+
"""
|
|
2984
|
+
Defines the discovered event data point properties.
|
|
2985
|
+
:param builtins.str data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
2986
|
+
:param builtins.str name: The name of the data point.
|
|
2987
|
+
:param builtins.str data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
2988
|
+
:param builtins.str last_updated_on: UTC timestamp indicating when the data point was added or modified.
|
|
2989
|
+
"""
|
|
2990
|
+
pulumi.set(__self__, "data_source", data_source)
|
|
2991
|
+
pulumi.set(__self__, "name", name)
|
|
2992
|
+
if data_point_configuration is not None:
|
|
2993
|
+
pulumi.set(__self__, "data_point_configuration", data_point_configuration)
|
|
2994
|
+
if last_updated_on is not None:
|
|
2995
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
2996
|
+
|
|
2997
|
+
@property
|
|
2998
|
+
@pulumi.getter(name="dataSource")
|
|
2999
|
+
def data_source(self) -> builtins.str:
|
|
3000
|
+
"""
|
|
3001
|
+
The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
3002
|
+
"""
|
|
3003
|
+
return pulumi.get(self, "data_source")
|
|
3004
|
+
|
|
3005
|
+
@property
|
|
3006
|
+
@pulumi.getter
|
|
3007
|
+
def name(self) -> builtins.str:
|
|
3008
|
+
"""
|
|
3009
|
+
The name of the data point.
|
|
3010
|
+
"""
|
|
3011
|
+
return pulumi.get(self, "name")
|
|
3012
|
+
|
|
3013
|
+
@property
|
|
3014
|
+
@pulumi.getter(name="dataPointConfiguration")
|
|
3015
|
+
def data_point_configuration(self) -> Optional[builtins.str]:
|
|
3016
|
+
"""
|
|
3017
|
+
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
3018
|
+
"""
|
|
3019
|
+
return pulumi.get(self, "data_point_configuration")
|
|
3020
|
+
|
|
3021
|
+
@property
|
|
3022
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
3023
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
3024
|
+
"""
|
|
3025
|
+
UTC timestamp indicating when the data point was added or modified.
|
|
3026
|
+
"""
|
|
3027
|
+
return pulumi.get(self, "last_updated_on")
|
|
3028
|
+
|
|
3029
|
+
|
|
3030
|
+
@pulumi.output_type
|
|
3031
|
+
class NamespaceDiscoveredEventResponse(dict):
|
|
3032
|
+
"""
|
|
3033
|
+
Defines the event properties.
|
|
3034
|
+
"""
|
|
3035
|
+
@staticmethod
|
|
3036
|
+
def __key_warning(key: str):
|
|
3037
|
+
suggest = None
|
|
3038
|
+
if key == "eventNotifier":
|
|
3039
|
+
suggest = "event_notifier"
|
|
3040
|
+
elif key == "dataPoints":
|
|
3041
|
+
suggest = "data_points"
|
|
3042
|
+
elif key == "eventConfiguration":
|
|
3043
|
+
suggest = "event_configuration"
|
|
3044
|
+
elif key == "lastUpdatedOn":
|
|
3045
|
+
suggest = "last_updated_on"
|
|
3046
|
+
elif key == "typeRef":
|
|
3047
|
+
suggest = "type_ref"
|
|
3048
|
+
|
|
3049
|
+
if suggest:
|
|
3050
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDiscoveredEventResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3051
|
+
|
|
3052
|
+
def __getitem__(self, key: str) -> Any:
|
|
3053
|
+
NamespaceDiscoveredEventResponse.__key_warning(key)
|
|
3054
|
+
return super().__getitem__(key)
|
|
3055
|
+
|
|
3056
|
+
def get(self, key: str, default = None) -> Any:
|
|
3057
|
+
NamespaceDiscoveredEventResponse.__key_warning(key)
|
|
3058
|
+
return super().get(key, default)
|
|
3059
|
+
|
|
3060
|
+
def __init__(__self__, *,
|
|
3061
|
+
event_notifier: builtins.str,
|
|
3062
|
+
name: builtins.str,
|
|
3063
|
+
data_points: Optional[Sequence['outputs.NamespaceDiscoveredEventDataPointResponse']] = None,
|
|
3064
|
+
destinations: Optional[Sequence[Any]] = None,
|
|
3065
|
+
event_configuration: Optional[builtins.str] = None,
|
|
3066
|
+
last_updated_on: Optional[builtins.str] = None,
|
|
3067
|
+
type_ref: Optional[builtins.str] = None):
|
|
3068
|
+
"""
|
|
3069
|
+
Defines the event properties.
|
|
3070
|
+
:param builtins.str event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
3071
|
+
:param builtins.str name: The name of the event.
|
|
3072
|
+
:param Sequence['NamespaceDiscoveredEventDataPointResponse'] data_points: Array of data points that are part of the event. Each data point can have a per-data point configuration.
|
|
3073
|
+
:param Sequence[Union['EventMqttDestinationResponse', 'EventStorageDestinationResponse']] destinations: Destinations for an event.
|
|
3074
|
+
:param builtins.str event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
3075
|
+
:param builtins.str last_updated_on: UTC timestamp indicating when the event was added or modified.
|
|
3076
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
3077
|
+
"""
|
|
3078
|
+
pulumi.set(__self__, "event_notifier", event_notifier)
|
|
3079
|
+
pulumi.set(__self__, "name", name)
|
|
3080
|
+
if data_points is not None:
|
|
3081
|
+
pulumi.set(__self__, "data_points", data_points)
|
|
3082
|
+
if destinations is not None:
|
|
3083
|
+
pulumi.set(__self__, "destinations", destinations)
|
|
3084
|
+
if event_configuration is not None:
|
|
3085
|
+
pulumi.set(__self__, "event_configuration", event_configuration)
|
|
3086
|
+
if last_updated_on is not None:
|
|
3087
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
3088
|
+
if type_ref is not None:
|
|
3089
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
3090
|
+
|
|
3091
|
+
@property
|
|
3092
|
+
@pulumi.getter(name="eventNotifier")
|
|
3093
|
+
def event_notifier(self) -> builtins.str:
|
|
3094
|
+
"""
|
|
3095
|
+
The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
3096
|
+
"""
|
|
3097
|
+
return pulumi.get(self, "event_notifier")
|
|
3098
|
+
|
|
3099
|
+
@property
|
|
3100
|
+
@pulumi.getter
|
|
3101
|
+
def name(self) -> builtins.str:
|
|
3102
|
+
"""
|
|
3103
|
+
The name of the event.
|
|
3104
|
+
"""
|
|
3105
|
+
return pulumi.get(self, "name")
|
|
3106
|
+
|
|
3107
|
+
@property
|
|
3108
|
+
@pulumi.getter(name="dataPoints")
|
|
3109
|
+
def data_points(self) -> Optional[Sequence['outputs.NamespaceDiscoveredEventDataPointResponse']]:
|
|
3110
|
+
"""
|
|
3111
|
+
Array of data points that are part of the event. Each data point can have a per-data point configuration.
|
|
3112
|
+
"""
|
|
3113
|
+
return pulumi.get(self, "data_points")
|
|
3114
|
+
|
|
3115
|
+
@property
|
|
3116
|
+
@pulumi.getter
|
|
3117
|
+
def destinations(self) -> Optional[Sequence[Any]]:
|
|
3118
|
+
"""
|
|
3119
|
+
Destinations for an event.
|
|
3120
|
+
"""
|
|
3121
|
+
return pulumi.get(self, "destinations")
|
|
3122
|
+
|
|
3123
|
+
@property
|
|
3124
|
+
@pulumi.getter(name="eventConfiguration")
|
|
3125
|
+
def event_configuration(self) -> Optional[builtins.str]:
|
|
3126
|
+
"""
|
|
3127
|
+
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
3128
|
+
"""
|
|
3129
|
+
return pulumi.get(self, "event_configuration")
|
|
3130
|
+
|
|
3131
|
+
@property
|
|
3132
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
3133
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
3134
|
+
"""
|
|
3135
|
+
UTC timestamp indicating when the event was added or modified.
|
|
3136
|
+
"""
|
|
3137
|
+
return pulumi.get(self, "last_updated_on")
|
|
3138
|
+
|
|
3139
|
+
@property
|
|
3140
|
+
@pulumi.getter(name="typeRef")
|
|
3141
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
3142
|
+
"""
|
|
3143
|
+
URI or type definition ID.
|
|
3144
|
+
"""
|
|
3145
|
+
return pulumi.get(self, "type_ref")
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
@pulumi.output_type
|
|
3149
|
+
class NamespaceDiscoveredManagementActionResponse(dict):
|
|
3150
|
+
"""
|
|
3151
|
+
Defines the action properties.
|
|
3152
|
+
"""
|
|
3153
|
+
@staticmethod
|
|
3154
|
+
def __key_warning(key: str):
|
|
3155
|
+
suggest = None
|
|
3156
|
+
if key == "targetUri":
|
|
3157
|
+
suggest = "target_uri"
|
|
3158
|
+
elif key == "actionConfiguration":
|
|
3159
|
+
suggest = "action_configuration"
|
|
3160
|
+
elif key == "actionType":
|
|
3161
|
+
suggest = "action_type"
|
|
3162
|
+
elif key == "lastUpdatedOn":
|
|
3163
|
+
suggest = "last_updated_on"
|
|
3164
|
+
elif key == "timeoutInSeconds":
|
|
3165
|
+
suggest = "timeout_in_seconds"
|
|
3166
|
+
elif key == "typeRef":
|
|
3167
|
+
suggest = "type_ref"
|
|
3168
|
+
|
|
3169
|
+
if suggest:
|
|
3170
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDiscoveredManagementActionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3171
|
+
|
|
3172
|
+
def __getitem__(self, key: str) -> Any:
|
|
3173
|
+
NamespaceDiscoveredManagementActionResponse.__key_warning(key)
|
|
3174
|
+
return super().__getitem__(key)
|
|
3175
|
+
|
|
3176
|
+
def get(self, key: str, default = None) -> Any:
|
|
3177
|
+
NamespaceDiscoveredManagementActionResponse.__key_warning(key)
|
|
3178
|
+
return super().get(key, default)
|
|
3179
|
+
|
|
3180
|
+
def __init__(__self__, *,
|
|
3181
|
+
name: builtins.str,
|
|
3182
|
+
target_uri: builtins.str,
|
|
3183
|
+
action_configuration: Optional[builtins.str] = None,
|
|
3184
|
+
action_type: Optional[builtins.str] = None,
|
|
3185
|
+
last_updated_on: Optional[builtins.str] = None,
|
|
3186
|
+
timeout_in_seconds: Optional[builtins.int] = None,
|
|
3187
|
+
topic: Optional[builtins.str] = None,
|
|
3188
|
+
type_ref: Optional[builtins.str] = None):
|
|
3189
|
+
"""
|
|
3190
|
+
Defines the action properties.
|
|
3191
|
+
:param builtins.str name: Name of the action.
|
|
3192
|
+
:param builtins.str target_uri: The target URI on which a client can invoke the specific action.
|
|
3193
|
+
:param builtins.str action_configuration: Stringified JSON that contains connector-specific configuration for the action.
|
|
3194
|
+
:param builtins.str action_type: The type of the action.
|
|
3195
|
+
:param builtins.str last_updated_on: Timestamp (in UTC) indicating when the management action was added or modified.
|
|
3196
|
+
:param builtins.int timeout_in_seconds: Response timeout for the action.
|
|
3197
|
+
:param builtins.str topic: The MQTT topic path on which a client will receive the request for the action.
|
|
3198
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
3199
|
+
"""
|
|
3200
|
+
pulumi.set(__self__, "name", name)
|
|
3201
|
+
pulumi.set(__self__, "target_uri", target_uri)
|
|
3202
|
+
if action_configuration is not None:
|
|
3203
|
+
pulumi.set(__self__, "action_configuration", action_configuration)
|
|
3204
|
+
if action_type is None:
|
|
3205
|
+
action_type = 'Call'
|
|
3206
|
+
if action_type is not None:
|
|
3207
|
+
pulumi.set(__self__, "action_type", action_type)
|
|
3208
|
+
if last_updated_on is not None:
|
|
3209
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
3210
|
+
if timeout_in_seconds is not None:
|
|
3211
|
+
pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
|
|
3212
|
+
if topic is not None:
|
|
3213
|
+
pulumi.set(__self__, "topic", topic)
|
|
3214
|
+
if type_ref is not None:
|
|
3215
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
3216
|
+
|
|
3217
|
+
@property
|
|
3218
|
+
@pulumi.getter
|
|
3219
|
+
def name(self) -> builtins.str:
|
|
3220
|
+
"""
|
|
3221
|
+
Name of the action.
|
|
3222
|
+
"""
|
|
3223
|
+
return pulumi.get(self, "name")
|
|
3224
|
+
|
|
3225
|
+
@property
|
|
3226
|
+
@pulumi.getter(name="targetUri")
|
|
3227
|
+
def target_uri(self) -> builtins.str:
|
|
3228
|
+
"""
|
|
3229
|
+
The target URI on which a client can invoke the specific action.
|
|
3230
|
+
"""
|
|
3231
|
+
return pulumi.get(self, "target_uri")
|
|
3232
|
+
|
|
3233
|
+
@property
|
|
3234
|
+
@pulumi.getter(name="actionConfiguration")
|
|
3235
|
+
def action_configuration(self) -> Optional[builtins.str]:
|
|
3236
|
+
"""
|
|
3237
|
+
Stringified JSON that contains connector-specific configuration for the action.
|
|
3238
|
+
"""
|
|
3239
|
+
return pulumi.get(self, "action_configuration")
|
|
3240
|
+
|
|
3241
|
+
@property
|
|
3242
|
+
@pulumi.getter(name="actionType")
|
|
3243
|
+
def action_type(self) -> Optional[builtins.str]:
|
|
3244
|
+
"""
|
|
3245
|
+
The type of the action.
|
|
3246
|
+
"""
|
|
3247
|
+
return pulumi.get(self, "action_type")
|
|
3248
|
+
|
|
3249
|
+
@property
|
|
3250
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
3251
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
3252
|
+
"""
|
|
3253
|
+
Timestamp (in UTC) indicating when the management action was added or modified.
|
|
3254
|
+
"""
|
|
3255
|
+
return pulumi.get(self, "last_updated_on")
|
|
3256
|
+
|
|
3257
|
+
@property
|
|
3258
|
+
@pulumi.getter(name="timeoutInSeconds")
|
|
3259
|
+
def timeout_in_seconds(self) -> Optional[builtins.int]:
|
|
3260
|
+
"""
|
|
3261
|
+
Response timeout for the action.
|
|
3262
|
+
"""
|
|
3263
|
+
return pulumi.get(self, "timeout_in_seconds")
|
|
3264
|
+
|
|
3265
|
+
@property
|
|
3266
|
+
@pulumi.getter
|
|
3267
|
+
def topic(self) -> Optional[builtins.str]:
|
|
3268
|
+
"""
|
|
3269
|
+
The MQTT topic path on which a client will receive the request for the action.
|
|
3270
|
+
"""
|
|
3271
|
+
return pulumi.get(self, "topic")
|
|
3272
|
+
|
|
3273
|
+
@property
|
|
3274
|
+
@pulumi.getter(name="typeRef")
|
|
3275
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
3276
|
+
"""
|
|
3277
|
+
URI or type definition ID.
|
|
3278
|
+
"""
|
|
3279
|
+
return pulumi.get(self, "type_ref")
|
|
3280
|
+
|
|
3281
|
+
|
|
3282
|
+
@pulumi.output_type
|
|
3283
|
+
class NamespaceDiscoveredManagementGroupResponse(dict):
|
|
3284
|
+
"""
|
|
3285
|
+
Defines the management group properties.
|
|
3286
|
+
"""
|
|
3287
|
+
@staticmethod
|
|
3288
|
+
def __key_warning(key: str):
|
|
3289
|
+
suggest = None
|
|
3290
|
+
if key == "defaultTimeoutInSeconds":
|
|
3291
|
+
suggest = "default_timeout_in_seconds"
|
|
3292
|
+
elif key == "defaultTopic":
|
|
3293
|
+
suggest = "default_topic"
|
|
3294
|
+
elif key == "lastUpdatedOn":
|
|
3295
|
+
suggest = "last_updated_on"
|
|
3296
|
+
elif key == "managementGroupConfiguration":
|
|
3297
|
+
suggest = "management_group_configuration"
|
|
3298
|
+
elif key == "typeRef":
|
|
3299
|
+
suggest = "type_ref"
|
|
3300
|
+
|
|
3301
|
+
if suggest:
|
|
3302
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDiscoveredManagementGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3303
|
+
|
|
3304
|
+
def __getitem__(self, key: str) -> Any:
|
|
3305
|
+
NamespaceDiscoveredManagementGroupResponse.__key_warning(key)
|
|
3306
|
+
return super().__getitem__(key)
|
|
3307
|
+
|
|
3308
|
+
def get(self, key: str, default = None) -> Any:
|
|
3309
|
+
NamespaceDiscoveredManagementGroupResponse.__key_warning(key)
|
|
3310
|
+
return super().get(key, default)
|
|
3311
|
+
|
|
3312
|
+
def __init__(__self__, *,
|
|
3313
|
+
name: builtins.str,
|
|
3314
|
+
actions: Optional[Sequence['outputs.NamespaceDiscoveredManagementActionResponse']] = None,
|
|
3315
|
+
default_timeout_in_seconds: Optional[builtins.int] = None,
|
|
3316
|
+
default_topic: Optional[builtins.str] = None,
|
|
3317
|
+
last_updated_on: Optional[builtins.str] = None,
|
|
3318
|
+
management_group_configuration: Optional[builtins.str] = None,
|
|
3319
|
+
type_ref: Optional[builtins.str] = None):
|
|
3320
|
+
"""
|
|
3321
|
+
Defines the management group properties.
|
|
3322
|
+
:param builtins.str name: Name of the management group.
|
|
3323
|
+
:param Sequence['NamespaceDiscoveredManagementActionResponse'] actions: Array of actions that are part of the management group. Each action can have an individual configuration.
|
|
3324
|
+
:param builtins.int default_timeout_in_seconds: Default response timeout for all actions that are part of the management group.
|
|
3325
|
+
:param builtins.str default_topic: Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
|
|
3326
|
+
:param builtins.str last_updated_on: Timestamp (in UTC) indicating when the management group was added or modified.
|
|
3327
|
+
:param builtins.str management_group_configuration: Stringified JSON that contains connector-specific configuration for the management group.
|
|
3328
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
3329
|
+
"""
|
|
3330
|
+
pulumi.set(__self__, "name", name)
|
|
3331
|
+
if actions is not None:
|
|
3332
|
+
pulumi.set(__self__, "actions", actions)
|
|
3333
|
+
if default_timeout_in_seconds is None:
|
|
3334
|
+
default_timeout_in_seconds = 100
|
|
3335
|
+
if default_timeout_in_seconds is not None:
|
|
3336
|
+
pulumi.set(__self__, "default_timeout_in_seconds", default_timeout_in_seconds)
|
|
3337
|
+
if default_topic is not None:
|
|
3338
|
+
pulumi.set(__self__, "default_topic", default_topic)
|
|
3339
|
+
if last_updated_on is not None:
|
|
3340
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
3341
|
+
if management_group_configuration is not None:
|
|
3342
|
+
pulumi.set(__self__, "management_group_configuration", management_group_configuration)
|
|
3343
|
+
if type_ref is not None:
|
|
3344
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
3345
|
+
|
|
3346
|
+
@property
|
|
3347
|
+
@pulumi.getter
|
|
3348
|
+
def name(self) -> builtins.str:
|
|
3349
|
+
"""
|
|
3350
|
+
Name of the management group.
|
|
3351
|
+
"""
|
|
3352
|
+
return pulumi.get(self, "name")
|
|
3353
|
+
|
|
3354
|
+
@property
|
|
3355
|
+
@pulumi.getter
|
|
3356
|
+
def actions(self) -> Optional[Sequence['outputs.NamespaceDiscoveredManagementActionResponse']]:
|
|
3357
|
+
"""
|
|
3358
|
+
Array of actions that are part of the management group. Each action can have an individual configuration.
|
|
3359
|
+
"""
|
|
3360
|
+
return pulumi.get(self, "actions")
|
|
3361
|
+
|
|
3362
|
+
@property
|
|
3363
|
+
@pulumi.getter(name="defaultTimeoutInSeconds")
|
|
3364
|
+
def default_timeout_in_seconds(self) -> Optional[builtins.int]:
|
|
3365
|
+
"""
|
|
3366
|
+
Default response timeout for all actions that are part of the management group.
|
|
3367
|
+
"""
|
|
3368
|
+
return pulumi.get(self, "default_timeout_in_seconds")
|
|
3369
|
+
|
|
3370
|
+
@property
|
|
3371
|
+
@pulumi.getter(name="defaultTopic")
|
|
3372
|
+
def default_topic(self) -> Optional[builtins.str]:
|
|
3373
|
+
"""
|
|
3374
|
+
Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
|
|
3375
|
+
"""
|
|
3376
|
+
return pulumi.get(self, "default_topic")
|
|
3377
|
+
|
|
3378
|
+
@property
|
|
3379
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
3380
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
3381
|
+
"""
|
|
3382
|
+
Timestamp (in UTC) indicating when the management group was added or modified.
|
|
3383
|
+
"""
|
|
3384
|
+
return pulumi.get(self, "last_updated_on")
|
|
3385
|
+
|
|
3386
|
+
@property
|
|
3387
|
+
@pulumi.getter(name="managementGroupConfiguration")
|
|
3388
|
+
def management_group_configuration(self) -> Optional[builtins.str]:
|
|
3389
|
+
"""
|
|
3390
|
+
Stringified JSON that contains connector-specific configuration for the management group.
|
|
3391
|
+
"""
|
|
3392
|
+
return pulumi.get(self, "management_group_configuration")
|
|
3393
|
+
|
|
3394
|
+
@property
|
|
3395
|
+
@pulumi.getter(name="typeRef")
|
|
3396
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
3397
|
+
"""
|
|
3398
|
+
URI or type definition ID.
|
|
3399
|
+
"""
|
|
3400
|
+
return pulumi.get(self, "type_ref")
|
|
3401
|
+
|
|
3402
|
+
|
|
3403
|
+
@pulumi.output_type
|
|
3404
|
+
class NamespaceDiscoveredStreamResponse(dict):
|
|
3405
|
+
"""
|
|
3406
|
+
Defines the stream properties.
|
|
3407
|
+
"""
|
|
3408
|
+
@staticmethod
|
|
3409
|
+
def __key_warning(key: str):
|
|
3410
|
+
suggest = None
|
|
3411
|
+
if key == "lastUpdatedOn":
|
|
3412
|
+
suggest = "last_updated_on"
|
|
3413
|
+
elif key == "streamConfiguration":
|
|
3414
|
+
suggest = "stream_configuration"
|
|
3415
|
+
elif key == "typeRef":
|
|
3416
|
+
suggest = "type_ref"
|
|
3417
|
+
|
|
3418
|
+
if suggest:
|
|
3419
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceDiscoveredStreamResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3420
|
+
|
|
3421
|
+
def __getitem__(self, key: str) -> Any:
|
|
3422
|
+
NamespaceDiscoveredStreamResponse.__key_warning(key)
|
|
3423
|
+
return super().__getitem__(key)
|
|
3424
|
+
|
|
3425
|
+
def get(self, key: str, default = None) -> Any:
|
|
3426
|
+
NamespaceDiscoveredStreamResponse.__key_warning(key)
|
|
3427
|
+
return super().get(key, default)
|
|
3428
|
+
|
|
3429
|
+
def __init__(__self__, *,
|
|
3430
|
+
name: builtins.str,
|
|
3431
|
+
destinations: Optional[Sequence[Any]] = None,
|
|
3432
|
+
last_updated_on: Optional[builtins.str] = None,
|
|
3433
|
+
stream_configuration: Optional[builtins.str] = None,
|
|
3434
|
+
type_ref: Optional[builtins.str] = None):
|
|
3435
|
+
"""
|
|
3436
|
+
Defines the stream properties.
|
|
3437
|
+
:param builtins.str name: Name of the stream definition.
|
|
3438
|
+
:param Sequence[Union['StreamMqttDestinationResponse', 'StreamStorageDestinationResponse']] destinations: Destinations for a stream.
|
|
3439
|
+
:param builtins.str last_updated_on: Timestamp (in UTC) indicating when the stream was added or modified.
|
|
3440
|
+
:param builtins.str stream_configuration: Stringified JSON that contains connector-specific configuration for the specific stream.
|
|
3441
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
3442
|
+
"""
|
|
3443
|
+
pulumi.set(__self__, "name", name)
|
|
3444
|
+
if destinations is not None:
|
|
3445
|
+
pulumi.set(__self__, "destinations", destinations)
|
|
3446
|
+
if last_updated_on is not None:
|
|
3447
|
+
pulumi.set(__self__, "last_updated_on", last_updated_on)
|
|
3448
|
+
if stream_configuration is not None:
|
|
3449
|
+
pulumi.set(__self__, "stream_configuration", stream_configuration)
|
|
3450
|
+
if type_ref is not None:
|
|
3451
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
3452
|
+
|
|
3453
|
+
@property
|
|
3454
|
+
@pulumi.getter
|
|
3455
|
+
def name(self) -> builtins.str:
|
|
3456
|
+
"""
|
|
3457
|
+
Name of the stream definition.
|
|
3458
|
+
"""
|
|
3459
|
+
return pulumi.get(self, "name")
|
|
3460
|
+
|
|
3461
|
+
@property
|
|
3462
|
+
@pulumi.getter
|
|
3463
|
+
def destinations(self) -> Optional[Sequence[Any]]:
|
|
3464
|
+
"""
|
|
3465
|
+
Destinations for a stream.
|
|
3466
|
+
"""
|
|
3467
|
+
return pulumi.get(self, "destinations")
|
|
3468
|
+
|
|
3469
|
+
@property
|
|
3470
|
+
@pulumi.getter(name="lastUpdatedOn")
|
|
3471
|
+
def last_updated_on(self) -> Optional[builtins.str]:
|
|
3472
|
+
"""
|
|
3473
|
+
Timestamp (in UTC) indicating when the stream was added or modified.
|
|
3474
|
+
"""
|
|
3475
|
+
return pulumi.get(self, "last_updated_on")
|
|
3476
|
+
|
|
3477
|
+
@property
|
|
3478
|
+
@pulumi.getter(name="streamConfiguration")
|
|
3479
|
+
def stream_configuration(self) -> Optional[builtins.str]:
|
|
3480
|
+
"""
|
|
3481
|
+
Stringified JSON that contains connector-specific configuration for the specific stream.
|
|
3482
|
+
"""
|
|
3483
|
+
return pulumi.get(self, "stream_configuration")
|
|
3484
|
+
|
|
3485
|
+
@property
|
|
3486
|
+
@pulumi.getter(name="typeRef")
|
|
3487
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
3488
|
+
"""
|
|
3489
|
+
URI or type definition ID.
|
|
3490
|
+
"""
|
|
3491
|
+
return pulumi.get(self, "type_ref")
|
|
3492
|
+
|
|
3493
|
+
|
|
3494
|
+
@pulumi.output_type
|
|
3495
|
+
class NamespaceEventDataPointResponse(dict):
|
|
3496
|
+
"""
|
|
3497
|
+
Defines the event data point properties.
|
|
3498
|
+
"""
|
|
3499
|
+
@staticmethod
|
|
3500
|
+
def __key_warning(key: str):
|
|
3501
|
+
suggest = None
|
|
3502
|
+
if key == "dataSource":
|
|
3503
|
+
suggest = "data_source"
|
|
3504
|
+
elif key == "dataPointConfiguration":
|
|
3505
|
+
suggest = "data_point_configuration"
|
|
3506
|
+
|
|
3507
|
+
if suggest:
|
|
3508
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceEventDataPointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3509
|
+
|
|
3510
|
+
def __getitem__(self, key: str) -> Any:
|
|
3511
|
+
NamespaceEventDataPointResponse.__key_warning(key)
|
|
3512
|
+
return super().__getitem__(key)
|
|
3513
|
+
|
|
3514
|
+
def get(self, key: str, default = None) -> Any:
|
|
3515
|
+
NamespaceEventDataPointResponse.__key_warning(key)
|
|
3516
|
+
return super().get(key, default)
|
|
3517
|
+
|
|
3518
|
+
def __init__(__self__, *,
|
|
3519
|
+
data_source: builtins.str,
|
|
3520
|
+
name: builtins.str,
|
|
3521
|
+
data_point_configuration: Optional[builtins.str] = None):
|
|
3522
|
+
"""
|
|
3523
|
+
Defines the event data point properties.
|
|
3524
|
+
:param builtins.str data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
3525
|
+
:param builtins.str name: The name of the data point.
|
|
3526
|
+
:param builtins.str data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
3527
|
+
"""
|
|
3528
|
+
pulumi.set(__self__, "data_source", data_source)
|
|
3529
|
+
pulumi.set(__self__, "name", name)
|
|
3530
|
+
if data_point_configuration is not None:
|
|
3531
|
+
pulumi.set(__self__, "data_point_configuration", data_point_configuration)
|
|
3532
|
+
|
|
3533
|
+
@property
|
|
3534
|
+
@pulumi.getter(name="dataSource")
|
|
3535
|
+
def data_source(self) -> builtins.str:
|
|
3536
|
+
"""
|
|
3537
|
+
The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
|
|
3538
|
+
"""
|
|
3539
|
+
return pulumi.get(self, "data_source")
|
|
3540
|
+
|
|
3541
|
+
@property
|
|
3542
|
+
@pulumi.getter
|
|
3543
|
+
def name(self) -> builtins.str:
|
|
3544
|
+
"""
|
|
3545
|
+
The name of the data point.
|
|
3546
|
+
"""
|
|
3547
|
+
return pulumi.get(self, "name")
|
|
3548
|
+
|
|
3549
|
+
@property
|
|
3550
|
+
@pulumi.getter(name="dataPointConfiguration")
|
|
3551
|
+
def data_point_configuration(self) -> Optional[builtins.str]:
|
|
3552
|
+
"""
|
|
3553
|
+
Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
3554
|
+
"""
|
|
3555
|
+
return pulumi.get(self, "data_point_configuration")
|
|
3556
|
+
|
|
3557
|
+
|
|
3558
|
+
@pulumi.output_type
|
|
3559
|
+
class NamespaceEventResponse(dict):
|
|
3560
|
+
"""
|
|
3561
|
+
Defines the event properties.
|
|
3562
|
+
"""
|
|
3563
|
+
@staticmethod
|
|
3564
|
+
def __key_warning(key: str):
|
|
3565
|
+
suggest = None
|
|
3566
|
+
if key == "eventNotifier":
|
|
3567
|
+
suggest = "event_notifier"
|
|
3568
|
+
elif key == "dataPoints":
|
|
3569
|
+
suggest = "data_points"
|
|
3570
|
+
elif key == "eventConfiguration":
|
|
3571
|
+
suggest = "event_configuration"
|
|
3572
|
+
elif key == "typeRef":
|
|
3573
|
+
suggest = "type_ref"
|
|
3574
|
+
|
|
3575
|
+
if suggest:
|
|
3576
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceEventResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3577
|
+
|
|
3578
|
+
def __getitem__(self, key: str) -> Any:
|
|
3579
|
+
NamespaceEventResponse.__key_warning(key)
|
|
3580
|
+
return super().__getitem__(key)
|
|
3581
|
+
|
|
3582
|
+
def get(self, key: str, default = None) -> Any:
|
|
3583
|
+
NamespaceEventResponse.__key_warning(key)
|
|
3584
|
+
return super().get(key, default)
|
|
3585
|
+
|
|
3586
|
+
def __init__(__self__, *,
|
|
3587
|
+
event_notifier: builtins.str,
|
|
3588
|
+
name: builtins.str,
|
|
3589
|
+
data_points: Optional[Sequence['outputs.NamespaceEventDataPointResponse']] = None,
|
|
3590
|
+
destinations: Optional[Sequence[Any]] = None,
|
|
3591
|
+
event_configuration: Optional[builtins.str] = None,
|
|
3592
|
+
type_ref: Optional[builtins.str] = None):
|
|
3593
|
+
"""
|
|
3594
|
+
Defines the event properties.
|
|
3595
|
+
:param builtins.str event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
3596
|
+
:param builtins.str name: The name of the event.
|
|
3597
|
+
:param Sequence['NamespaceEventDataPointResponse'] data_points: Array of data points that are part of the event. Each data point can have a per-data point configuration.
|
|
3598
|
+
:param Sequence[Union['EventMqttDestinationResponse', 'EventStorageDestinationResponse']] destinations: Destinations for an event.
|
|
3599
|
+
:param builtins.str event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
3600
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
3601
|
+
"""
|
|
3602
|
+
pulumi.set(__self__, "event_notifier", event_notifier)
|
|
3603
|
+
pulumi.set(__self__, "name", name)
|
|
3604
|
+
if data_points is not None:
|
|
3605
|
+
pulumi.set(__self__, "data_points", data_points)
|
|
3606
|
+
if destinations is not None:
|
|
3607
|
+
pulumi.set(__self__, "destinations", destinations)
|
|
3608
|
+
if event_configuration is not None:
|
|
3609
|
+
pulumi.set(__self__, "event_configuration", event_configuration)
|
|
3610
|
+
if type_ref is not None:
|
|
3611
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
3612
|
+
|
|
3613
|
+
@property
|
|
3614
|
+
@pulumi.getter(name="eventNotifier")
|
|
3615
|
+
def event_notifier(self) -> builtins.str:
|
|
3616
|
+
"""
|
|
3617
|
+
The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
|
|
3618
|
+
"""
|
|
3619
|
+
return pulumi.get(self, "event_notifier")
|
|
3620
|
+
|
|
3621
|
+
@property
|
|
3622
|
+
@pulumi.getter
|
|
3623
|
+
def name(self) -> builtins.str:
|
|
3624
|
+
"""
|
|
3625
|
+
The name of the event.
|
|
3626
|
+
"""
|
|
3627
|
+
return pulumi.get(self, "name")
|
|
3628
|
+
|
|
3629
|
+
@property
|
|
3630
|
+
@pulumi.getter(name="dataPoints")
|
|
3631
|
+
def data_points(self) -> Optional[Sequence['outputs.NamespaceEventDataPointResponse']]:
|
|
3632
|
+
"""
|
|
3633
|
+
Array of data points that are part of the event. Each data point can have a per-data point configuration.
|
|
3634
|
+
"""
|
|
3635
|
+
return pulumi.get(self, "data_points")
|
|
3636
|
+
|
|
3637
|
+
@property
|
|
3638
|
+
@pulumi.getter
|
|
3639
|
+
def destinations(self) -> Optional[Sequence[Any]]:
|
|
3640
|
+
"""
|
|
3641
|
+
Destinations for an event.
|
|
3642
|
+
"""
|
|
3643
|
+
return pulumi.get(self, "destinations")
|
|
3644
|
+
|
|
3645
|
+
@property
|
|
3646
|
+
@pulumi.getter(name="eventConfiguration")
|
|
3647
|
+
def event_configuration(self) -> Optional[builtins.str]:
|
|
3648
|
+
"""
|
|
3649
|
+
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
|
|
3650
|
+
"""
|
|
3651
|
+
return pulumi.get(self, "event_configuration")
|
|
3652
|
+
|
|
3653
|
+
@property
|
|
3654
|
+
@pulumi.getter(name="typeRef")
|
|
3655
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
3656
|
+
"""
|
|
3657
|
+
URI or type definition ID.
|
|
3658
|
+
"""
|
|
3659
|
+
return pulumi.get(self, "type_ref")
|
|
3660
|
+
|
|
3661
|
+
|
|
3662
|
+
@pulumi.output_type
|
|
3663
|
+
class NamespaceMessageSchemaReferenceResponse(dict):
|
|
3664
|
+
"""
|
|
3665
|
+
Defines the message schema reference properties.
|
|
3666
|
+
"""
|
|
3667
|
+
@staticmethod
|
|
3668
|
+
def __key_warning(key: str):
|
|
3669
|
+
suggest = None
|
|
3670
|
+
if key == "schemaName":
|
|
3671
|
+
suggest = "schema_name"
|
|
3672
|
+
elif key == "schemaRegistryNamespace":
|
|
3673
|
+
suggest = "schema_registry_namespace"
|
|
3674
|
+
elif key == "schemaVersion":
|
|
893
3675
|
suggest = "schema_version"
|
|
894
3676
|
|
|
895
3677
|
if suggest:
|
|
896
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
3678
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceMessageSchemaReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
897
3679
|
|
|
898
3680
|
def __getitem__(self, key: str) -> Any:
|
|
899
|
-
|
|
3681
|
+
NamespaceMessageSchemaReferenceResponse.__key_warning(key)
|
|
900
3682
|
return super().__getitem__(key)
|
|
901
3683
|
|
|
902
3684
|
def get(self, key: str, default = None) -> Any:
|
|
903
|
-
|
|
3685
|
+
NamespaceMessageSchemaReferenceResponse.__key_warning(key)
|
|
904
3686
|
return super().get(key, default)
|
|
905
3687
|
|
|
906
3688
|
def __init__(__self__, *,
|
|
@@ -942,6 +3724,314 @@ class MessageSchemaReferenceResponse(dict):
|
|
|
942
3724
|
return pulumi.get(self, "schema_version")
|
|
943
3725
|
|
|
944
3726
|
|
|
3727
|
+
@pulumi.output_type
|
|
3728
|
+
class NamespaceStreamResponse(dict):
|
|
3729
|
+
"""
|
|
3730
|
+
Defines the stream properties.
|
|
3731
|
+
"""
|
|
3732
|
+
@staticmethod
|
|
3733
|
+
def __key_warning(key: str):
|
|
3734
|
+
suggest = None
|
|
3735
|
+
if key == "streamConfiguration":
|
|
3736
|
+
suggest = "stream_configuration"
|
|
3737
|
+
elif key == "typeRef":
|
|
3738
|
+
suggest = "type_ref"
|
|
3739
|
+
|
|
3740
|
+
if suggest:
|
|
3741
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceStreamResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3742
|
+
|
|
3743
|
+
def __getitem__(self, key: str) -> Any:
|
|
3744
|
+
NamespaceStreamResponse.__key_warning(key)
|
|
3745
|
+
return super().__getitem__(key)
|
|
3746
|
+
|
|
3747
|
+
def get(self, key: str, default = None) -> Any:
|
|
3748
|
+
NamespaceStreamResponse.__key_warning(key)
|
|
3749
|
+
return super().get(key, default)
|
|
3750
|
+
|
|
3751
|
+
def __init__(__self__, *,
|
|
3752
|
+
name: builtins.str,
|
|
3753
|
+
destinations: Optional[Sequence[Any]] = None,
|
|
3754
|
+
stream_configuration: Optional[builtins.str] = None,
|
|
3755
|
+
type_ref: Optional[builtins.str] = None):
|
|
3756
|
+
"""
|
|
3757
|
+
Defines the stream properties.
|
|
3758
|
+
:param builtins.str name: Name of the stream definition.
|
|
3759
|
+
:param Sequence[Union['StreamMqttDestinationResponse', 'StreamStorageDestinationResponse']] destinations: Destinations for a stream.
|
|
3760
|
+
:param builtins.str stream_configuration: Stringified JSON that contains connector-specific configuration for the specific stream.
|
|
3761
|
+
:param builtins.str type_ref: URI or type definition ID.
|
|
3762
|
+
"""
|
|
3763
|
+
pulumi.set(__self__, "name", name)
|
|
3764
|
+
if destinations is not None:
|
|
3765
|
+
pulumi.set(__self__, "destinations", destinations)
|
|
3766
|
+
if stream_configuration is not None:
|
|
3767
|
+
pulumi.set(__self__, "stream_configuration", stream_configuration)
|
|
3768
|
+
if type_ref is not None:
|
|
3769
|
+
pulumi.set(__self__, "type_ref", type_ref)
|
|
3770
|
+
|
|
3771
|
+
@property
|
|
3772
|
+
@pulumi.getter
|
|
3773
|
+
def name(self) -> builtins.str:
|
|
3774
|
+
"""
|
|
3775
|
+
Name of the stream definition.
|
|
3776
|
+
"""
|
|
3777
|
+
return pulumi.get(self, "name")
|
|
3778
|
+
|
|
3779
|
+
@property
|
|
3780
|
+
@pulumi.getter
|
|
3781
|
+
def destinations(self) -> Optional[Sequence[Any]]:
|
|
3782
|
+
"""
|
|
3783
|
+
Destinations for a stream.
|
|
3784
|
+
"""
|
|
3785
|
+
return pulumi.get(self, "destinations")
|
|
3786
|
+
|
|
3787
|
+
@property
|
|
3788
|
+
@pulumi.getter(name="streamConfiguration")
|
|
3789
|
+
def stream_configuration(self) -> Optional[builtins.str]:
|
|
3790
|
+
"""
|
|
3791
|
+
Stringified JSON that contains connector-specific configuration for the specific stream.
|
|
3792
|
+
"""
|
|
3793
|
+
return pulumi.get(self, "stream_configuration")
|
|
3794
|
+
|
|
3795
|
+
@property
|
|
3796
|
+
@pulumi.getter(name="typeRef")
|
|
3797
|
+
def type_ref(self) -> Optional[builtins.str]:
|
|
3798
|
+
"""
|
|
3799
|
+
URI or type definition ID.
|
|
3800
|
+
"""
|
|
3801
|
+
return pulumi.get(self, "type_ref")
|
|
3802
|
+
|
|
3803
|
+
|
|
3804
|
+
@pulumi.output_type
|
|
3805
|
+
class OutboundEndpointsResponse(dict):
|
|
3806
|
+
"""
|
|
3807
|
+
Property bag contains the device's outbound endpoints
|
|
3808
|
+
"""
|
|
3809
|
+
def __init__(__self__, *,
|
|
3810
|
+
assigned: Mapping[str, 'outputs.DeviceMessagingEndpointResponse'],
|
|
3811
|
+
unassigned: Optional[Mapping[str, 'outputs.DeviceMessagingEndpointResponse']] = None):
|
|
3812
|
+
"""
|
|
3813
|
+
Property bag contains the device's outbound endpoints
|
|
3814
|
+
:param Mapping[str, 'DeviceMessagingEndpointResponse'] assigned: Endpoints the device can connect to.
|
|
3815
|
+
:param Mapping[str, 'DeviceMessagingEndpointResponse'] unassigned: Set of most recently removed endpoints.
|
|
3816
|
+
"""
|
|
3817
|
+
pulumi.set(__self__, "assigned", assigned)
|
|
3818
|
+
if unassigned is not None:
|
|
3819
|
+
pulumi.set(__self__, "unassigned", unassigned)
|
|
3820
|
+
|
|
3821
|
+
@property
|
|
3822
|
+
@pulumi.getter
|
|
3823
|
+
def assigned(self) -> Mapping[str, 'outputs.DeviceMessagingEndpointResponse']:
|
|
3824
|
+
"""
|
|
3825
|
+
Endpoints the device can connect to.
|
|
3826
|
+
"""
|
|
3827
|
+
return pulumi.get(self, "assigned")
|
|
3828
|
+
|
|
3829
|
+
@property
|
|
3830
|
+
@pulumi.getter
|
|
3831
|
+
def unassigned(self) -> Optional[Mapping[str, 'outputs.DeviceMessagingEndpointResponse']]:
|
|
3832
|
+
"""
|
|
3833
|
+
Set of most recently removed endpoints.
|
|
3834
|
+
"""
|
|
3835
|
+
return pulumi.get(self, "unassigned")
|
|
3836
|
+
|
|
3837
|
+
|
|
3838
|
+
@pulumi.output_type
|
|
3839
|
+
class StatusConfigResponse(dict):
|
|
3840
|
+
"""
|
|
3841
|
+
Defines the status config properties.
|
|
3842
|
+
"""
|
|
3843
|
+
@staticmethod
|
|
3844
|
+
def __key_warning(key: str):
|
|
3845
|
+
suggest = None
|
|
3846
|
+
if key == "lastTransitionTime":
|
|
3847
|
+
suggest = "last_transition_time"
|
|
3848
|
+
|
|
3849
|
+
if suggest:
|
|
3850
|
+
pulumi.log.warn(f"Key '{key}' not found in StatusConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3851
|
+
|
|
3852
|
+
def __getitem__(self, key: str) -> Any:
|
|
3853
|
+
StatusConfigResponse.__key_warning(key)
|
|
3854
|
+
return super().__getitem__(key)
|
|
3855
|
+
|
|
3856
|
+
def get(self, key: str, default = None) -> Any:
|
|
3857
|
+
StatusConfigResponse.__key_warning(key)
|
|
3858
|
+
return super().get(key, default)
|
|
3859
|
+
|
|
3860
|
+
def __init__(__self__, *,
|
|
3861
|
+
error: 'outputs.StatusErrorResponse',
|
|
3862
|
+
last_transition_time: builtins.str,
|
|
3863
|
+
version: builtins.float):
|
|
3864
|
+
"""
|
|
3865
|
+
Defines the status config properties.
|
|
3866
|
+
:param 'StatusErrorResponse' error: Object to transfer and persist errors that originate from the edge.
|
|
3867
|
+
:param builtins.str last_transition_time: A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
|
|
3868
|
+
:param builtins.float version: A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
|
|
3869
|
+
"""
|
|
3870
|
+
pulumi.set(__self__, "error", error)
|
|
3871
|
+
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
3872
|
+
pulumi.set(__self__, "version", version)
|
|
3873
|
+
|
|
3874
|
+
@property
|
|
3875
|
+
@pulumi.getter
|
|
3876
|
+
def error(self) -> 'outputs.StatusErrorResponse':
|
|
3877
|
+
"""
|
|
3878
|
+
Object to transfer and persist errors that originate from the edge.
|
|
3879
|
+
"""
|
|
3880
|
+
return pulumi.get(self, "error")
|
|
3881
|
+
|
|
3882
|
+
@property
|
|
3883
|
+
@pulumi.getter(name="lastTransitionTime")
|
|
3884
|
+
def last_transition_time(self) -> builtins.str:
|
|
3885
|
+
"""
|
|
3886
|
+
A read-only timestamp indicating the last time the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud.
|
|
3887
|
+
"""
|
|
3888
|
+
return pulumi.get(self, "last_transition_time")
|
|
3889
|
+
|
|
3890
|
+
@property
|
|
3891
|
+
@pulumi.getter
|
|
3892
|
+
def version(self) -> builtins.float:
|
|
3893
|
+
"""
|
|
3894
|
+
A read-only incremental counter indicating the number of times the configuration has been modified from the perspective of the current actual (edge) state of the CRD. Edge would be the only writer of this value and would sync back up to the cloud. In steady state, this should equal version.
|
|
3895
|
+
"""
|
|
3896
|
+
return pulumi.get(self, "version")
|
|
3897
|
+
|
|
3898
|
+
|
|
3899
|
+
@pulumi.output_type
|
|
3900
|
+
class StatusErrorResponse(dict):
|
|
3901
|
+
"""
|
|
3902
|
+
Defines the status config error properties.
|
|
3903
|
+
"""
|
|
3904
|
+
def __init__(__self__, *,
|
|
3905
|
+
code: builtins.str,
|
|
3906
|
+
details: Sequence['outputs.ErrorDetailsResponse'],
|
|
3907
|
+
message: builtins.str):
|
|
3908
|
+
"""
|
|
3909
|
+
Defines the status config error properties.
|
|
3910
|
+
:param builtins.str code: Error code for classification of errors (ex: '400', '404', '500', etc.).
|
|
3911
|
+
:param Sequence['ErrorDetailsResponse'] details: Array of error details that describe the status of each error.
|
|
3912
|
+
:param builtins.str message: Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
|
|
3913
|
+
"""
|
|
3914
|
+
pulumi.set(__self__, "code", code)
|
|
3915
|
+
pulumi.set(__self__, "details", details)
|
|
3916
|
+
pulumi.set(__self__, "message", message)
|
|
3917
|
+
|
|
3918
|
+
@property
|
|
3919
|
+
@pulumi.getter
|
|
3920
|
+
def code(self) -> builtins.str:
|
|
3921
|
+
"""
|
|
3922
|
+
Error code for classification of errors (ex: '400', '404', '500', etc.).
|
|
3923
|
+
"""
|
|
3924
|
+
return pulumi.get(self, "code")
|
|
3925
|
+
|
|
3926
|
+
@property
|
|
3927
|
+
@pulumi.getter
|
|
3928
|
+
def details(self) -> Sequence['outputs.ErrorDetailsResponse']:
|
|
3929
|
+
"""
|
|
3930
|
+
Array of error details that describe the status of each error.
|
|
3931
|
+
"""
|
|
3932
|
+
return pulumi.get(self, "details")
|
|
3933
|
+
|
|
3934
|
+
@property
|
|
3935
|
+
@pulumi.getter
|
|
3936
|
+
def message(self) -> builtins.str:
|
|
3937
|
+
"""
|
|
3938
|
+
Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”).
|
|
3939
|
+
"""
|
|
3940
|
+
return pulumi.get(self, "message")
|
|
3941
|
+
|
|
3942
|
+
|
|
3943
|
+
@pulumi.output_type
|
|
3944
|
+
class StorageDestinationConfigurationResponse(dict):
|
|
3945
|
+
"""
|
|
3946
|
+
The configuration for a storage destination.
|
|
3947
|
+
"""
|
|
3948
|
+
def __init__(__self__, *,
|
|
3949
|
+
path: builtins.str):
|
|
3950
|
+
"""
|
|
3951
|
+
The configuration for a storage destination.
|
|
3952
|
+
:param builtins.str path: The storage destination path.
|
|
3953
|
+
"""
|
|
3954
|
+
pulumi.set(__self__, "path", path)
|
|
3955
|
+
|
|
3956
|
+
@property
|
|
3957
|
+
@pulumi.getter
|
|
3958
|
+
def path(self) -> builtins.str:
|
|
3959
|
+
"""
|
|
3960
|
+
The storage destination path.
|
|
3961
|
+
"""
|
|
3962
|
+
return pulumi.get(self, "path")
|
|
3963
|
+
|
|
3964
|
+
|
|
3965
|
+
@pulumi.output_type
|
|
3966
|
+
class StreamMqttDestinationResponse(dict):
|
|
3967
|
+
"""
|
|
3968
|
+
The type for a MQTT destination.
|
|
3969
|
+
"""
|
|
3970
|
+
def __init__(__self__, *,
|
|
3971
|
+
configuration: 'outputs.MqttDestinationConfigurationResponse',
|
|
3972
|
+
target: builtins.str):
|
|
3973
|
+
"""
|
|
3974
|
+
The type for a MQTT destination.
|
|
3975
|
+
:param 'MqttDestinationConfigurationResponse' configuration: The MQTT destination configuration.
|
|
3976
|
+
:param builtins.str target: The set of supported stream destinations for an asset.
|
|
3977
|
+
Expected value is 'Mqtt'.
|
|
3978
|
+
"""
|
|
3979
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
3980
|
+
pulumi.set(__self__, "target", 'Mqtt')
|
|
3981
|
+
|
|
3982
|
+
@property
|
|
3983
|
+
@pulumi.getter
|
|
3984
|
+
def configuration(self) -> 'outputs.MqttDestinationConfigurationResponse':
|
|
3985
|
+
"""
|
|
3986
|
+
The MQTT destination configuration.
|
|
3987
|
+
"""
|
|
3988
|
+
return pulumi.get(self, "configuration")
|
|
3989
|
+
|
|
3990
|
+
@property
|
|
3991
|
+
@pulumi.getter
|
|
3992
|
+
def target(self) -> builtins.str:
|
|
3993
|
+
"""
|
|
3994
|
+
The set of supported stream destinations for an asset.
|
|
3995
|
+
Expected value is 'Mqtt'.
|
|
3996
|
+
"""
|
|
3997
|
+
return pulumi.get(self, "target")
|
|
3998
|
+
|
|
3999
|
+
|
|
4000
|
+
@pulumi.output_type
|
|
4001
|
+
class StreamStorageDestinationResponse(dict):
|
|
4002
|
+
"""
|
|
4003
|
+
The type for a storage destination.
|
|
4004
|
+
"""
|
|
4005
|
+
def __init__(__self__, *,
|
|
4006
|
+
configuration: 'outputs.StorageDestinationConfigurationResponse',
|
|
4007
|
+
target: builtins.str):
|
|
4008
|
+
"""
|
|
4009
|
+
The type for a storage destination.
|
|
4010
|
+
:param 'StorageDestinationConfigurationResponse' configuration: The storage destination configuration.
|
|
4011
|
+
:param builtins.str target: The set of supported stream destinations for an asset.
|
|
4012
|
+
Expected value is 'Storage'.
|
|
4013
|
+
"""
|
|
4014
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
4015
|
+
pulumi.set(__self__, "target", 'Storage')
|
|
4016
|
+
|
|
4017
|
+
@property
|
|
4018
|
+
@pulumi.getter
|
|
4019
|
+
def configuration(self) -> 'outputs.StorageDestinationConfigurationResponse':
|
|
4020
|
+
"""
|
|
4021
|
+
The storage destination configuration.
|
|
4022
|
+
"""
|
|
4023
|
+
return pulumi.get(self, "configuration")
|
|
4024
|
+
|
|
4025
|
+
@property
|
|
4026
|
+
@pulumi.getter
|
|
4027
|
+
def target(self) -> builtins.str:
|
|
4028
|
+
"""
|
|
4029
|
+
The set of supported stream destinations for an asset.
|
|
4030
|
+
Expected value is 'Storage'.
|
|
4031
|
+
"""
|
|
4032
|
+
return pulumi.get(self, "target")
|
|
4033
|
+
|
|
4034
|
+
|
|
945
4035
|
@pulumi.output_type
|
|
946
4036
|
class SystemAssignedServiceIdentityResponse(dict):
|
|
947
4037
|
"""
|
|
@@ -1151,6 +4241,46 @@ class TopicResponse(dict):
|
|
|
1151
4241
|
return pulumi.get(self, "retain")
|
|
1152
4242
|
|
|
1153
4243
|
|
|
4244
|
+
@pulumi.output_type
|
|
4245
|
+
class TrustSettingsResponse(dict):
|
|
4246
|
+
"""
|
|
4247
|
+
Defines server trust settings for an endpoint.
|
|
4248
|
+
"""
|
|
4249
|
+
@staticmethod
|
|
4250
|
+
def __key_warning(key: str):
|
|
4251
|
+
suggest = None
|
|
4252
|
+
if key == "trustList":
|
|
4253
|
+
suggest = "trust_list"
|
|
4254
|
+
|
|
4255
|
+
if suggest:
|
|
4256
|
+
pulumi.log.warn(f"Key '{key}' not found in TrustSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4257
|
+
|
|
4258
|
+
def __getitem__(self, key: str) -> Any:
|
|
4259
|
+
TrustSettingsResponse.__key_warning(key)
|
|
4260
|
+
return super().__getitem__(key)
|
|
4261
|
+
|
|
4262
|
+
def get(self, key: str, default = None) -> Any:
|
|
4263
|
+
TrustSettingsResponse.__key_warning(key)
|
|
4264
|
+
return super().get(key, default)
|
|
4265
|
+
|
|
4266
|
+
def __init__(__self__, *,
|
|
4267
|
+
trust_list: Optional[builtins.str] = None):
|
|
4268
|
+
"""
|
|
4269
|
+
Defines server trust settings for an endpoint.
|
|
4270
|
+
:param builtins.str trust_list: Defines a secret reference for certificates to trust.
|
|
4271
|
+
"""
|
|
4272
|
+
if trust_list is not None:
|
|
4273
|
+
pulumi.set(__self__, "trust_list", trust_list)
|
|
4274
|
+
|
|
4275
|
+
@property
|
|
4276
|
+
@pulumi.getter(name="trustList")
|
|
4277
|
+
def trust_list(self) -> Optional[builtins.str]:
|
|
4278
|
+
"""
|
|
4279
|
+
Defines a secret reference for certificates to trust.
|
|
4280
|
+
"""
|
|
4281
|
+
return pulumi.get(self, "trust_list")
|
|
4282
|
+
|
|
4283
|
+
|
|
1154
4284
|
@pulumi.output_type
|
|
1155
4285
|
class UsernamePasswordCredentialsResponse(dict):
|
|
1156
4286
|
"""
|