pulumi-azure-native 2.81.0a1736233463__py3-none-any.whl → 2.82.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +102 -1
- pulumi_azure_native/azureplaywrightservice/v20241201/account.py +4 -4
- pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +1 -1
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_private_access.py +2 -2
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/private_access.py +3 -3
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
- pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
- pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
- pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
- pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
- pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
- pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
- pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
- pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
- pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
- pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
- pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
- pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
- pulumi_azure_native/confidentialledger/__init__.py +3 -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/confidentialledger/v20220513/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
- pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
- pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
- pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
- pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
- pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
- pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
- pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
- pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
- pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
- pulumi_azure_native/confluent/__init__.py +9 -0
- pulumi_azure_native/confluent/_enums.py +91 -0
- pulumi_azure_native/confluent/_inputs.py +2882 -63
- pulumi_azure_native/confluent/connector.py +323 -0
- pulumi_azure_native/confluent/get_connector.py +191 -0
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
- pulumi_azure_native/confluent/get_topic.py +261 -0
- pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
- pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
- pulumi_azure_native/confluent/outputs.py +2233 -222
- pulumi_azure_native/confluent/topic.py +486 -0
- pulumi_azure_native/confluent/v20240701/connector.py +2 -0
- pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
- pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
- pulumi_azure_native/confluent/v20240701/topic.py +2 -0
- pulumi_azure_native/maintenance/_inputs.py +6 -6
- pulumi_azure_native/maintenance/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
- pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
- pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/__init__.py +3 -0
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
- pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
- pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
- pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
- pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
- pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
- pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/securityinsights/__init__.py +3 -0
- 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/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- 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/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
- 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/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- 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_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
- 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_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.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_system.py +4 -0
- 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/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- 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_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
- pulumi_azure_native/securityinsights/list_whois_by_domain.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/office_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/system.py +5 -1
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
- pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
- pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
- pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
- pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
- pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
- pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
- pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
- pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
- pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
- pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
- pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
- pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
- pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
- pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
- pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
- pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
- pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
- pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
- pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
- pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
- pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
- pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
- pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
- pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
- pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
- pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
- pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
- pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
- {pulumi_azure_native-2.81.0a1736233463.dist-info → pulumi_azure_native-2.82.0.dist-info}/METADATA +2 -2
- {pulumi_azure_native-2.81.0a1736233463.dist-info → pulumi_azure_native-2.82.0.dist-info}/RECORD +940 -770
- {pulumi_azure_native-2.81.0a1736233463.dist-info → pulumi_azure_native-2.82.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.81.0a1736233463.dist-info → pulumi_azure_native-2.82.0.dist-info}/top_level.txt +0 -0
|
@@ -14,8 +14,14 @@ else:
|
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from .. import _utilities
|
|
16
16
|
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
17
18
|
|
|
18
19
|
__all__ = [
|
|
20
|
+
'AzureBlobStorageSinkConnectorServiceInfoResponse',
|
|
21
|
+
'AzureBlobStorageSourceConnectorServiceInfoResponse',
|
|
22
|
+
'AzureCosmosDBSinkConnectorServiceInfoResponse',
|
|
23
|
+
'AzureCosmosDBSourceConnectorServiceInfoResponse',
|
|
24
|
+
'AzureSynapseAnalyticsSinkConnectorServiceInfoResponse',
|
|
19
25
|
'ClusterByokEntityResponse',
|
|
20
26
|
'ClusterConfigEntityResponse',
|
|
21
27
|
'ClusterEnvironmentEntityResponse',
|
|
@@ -24,20 +30,532 @@ __all__ = [
|
|
|
24
30
|
'ClusterSpecEntityResponse',
|
|
25
31
|
'ClusterStatusEntityResponse',
|
|
26
32
|
'ConfluentListMetadataResponse',
|
|
33
|
+
'ConnectorInfoBaseResponse',
|
|
27
34
|
'EnvironmentRecordResponse',
|
|
28
35
|
'InvitationRecordResponse',
|
|
36
|
+
'KafkaAzureBlobStorageSinkConnectorInfoResponse',
|
|
37
|
+
'KafkaAzureBlobStorageSourceConnectorInfoResponse',
|
|
38
|
+
'KafkaAzureCosmosDBSinkConnectorInfoResponse',
|
|
39
|
+
'KafkaAzureCosmosDBSourceConnectorInfoResponse',
|
|
40
|
+
'KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse',
|
|
29
41
|
'MetadataEntityResponse',
|
|
30
42
|
'OfferDetailResponse',
|
|
31
43
|
'RegionRecordResponse',
|
|
32
44
|
'RegionSpecEntityResponse',
|
|
33
45
|
'RoleBindingRecordResponse',
|
|
46
|
+
'SCClusterByokEntityResponse',
|
|
47
|
+
'SCClusterNetworkEnvironmentEntityResponse',
|
|
48
|
+
'SCClusterSpecEntityResponse',
|
|
34
49
|
'SCMetadataEntityResponse',
|
|
35
50
|
'ServiceAccountRecordResponse',
|
|
51
|
+
'StreamGovernanceConfigResponse',
|
|
36
52
|
'SystemDataResponse',
|
|
53
|
+
'TopicMetadataEntityResponse',
|
|
54
|
+
'TopicsInputConfigResponse',
|
|
55
|
+
'TopicsRelatedLinkResponse',
|
|
37
56
|
'UserDetailResponse',
|
|
38
57
|
'UserRecordResponse',
|
|
39
58
|
]
|
|
40
59
|
|
|
60
|
+
@pulumi.output_type
|
|
61
|
+
class AzureBlobStorageSinkConnectorServiceInfoResponse(dict):
|
|
62
|
+
"""
|
|
63
|
+
The authentication info when auth_type is azureBlobStorageSinkConnector
|
|
64
|
+
"""
|
|
65
|
+
@staticmethod
|
|
66
|
+
def __key_warning(key: str):
|
|
67
|
+
suggest = None
|
|
68
|
+
if key == "connectorServiceType":
|
|
69
|
+
suggest = "connector_service_type"
|
|
70
|
+
elif key == "storageAccountKey":
|
|
71
|
+
suggest = "storage_account_key"
|
|
72
|
+
elif key == "storageAccountName":
|
|
73
|
+
suggest = "storage_account_name"
|
|
74
|
+
elif key == "storageContainerName":
|
|
75
|
+
suggest = "storage_container_name"
|
|
76
|
+
|
|
77
|
+
if suggest:
|
|
78
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureBlobStorageSinkConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
79
|
+
|
|
80
|
+
def __getitem__(self, key: str) -> Any:
|
|
81
|
+
AzureBlobStorageSinkConnectorServiceInfoResponse.__key_warning(key)
|
|
82
|
+
return super().__getitem__(key)
|
|
83
|
+
|
|
84
|
+
def get(self, key: str, default = None) -> Any:
|
|
85
|
+
AzureBlobStorageSinkConnectorServiceInfoResponse.__key_warning(key)
|
|
86
|
+
return super().get(key, default)
|
|
87
|
+
|
|
88
|
+
def __init__(__self__, *,
|
|
89
|
+
connector_service_type: str,
|
|
90
|
+
storage_account_key: Optional[str] = None,
|
|
91
|
+
storage_account_name: Optional[str] = None,
|
|
92
|
+
storage_container_name: Optional[str] = None):
|
|
93
|
+
"""
|
|
94
|
+
The authentication info when auth_type is azureBlobStorageSinkConnector
|
|
95
|
+
:param str connector_service_type: The connector service type.
|
|
96
|
+
Expected value is 'AzureBlobStorageSinkConnector'.
|
|
97
|
+
:param str storage_account_key: Azure Blob Storage Account Key
|
|
98
|
+
:param str storage_account_name: Azure Blob Storage Account Name
|
|
99
|
+
:param str storage_container_name: Azure Blob Storage Account Container Name
|
|
100
|
+
"""
|
|
101
|
+
pulumi.set(__self__, "connector_service_type", 'AzureBlobStorageSinkConnector')
|
|
102
|
+
if storage_account_key is not None:
|
|
103
|
+
pulumi.set(__self__, "storage_account_key", storage_account_key)
|
|
104
|
+
if storage_account_name is not None:
|
|
105
|
+
pulumi.set(__self__, "storage_account_name", storage_account_name)
|
|
106
|
+
if storage_container_name is not None:
|
|
107
|
+
pulumi.set(__self__, "storage_container_name", storage_container_name)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="connectorServiceType")
|
|
111
|
+
def connector_service_type(self) -> str:
|
|
112
|
+
"""
|
|
113
|
+
The connector service type.
|
|
114
|
+
Expected value is 'AzureBlobStorageSinkConnector'.
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "connector_service_type")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter(name="storageAccountKey")
|
|
120
|
+
def storage_account_key(self) -> Optional[str]:
|
|
121
|
+
"""
|
|
122
|
+
Azure Blob Storage Account Key
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "storage_account_key")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="storageAccountName")
|
|
128
|
+
def storage_account_name(self) -> Optional[str]:
|
|
129
|
+
"""
|
|
130
|
+
Azure Blob Storage Account Name
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "storage_account_name")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="storageContainerName")
|
|
136
|
+
def storage_container_name(self) -> Optional[str]:
|
|
137
|
+
"""
|
|
138
|
+
Azure Blob Storage Account Container Name
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "storage_container_name")
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
@pulumi.output_type
|
|
144
|
+
class AzureBlobStorageSourceConnectorServiceInfoResponse(dict):
|
|
145
|
+
"""
|
|
146
|
+
The connector service type is AzureBlobStorageSourceConnector
|
|
147
|
+
"""
|
|
148
|
+
@staticmethod
|
|
149
|
+
def __key_warning(key: str):
|
|
150
|
+
suggest = None
|
|
151
|
+
if key == "connectorServiceType":
|
|
152
|
+
suggest = "connector_service_type"
|
|
153
|
+
elif key == "storageAccountKey":
|
|
154
|
+
suggest = "storage_account_key"
|
|
155
|
+
elif key == "storageAccountName":
|
|
156
|
+
suggest = "storage_account_name"
|
|
157
|
+
elif key == "storageContainerName":
|
|
158
|
+
suggest = "storage_container_name"
|
|
159
|
+
|
|
160
|
+
if suggest:
|
|
161
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureBlobStorageSourceConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
162
|
+
|
|
163
|
+
def __getitem__(self, key: str) -> Any:
|
|
164
|
+
AzureBlobStorageSourceConnectorServiceInfoResponse.__key_warning(key)
|
|
165
|
+
return super().__getitem__(key)
|
|
166
|
+
|
|
167
|
+
def get(self, key: str, default = None) -> Any:
|
|
168
|
+
AzureBlobStorageSourceConnectorServiceInfoResponse.__key_warning(key)
|
|
169
|
+
return super().get(key, default)
|
|
170
|
+
|
|
171
|
+
def __init__(__self__, *,
|
|
172
|
+
connector_service_type: str,
|
|
173
|
+
storage_account_key: Optional[str] = None,
|
|
174
|
+
storage_account_name: Optional[str] = None,
|
|
175
|
+
storage_container_name: Optional[str] = None):
|
|
176
|
+
"""
|
|
177
|
+
The connector service type is AzureBlobStorageSourceConnector
|
|
178
|
+
:param str connector_service_type: The connector service type.
|
|
179
|
+
Expected value is 'AzureBlobStorageSourceConnector'.
|
|
180
|
+
:param str storage_account_key: Azure Blob Storage Account Key
|
|
181
|
+
:param str storage_account_name: Azure Blob Storage Account Name
|
|
182
|
+
:param str storage_container_name: Azure Blob Storage Account Container Name
|
|
183
|
+
"""
|
|
184
|
+
pulumi.set(__self__, "connector_service_type", 'AzureBlobStorageSourceConnector')
|
|
185
|
+
if storage_account_key is not None:
|
|
186
|
+
pulumi.set(__self__, "storage_account_key", storage_account_key)
|
|
187
|
+
if storage_account_name is not None:
|
|
188
|
+
pulumi.set(__self__, "storage_account_name", storage_account_name)
|
|
189
|
+
if storage_container_name is not None:
|
|
190
|
+
pulumi.set(__self__, "storage_container_name", storage_container_name)
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter(name="connectorServiceType")
|
|
194
|
+
def connector_service_type(self) -> str:
|
|
195
|
+
"""
|
|
196
|
+
The connector service type.
|
|
197
|
+
Expected value is 'AzureBlobStorageSourceConnector'.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "connector_service_type")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="storageAccountKey")
|
|
203
|
+
def storage_account_key(self) -> Optional[str]:
|
|
204
|
+
"""
|
|
205
|
+
Azure Blob Storage Account Key
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "storage_account_key")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="storageAccountName")
|
|
211
|
+
def storage_account_name(self) -> Optional[str]:
|
|
212
|
+
"""
|
|
213
|
+
Azure Blob Storage Account Name
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "storage_account_name")
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter(name="storageContainerName")
|
|
219
|
+
def storage_container_name(self) -> Optional[str]:
|
|
220
|
+
"""
|
|
221
|
+
Azure Blob Storage Account Container Name
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "storage_container_name")
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
@pulumi.output_type
|
|
227
|
+
class AzureCosmosDBSinkConnectorServiceInfoResponse(dict):
|
|
228
|
+
"""
|
|
229
|
+
The authentication info when auth_type is AzureCosmosDBSinkConnector
|
|
230
|
+
"""
|
|
231
|
+
@staticmethod
|
|
232
|
+
def __key_warning(key: str):
|
|
233
|
+
suggest = None
|
|
234
|
+
if key == "connectorServiceType":
|
|
235
|
+
suggest = "connector_service_type"
|
|
236
|
+
elif key == "cosmosConnectionEndpoint":
|
|
237
|
+
suggest = "cosmos_connection_endpoint"
|
|
238
|
+
elif key == "cosmosContainersTopicMapping":
|
|
239
|
+
suggest = "cosmos_containers_topic_mapping"
|
|
240
|
+
elif key == "cosmosDatabaseName":
|
|
241
|
+
suggest = "cosmos_database_name"
|
|
242
|
+
elif key == "cosmosIdStrategy":
|
|
243
|
+
suggest = "cosmos_id_strategy"
|
|
244
|
+
elif key == "cosmosMasterKey":
|
|
245
|
+
suggest = "cosmos_master_key"
|
|
246
|
+
|
|
247
|
+
if suggest:
|
|
248
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureCosmosDBSinkConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
249
|
+
|
|
250
|
+
def __getitem__(self, key: str) -> Any:
|
|
251
|
+
AzureCosmosDBSinkConnectorServiceInfoResponse.__key_warning(key)
|
|
252
|
+
return super().__getitem__(key)
|
|
253
|
+
|
|
254
|
+
def get(self, key: str, default = None) -> Any:
|
|
255
|
+
AzureCosmosDBSinkConnectorServiceInfoResponse.__key_warning(key)
|
|
256
|
+
return super().get(key, default)
|
|
257
|
+
|
|
258
|
+
def __init__(__self__, *,
|
|
259
|
+
connector_service_type: str,
|
|
260
|
+
cosmos_connection_endpoint: Optional[str] = None,
|
|
261
|
+
cosmos_containers_topic_mapping: Optional[str] = None,
|
|
262
|
+
cosmos_database_name: Optional[str] = None,
|
|
263
|
+
cosmos_id_strategy: Optional[str] = None,
|
|
264
|
+
cosmos_master_key: Optional[str] = None):
|
|
265
|
+
"""
|
|
266
|
+
The authentication info when auth_type is AzureCosmosDBSinkConnector
|
|
267
|
+
:param str connector_service_type: The connector service type.
|
|
268
|
+
Expected value is 'AzureCosmosDBSinkConnector'.
|
|
269
|
+
:param str cosmos_connection_endpoint: Azure Cosmos Database Connection Endpoint
|
|
270
|
+
:param str cosmos_containers_topic_mapping: Azure Cosmos Database Containers Topic Mapping
|
|
271
|
+
:param str cosmos_database_name: Azure Cosmos Database Name
|
|
272
|
+
:param str cosmos_id_strategy: Azure Cosmos Database Id Strategy
|
|
273
|
+
:param str cosmos_master_key: Azure Cosmos Database Master Key
|
|
274
|
+
"""
|
|
275
|
+
pulumi.set(__self__, "connector_service_type", 'AzureCosmosDBSinkConnector')
|
|
276
|
+
if cosmos_connection_endpoint is not None:
|
|
277
|
+
pulumi.set(__self__, "cosmos_connection_endpoint", cosmos_connection_endpoint)
|
|
278
|
+
if cosmos_containers_topic_mapping is not None:
|
|
279
|
+
pulumi.set(__self__, "cosmos_containers_topic_mapping", cosmos_containers_topic_mapping)
|
|
280
|
+
if cosmos_database_name is not None:
|
|
281
|
+
pulumi.set(__self__, "cosmos_database_name", cosmos_database_name)
|
|
282
|
+
if cosmos_id_strategy is not None:
|
|
283
|
+
pulumi.set(__self__, "cosmos_id_strategy", cosmos_id_strategy)
|
|
284
|
+
if cosmos_master_key is not None:
|
|
285
|
+
pulumi.set(__self__, "cosmos_master_key", cosmos_master_key)
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter(name="connectorServiceType")
|
|
289
|
+
def connector_service_type(self) -> str:
|
|
290
|
+
"""
|
|
291
|
+
The connector service type.
|
|
292
|
+
Expected value is 'AzureCosmosDBSinkConnector'.
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "connector_service_type")
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="cosmosConnectionEndpoint")
|
|
298
|
+
def cosmos_connection_endpoint(self) -> Optional[str]:
|
|
299
|
+
"""
|
|
300
|
+
Azure Cosmos Database Connection Endpoint
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "cosmos_connection_endpoint")
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
@pulumi.getter(name="cosmosContainersTopicMapping")
|
|
306
|
+
def cosmos_containers_topic_mapping(self) -> Optional[str]:
|
|
307
|
+
"""
|
|
308
|
+
Azure Cosmos Database Containers Topic Mapping
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "cosmos_containers_topic_mapping")
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
@pulumi.getter(name="cosmosDatabaseName")
|
|
314
|
+
def cosmos_database_name(self) -> Optional[str]:
|
|
315
|
+
"""
|
|
316
|
+
Azure Cosmos Database Name
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "cosmos_database_name")
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter(name="cosmosIdStrategy")
|
|
322
|
+
def cosmos_id_strategy(self) -> Optional[str]:
|
|
323
|
+
"""
|
|
324
|
+
Azure Cosmos Database Id Strategy
|
|
325
|
+
"""
|
|
326
|
+
return pulumi.get(self, "cosmos_id_strategy")
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
@pulumi.getter(name="cosmosMasterKey")
|
|
330
|
+
def cosmos_master_key(self) -> Optional[str]:
|
|
331
|
+
"""
|
|
332
|
+
Azure Cosmos Database Master Key
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "cosmos_master_key")
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
@pulumi.output_type
|
|
338
|
+
class AzureCosmosDBSourceConnectorServiceInfoResponse(dict):
|
|
339
|
+
"""
|
|
340
|
+
The authentication info when auth_type is AzureCosmosDBSourceConnector
|
|
341
|
+
"""
|
|
342
|
+
@staticmethod
|
|
343
|
+
def __key_warning(key: str):
|
|
344
|
+
suggest = None
|
|
345
|
+
if key == "connectorServiceType":
|
|
346
|
+
suggest = "connector_service_type"
|
|
347
|
+
elif key == "cosmosConnectionEndpoint":
|
|
348
|
+
suggest = "cosmos_connection_endpoint"
|
|
349
|
+
elif key == "cosmosContainersTopicMapping":
|
|
350
|
+
suggest = "cosmos_containers_topic_mapping"
|
|
351
|
+
elif key == "cosmosDatabaseName":
|
|
352
|
+
suggest = "cosmos_database_name"
|
|
353
|
+
elif key == "cosmosMasterKey":
|
|
354
|
+
suggest = "cosmos_master_key"
|
|
355
|
+
elif key == "cosmosMessageKeyEnabled":
|
|
356
|
+
suggest = "cosmos_message_key_enabled"
|
|
357
|
+
elif key == "cosmosMessageKeyField":
|
|
358
|
+
suggest = "cosmos_message_key_field"
|
|
359
|
+
|
|
360
|
+
if suggest:
|
|
361
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureCosmosDBSourceConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
362
|
+
|
|
363
|
+
def __getitem__(self, key: str) -> Any:
|
|
364
|
+
AzureCosmosDBSourceConnectorServiceInfoResponse.__key_warning(key)
|
|
365
|
+
return super().__getitem__(key)
|
|
366
|
+
|
|
367
|
+
def get(self, key: str, default = None) -> Any:
|
|
368
|
+
AzureCosmosDBSourceConnectorServiceInfoResponse.__key_warning(key)
|
|
369
|
+
return super().get(key, default)
|
|
370
|
+
|
|
371
|
+
def __init__(__self__, *,
|
|
372
|
+
connector_service_type: str,
|
|
373
|
+
cosmos_connection_endpoint: Optional[str] = None,
|
|
374
|
+
cosmos_containers_topic_mapping: Optional[str] = None,
|
|
375
|
+
cosmos_database_name: Optional[str] = None,
|
|
376
|
+
cosmos_master_key: Optional[str] = None,
|
|
377
|
+
cosmos_message_key_enabled: Optional[bool] = None,
|
|
378
|
+
cosmos_message_key_field: Optional[str] = None):
|
|
379
|
+
"""
|
|
380
|
+
The authentication info when auth_type is AzureCosmosDBSourceConnector
|
|
381
|
+
:param str connector_service_type: The connector service type.
|
|
382
|
+
Expected value is 'AzureCosmosDBSourceConnector'.
|
|
383
|
+
:param str cosmos_connection_endpoint: Azure Cosmos Database Connection Endpoint
|
|
384
|
+
:param str cosmos_containers_topic_mapping: Azure Cosmos Database Containers Topic Mapping
|
|
385
|
+
:param str cosmos_database_name: Azure Cosmos Database Name
|
|
386
|
+
:param str cosmos_master_key: Azure Cosmos Database Master Key
|
|
387
|
+
:param bool cosmos_message_key_enabled: Azure Cosmos Database Message Key Enabled
|
|
388
|
+
:param str cosmos_message_key_field: Azure Cosmos Database Message Key Field
|
|
389
|
+
"""
|
|
390
|
+
pulumi.set(__self__, "connector_service_type", 'AzureCosmosDBSourceConnector')
|
|
391
|
+
if cosmos_connection_endpoint is not None:
|
|
392
|
+
pulumi.set(__self__, "cosmos_connection_endpoint", cosmos_connection_endpoint)
|
|
393
|
+
if cosmos_containers_topic_mapping is not None:
|
|
394
|
+
pulumi.set(__self__, "cosmos_containers_topic_mapping", cosmos_containers_topic_mapping)
|
|
395
|
+
if cosmos_database_name is not None:
|
|
396
|
+
pulumi.set(__self__, "cosmos_database_name", cosmos_database_name)
|
|
397
|
+
if cosmos_master_key is not None:
|
|
398
|
+
pulumi.set(__self__, "cosmos_master_key", cosmos_master_key)
|
|
399
|
+
if cosmos_message_key_enabled is not None:
|
|
400
|
+
pulumi.set(__self__, "cosmos_message_key_enabled", cosmos_message_key_enabled)
|
|
401
|
+
if cosmos_message_key_field is not None:
|
|
402
|
+
pulumi.set(__self__, "cosmos_message_key_field", cosmos_message_key_field)
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
@pulumi.getter(name="connectorServiceType")
|
|
406
|
+
def connector_service_type(self) -> str:
|
|
407
|
+
"""
|
|
408
|
+
The connector service type.
|
|
409
|
+
Expected value is 'AzureCosmosDBSourceConnector'.
|
|
410
|
+
"""
|
|
411
|
+
return pulumi.get(self, "connector_service_type")
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
@pulumi.getter(name="cosmosConnectionEndpoint")
|
|
415
|
+
def cosmos_connection_endpoint(self) -> Optional[str]:
|
|
416
|
+
"""
|
|
417
|
+
Azure Cosmos Database Connection Endpoint
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "cosmos_connection_endpoint")
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="cosmosContainersTopicMapping")
|
|
423
|
+
def cosmos_containers_topic_mapping(self) -> Optional[str]:
|
|
424
|
+
"""
|
|
425
|
+
Azure Cosmos Database Containers Topic Mapping
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "cosmos_containers_topic_mapping")
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
@pulumi.getter(name="cosmosDatabaseName")
|
|
431
|
+
def cosmos_database_name(self) -> Optional[str]:
|
|
432
|
+
"""
|
|
433
|
+
Azure Cosmos Database Name
|
|
434
|
+
"""
|
|
435
|
+
return pulumi.get(self, "cosmos_database_name")
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
@pulumi.getter(name="cosmosMasterKey")
|
|
439
|
+
def cosmos_master_key(self) -> Optional[str]:
|
|
440
|
+
"""
|
|
441
|
+
Azure Cosmos Database Master Key
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "cosmos_master_key")
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
@pulumi.getter(name="cosmosMessageKeyEnabled")
|
|
447
|
+
def cosmos_message_key_enabled(self) -> Optional[bool]:
|
|
448
|
+
"""
|
|
449
|
+
Azure Cosmos Database Message Key Enabled
|
|
450
|
+
"""
|
|
451
|
+
return pulumi.get(self, "cosmos_message_key_enabled")
|
|
452
|
+
|
|
453
|
+
@property
|
|
454
|
+
@pulumi.getter(name="cosmosMessageKeyField")
|
|
455
|
+
def cosmos_message_key_field(self) -> Optional[str]:
|
|
456
|
+
"""
|
|
457
|
+
Azure Cosmos Database Message Key Field
|
|
458
|
+
"""
|
|
459
|
+
return pulumi.get(self, "cosmos_message_key_field")
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
@pulumi.output_type
|
|
463
|
+
class AzureSynapseAnalyticsSinkConnectorServiceInfoResponse(dict):
|
|
464
|
+
"""
|
|
465
|
+
The authentication info when auth_type is AzureSynapseAnalyticsSinkConnector
|
|
466
|
+
"""
|
|
467
|
+
@staticmethod
|
|
468
|
+
def __key_warning(key: str):
|
|
469
|
+
suggest = None
|
|
470
|
+
if key == "connectorServiceType":
|
|
471
|
+
suggest = "connector_service_type"
|
|
472
|
+
elif key == "synapseSqlDatabaseName":
|
|
473
|
+
suggest = "synapse_sql_database_name"
|
|
474
|
+
elif key == "synapseSqlPassword":
|
|
475
|
+
suggest = "synapse_sql_password"
|
|
476
|
+
elif key == "synapseSqlServerName":
|
|
477
|
+
suggest = "synapse_sql_server_name"
|
|
478
|
+
elif key == "synapseSqlUser":
|
|
479
|
+
suggest = "synapse_sql_user"
|
|
480
|
+
|
|
481
|
+
if suggest:
|
|
482
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureSynapseAnalyticsSinkConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
483
|
+
|
|
484
|
+
def __getitem__(self, key: str) -> Any:
|
|
485
|
+
AzureSynapseAnalyticsSinkConnectorServiceInfoResponse.__key_warning(key)
|
|
486
|
+
return super().__getitem__(key)
|
|
487
|
+
|
|
488
|
+
def get(self, key: str, default = None) -> Any:
|
|
489
|
+
AzureSynapseAnalyticsSinkConnectorServiceInfoResponse.__key_warning(key)
|
|
490
|
+
return super().get(key, default)
|
|
491
|
+
|
|
492
|
+
def __init__(__self__, *,
|
|
493
|
+
connector_service_type: str,
|
|
494
|
+
synapse_sql_database_name: Optional[str] = None,
|
|
495
|
+
synapse_sql_password: Optional[str] = None,
|
|
496
|
+
synapse_sql_server_name: Optional[str] = None,
|
|
497
|
+
synapse_sql_user: Optional[str] = None):
|
|
498
|
+
"""
|
|
499
|
+
The authentication info when auth_type is AzureSynapseAnalyticsSinkConnector
|
|
500
|
+
:param str connector_service_type: The connector service type.
|
|
501
|
+
Expected value is 'AzureSynapseAnalyticsSinkConnector'.
|
|
502
|
+
:param str synapse_sql_database_name: Azure Synapse Dedicated SQL Pool Database Name
|
|
503
|
+
:param str synapse_sql_password: Azure Synapse SQL login details
|
|
504
|
+
:param str synapse_sql_server_name: Azure Synapse Analytics SQL Server Name
|
|
505
|
+
:param str synapse_sql_user: Azure Synapse SQL login details
|
|
506
|
+
"""
|
|
507
|
+
pulumi.set(__self__, "connector_service_type", 'AzureSynapseAnalyticsSinkConnector')
|
|
508
|
+
if synapse_sql_database_name is not None:
|
|
509
|
+
pulumi.set(__self__, "synapse_sql_database_name", synapse_sql_database_name)
|
|
510
|
+
if synapse_sql_password is not None:
|
|
511
|
+
pulumi.set(__self__, "synapse_sql_password", synapse_sql_password)
|
|
512
|
+
if synapse_sql_server_name is not None:
|
|
513
|
+
pulumi.set(__self__, "synapse_sql_server_name", synapse_sql_server_name)
|
|
514
|
+
if synapse_sql_user is not None:
|
|
515
|
+
pulumi.set(__self__, "synapse_sql_user", synapse_sql_user)
|
|
516
|
+
|
|
517
|
+
@property
|
|
518
|
+
@pulumi.getter(name="connectorServiceType")
|
|
519
|
+
def connector_service_type(self) -> str:
|
|
520
|
+
"""
|
|
521
|
+
The connector service type.
|
|
522
|
+
Expected value is 'AzureSynapseAnalyticsSinkConnector'.
|
|
523
|
+
"""
|
|
524
|
+
return pulumi.get(self, "connector_service_type")
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter(name="synapseSqlDatabaseName")
|
|
528
|
+
def synapse_sql_database_name(self) -> Optional[str]:
|
|
529
|
+
"""
|
|
530
|
+
Azure Synapse Dedicated SQL Pool Database Name
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "synapse_sql_database_name")
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter(name="synapseSqlPassword")
|
|
536
|
+
def synapse_sql_password(self) -> Optional[str]:
|
|
537
|
+
"""
|
|
538
|
+
Azure Synapse SQL login details
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "synapse_sql_password")
|
|
541
|
+
|
|
542
|
+
@property
|
|
543
|
+
@pulumi.getter(name="synapseSqlServerName")
|
|
544
|
+
def synapse_sql_server_name(self) -> Optional[str]:
|
|
545
|
+
"""
|
|
546
|
+
Azure Synapse Analytics SQL Server Name
|
|
547
|
+
"""
|
|
548
|
+
return pulumi.get(self, "synapse_sql_server_name")
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
@pulumi.getter(name="synapseSqlUser")
|
|
552
|
+
def synapse_sql_user(self) -> Optional[str]:
|
|
553
|
+
"""
|
|
554
|
+
Azure Synapse SQL login details
|
|
555
|
+
"""
|
|
556
|
+
return pulumi.get(self, "synapse_sql_user")
|
|
557
|
+
|
|
558
|
+
|
|
41
559
|
@pulumi.output_type
|
|
42
560
|
class ClusterByokEntityResponse(dict):
|
|
43
561
|
"""
|
|
@@ -570,6 +1088,102 @@ class ConfluentListMetadataResponse(dict):
|
|
|
570
1088
|
return pulumi.get(self, "total_size")
|
|
571
1089
|
|
|
572
1090
|
|
|
1091
|
+
@pulumi.output_type
|
|
1092
|
+
class ConnectorInfoBaseResponse(dict):
|
|
1093
|
+
"""
|
|
1094
|
+
Connector Info Base properties
|
|
1095
|
+
"""
|
|
1096
|
+
@staticmethod
|
|
1097
|
+
def __key_warning(key: str):
|
|
1098
|
+
suggest = None
|
|
1099
|
+
if key == "connectorClass":
|
|
1100
|
+
suggest = "connector_class"
|
|
1101
|
+
elif key == "connectorId":
|
|
1102
|
+
suggest = "connector_id"
|
|
1103
|
+
elif key == "connectorName":
|
|
1104
|
+
suggest = "connector_name"
|
|
1105
|
+
elif key == "connectorState":
|
|
1106
|
+
suggest = "connector_state"
|
|
1107
|
+
elif key == "connectorType":
|
|
1108
|
+
suggest = "connector_type"
|
|
1109
|
+
|
|
1110
|
+
if suggest:
|
|
1111
|
+
pulumi.log.warn(f"Key '{key}' not found in ConnectorInfoBaseResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1112
|
+
|
|
1113
|
+
def __getitem__(self, key: str) -> Any:
|
|
1114
|
+
ConnectorInfoBaseResponse.__key_warning(key)
|
|
1115
|
+
return super().__getitem__(key)
|
|
1116
|
+
|
|
1117
|
+
def get(self, key: str, default = None) -> Any:
|
|
1118
|
+
ConnectorInfoBaseResponse.__key_warning(key)
|
|
1119
|
+
return super().get(key, default)
|
|
1120
|
+
|
|
1121
|
+
def __init__(__self__, *,
|
|
1122
|
+
connector_class: Optional[str] = None,
|
|
1123
|
+
connector_id: Optional[str] = None,
|
|
1124
|
+
connector_name: Optional[str] = None,
|
|
1125
|
+
connector_state: Optional[str] = None,
|
|
1126
|
+
connector_type: Optional[str] = None):
|
|
1127
|
+
"""
|
|
1128
|
+
Connector Info Base properties
|
|
1129
|
+
:param str connector_class: Connector Class
|
|
1130
|
+
:param str connector_id: Connector Id
|
|
1131
|
+
:param str connector_name: Connector Name
|
|
1132
|
+
:param str connector_state: Connector Status
|
|
1133
|
+
:param str connector_type: Connector Type
|
|
1134
|
+
"""
|
|
1135
|
+
if connector_class is not None:
|
|
1136
|
+
pulumi.set(__self__, "connector_class", connector_class)
|
|
1137
|
+
if connector_id is not None:
|
|
1138
|
+
pulumi.set(__self__, "connector_id", connector_id)
|
|
1139
|
+
if connector_name is not None:
|
|
1140
|
+
pulumi.set(__self__, "connector_name", connector_name)
|
|
1141
|
+
if connector_state is not None:
|
|
1142
|
+
pulumi.set(__self__, "connector_state", connector_state)
|
|
1143
|
+
if connector_type is not None:
|
|
1144
|
+
pulumi.set(__self__, "connector_type", connector_type)
|
|
1145
|
+
|
|
1146
|
+
@property
|
|
1147
|
+
@pulumi.getter(name="connectorClass")
|
|
1148
|
+
def connector_class(self) -> Optional[str]:
|
|
1149
|
+
"""
|
|
1150
|
+
Connector Class
|
|
1151
|
+
"""
|
|
1152
|
+
return pulumi.get(self, "connector_class")
|
|
1153
|
+
|
|
1154
|
+
@property
|
|
1155
|
+
@pulumi.getter(name="connectorId")
|
|
1156
|
+
def connector_id(self) -> Optional[str]:
|
|
1157
|
+
"""
|
|
1158
|
+
Connector Id
|
|
1159
|
+
"""
|
|
1160
|
+
return pulumi.get(self, "connector_id")
|
|
1161
|
+
|
|
1162
|
+
@property
|
|
1163
|
+
@pulumi.getter(name="connectorName")
|
|
1164
|
+
def connector_name(self) -> Optional[str]:
|
|
1165
|
+
"""
|
|
1166
|
+
Connector Name
|
|
1167
|
+
"""
|
|
1168
|
+
return pulumi.get(self, "connector_name")
|
|
1169
|
+
|
|
1170
|
+
@property
|
|
1171
|
+
@pulumi.getter(name="connectorState")
|
|
1172
|
+
def connector_state(self) -> Optional[str]:
|
|
1173
|
+
"""
|
|
1174
|
+
Connector Status
|
|
1175
|
+
"""
|
|
1176
|
+
return pulumi.get(self, "connector_state")
|
|
1177
|
+
|
|
1178
|
+
@property
|
|
1179
|
+
@pulumi.getter(name="connectorType")
|
|
1180
|
+
def connector_type(self) -> Optional[str]:
|
|
1181
|
+
"""
|
|
1182
|
+
Connector Type
|
|
1183
|
+
"""
|
|
1184
|
+
return pulumi.get(self, "connector_type")
|
|
1185
|
+
|
|
1186
|
+
|
|
573
1187
|
@pulumi.output_type
|
|
574
1188
|
class EnvironmentRecordResponse(dict):
|
|
575
1189
|
"""
|
|
@@ -737,371 +1351,1612 @@ class InvitationRecordResponse(dict):
|
|
|
737
1351
|
|
|
738
1352
|
|
|
739
1353
|
@pulumi.output_type
|
|
740
|
-
class
|
|
1354
|
+
class KafkaAzureBlobStorageSinkConnectorInfoResponse(dict):
|
|
741
1355
|
"""
|
|
742
|
-
|
|
1356
|
+
The partner connector type is KafkaAzureBlobStorageSink
|
|
743
1357
|
"""
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
1358
|
+
@staticmethod
|
|
1359
|
+
def __key_warning(key: str):
|
|
1360
|
+
suggest = None
|
|
1361
|
+
if key == "partnerConnectorType":
|
|
1362
|
+
suggest = "partner_connector_type"
|
|
1363
|
+
elif key == "apiKey":
|
|
1364
|
+
suggest = "api_key"
|
|
1365
|
+
elif key == "apiSecret":
|
|
1366
|
+
suggest = "api_secret"
|
|
1367
|
+
elif key == "authType":
|
|
1368
|
+
suggest = "auth_type"
|
|
1369
|
+
elif key == "flushSize":
|
|
1370
|
+
suggest = "flush_size"
|
|
1371
|
+
elif key == "inputFormat":
|
|
1372
|
+
suggest = "input_format"
|
|
1373
|
+
elif key == "maxTasks":
|
|
1374
|
+
suggest = "max_tasks"
|
|
1375
|
+
elif key == "outputFormat":
|
|
1376
|
+
suggest = "output_format"
|
|
1377
|
+
elif key == "serviceAccountId":
|
|
1378
|
+
suggest = "service_account_id"
|
|
1379
|
+
elif key == "timeInterval":
|
|
1380
|
+
suggest = "time_interval"
|
|
1381
|
+
elif key == "topicsDir":
|
|
1382
|
+
suggest = "topics_dir"
|
|
1383
|
+
|
|
1384
|
+
if suggest:
|
|
1385
|
+
pulumi.log.warn(f"Key '{key}' not found in KafkaAzureBlobStorageSinkConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1386
|
+
|
|
1387
|
+
def __getitem__(self, key: str) -> Any:
|
|
1388
|
+
KafkaAzureBlobStorageSinkConnectorInfoResponse.__key_warning(key)
|
|
1389
|
+
return super().__getitem__(key)
|
|
1390
|
+
|
|
1391
|
+
def get(self, key: str, default = None) -> Any:
|
|
1392
|
+
KafkaAzureBlobStorageSinkConnectorInfoResponse.__key_warning(key)
|
|
1393
|
+
return super().get(key, default)
|
|
1394
|
+
|
|
1395
|
+
def __init__(__self__, *,
|
|
1396
|
+
partner_connector_type: str,
|
|
1397
|
+
api_key: Optional[str] = None,
|
|
1398
|
+
api_secret: Optional[str] = None,
|
|
1399
|
+
auth_type: Optional[str] = None,
|
|
1400
|
+
flush_size: Optional[str] = None,
|
|
1401
|
+
input_format: Optional[str] = None,
|
|
1402
|
+
max_tasks: Optional[str] = None,
|
|
1403
|
+
output_format: Optional[str] = None,
|
|
1404
|
+
service_account_id: Optional[str] = None,
|
|
1405
|
+
time_interval: Optional[str] = None,
|
|
1406
|
+
topics: Optional[Sequence[str]] = None,
|
|
1407
|
+
topics_dir: Optional[str] = None):
|
|
1408
|
+
"""
|
|
1409
|
+
The partner connector type is KafkaAzureBlobStorageSink
|
|
1410
|
+
:param str partner_connector_type: Partner Connector type.
|
|
1411
|
+
Expected value is 'KafkaAzureBlobStorageSink'.
|
|
1412
|
+
:param str api_key: Kafka API Key
|
|
1413
|
+
:param str api_secret: Kafka API Key Secret
|
|
1414
|
+
:param str auth_type: Kafka Auth Type
|
|
1415
|
+
:param str flush_size: Flush size
|
|
1416
|
+
:param str input_format: Kafka Input Data Format Type
|
|
1417
|
+
:param str max_tasks: Maximum Tasks
|
|
1418
|
+
:param str output_format: Kafka Output Data Format Type
|
|
1419
|
+
:param str service_account_id: Kafka Service Account Id
|
|
1420
|
+
:param str time_interval: Time Interval
|
|
1421
|
+
:param Sequence[str] topics: Kafka topics list
|
|
1422
|
+
:param str topics_dir: Kafka topics directory
|
|
1423
|
+
"""
|
|
1424
|
+
pulumi.set(__self__, "partner_connector_type", 'KafkaAzureBlobStorageSink')
|
|
1425
|
+
if api_key is not None:
|
|
1426
|
+
pulumi.set(__self__, "api_key", api_key)
|
|
1427
|
+
if api_secret is not None:
|
|
1428
|
+
pulumi.set(__self__, "api_secret", api_secret)
|
|
1429
|
+
if auth_type is not None:
|
|
1430
|
+
pulumi.set(__self__, "auth_type", auth_type)
|
|
1431
|
+
if flush_size is not None:
|
|
1432
|
+
pulumi.set(__self__, "flush_size", flush_size)
|
|
1433
|
+
if input_format is not None:
|
|
1434
|
+
pulumi.set(__self__, "input_format", input_format)
|
|
1435
|
+
if max_tasks is not None:
|
|
1436
|
+
pulumi.set(__self__, "max_tasks", max_tasks)
|
|
1437
|
+
if output_format is not None:
|
|
1438
|
+
pulumi.set(__self__, "output_format", output_format)
|
|
1439
|
+
if service_account_id is not None:
|
|
1440
|
+
pulumi.set(__self__, "service_account_id", service_account_id)
|
|
1441
|
+
if time_interval is not None:
|
|
1442
|
+
pulumi.set(__self__, "time_interval", time_interval)
|
|
1443
|
+
if topics is not None:
|
|
1444
|
+
pulumi.set(__self__, "topics", topics)
|
|
1445
|
+
if topics_dir is not None:
|
|
1446
|
+
pulumi.set(__self__, "topics_dir", topics_dir)
|
|
1447
|
+
|
|
1448
|
+
@property
|
|
1449
|
+
@pulumi.getter(name="partnerConnectorType")
|
|
1450
|
+
def partner_connector_type(self) -> str:
|
|
757
1451
|
"""
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
if resource_name is not None:
|
|
763
|
-
pulumi.set(__self__, "resource_name", resource_name)
|
|
764
|
-
if self is not None:
|
|
765
|
-
pulumi.set(__self__, "self", self)
|
|
766
|
-
if updated_at is not None:
|
|
767
|
-
pulumi.set(__self__, "updated_at", updated_at)
|
|
1452
|
+
Partner Connector type.
|
|
1453
|
+
Expected value is 'KafkaAzureBlobStorageSink'.
|
|
1454
|
+
"""
|
|
1455
|
+
return pulumi.get(self, "partner_connector_type")
|
|
768
1456
|
|
|
769
1457
|
@property
|
|
770
|
-
@pulumi.getter(name="
|
|
771
|
-
def
|
|
1458
|
+
@pulumi.getter(name="apiKey")
|
|
1459
|
+
def api_key(self) -> Optional[str]:
|
|
772
1460
|
"""
|
|
773
|
-
|
|
1461
|
+
Kafka API Key
|
|
774
1462
|
"""
|
|
775
|
-
return pulumi.get(self, "
|
|
1463
|
+
return pulumi.get(self, "api_key")
|
|
776
1464
|
|
|
777
1465
|
@property
|
|
778
|
-
@pulumi.getter(name="
|
|
779
|
-
def
|
|
1466
|
+
@pulumi.getter(name="apiSecret")
|
|
1467
|
+
def api_secret(self) -> Optional[str]:
|
|
780
1468
|
"""
|
|
781
|
-
|
|
1469
|
+
Kafka API Key Secret
|
|
782
1470
|
"""
|
|
783
|
-
return pulumi.get(self, "
|
|
1471
|
+
return pulumi.get(self, "api_secret")
|
|
784
1472
|
|
|
785
1473
|
@property
|
|
786
|
-
@pulumi.getter(name="
|
|
787
|
-
def
|
|
1474
|
+
@pulumi.getter(name="authType")
|
|
1475
|
+
def auth_type(self) -> Optional[str]:
|
|
788
1476
|
"""
|
|
789
|
-
|
|
1477
|
+
Kafka Auth Type
|
|
790
1478
|
"""
|
|
791
|
-
return pulumi.get(self, "
|
|
1479
|
+
return pulumi.get(self, "auth_type")
|
|
1480
|
+
|
|
1481
|
+
@property
|
|
1482
|
+
@pulumi.getter(name="flushSize")
|
|
1483
|
+
def flush_size(self) -> Optional[str]:
|
|
1484
|
+
"""
|
|
1485
|
+
Flush size
|
|
1486
|
+
"""
|
|
1487
|
+
return pulumi.get(self, "flush_size")
|
|
1488
|
+
|
|
1489
|
+
@property
|
|
1490
|
+
@pulumi.getter(name="inputFormat")
|
|
1491
|
+
def input_format(self) -> Optional[str]:
|
|
1492
|
+
"""
|
|
1493
|
+
Kafka Input Data Format Type
|
|
1494
|
+
"""
|
|
1495
|
+
return pulumi.get(self, "input_format")
|
|
1496
|
+
|
|
1497
|
+
@property
|
|
1498
|
+
@pulumi.getter(name="maxTasks")
|
|
1499
|
+
def max_tasks(self) -> Optional[str]:
|
|
1500
|
+
"""
|
|
1501
|
+
Maximum Tasks
|
|
1502
|
+
"""
|
|
1503
|
+
return pulumi.get(self, "max_tasks")
|
|
1504
|
+
|
|
1505
|
+
@property
|
|
1506
|
+
@pulumi.getter(name="outputFormat")
|
|
1507
|
+
def output_format(self) -> Optional[str]:
|
|
1508
|
+
"""
|
|
1509
|
+
Kafka Output Data Format Type
|
|
1510
|
+
"""
|
|
1511
|
+
return pulumi.get(self, "output_format")
|
|
1512
|
+
|
|
1513
|
+
@property
|
|
1514
|
+
@pulumi.getter(name="serviceAccountId")
|
|
1515
|
+
def service_account_id(self) -> Optional[str]:
|
|
1516
|
+
"""
|
|
1517
|
+
Kafka Service Account Id
|
|
1518
|
+
"""
|
|
1519
|
+
return pulumi.get(self, "service_account_id")
|
|
1520
|
+
|
|
1521
|
+
@property
|
|
1522
|
+
@pulumi.getter(name="timeInterval")
|
|
1523
|
+
def time_interval(self) -> Optional[str]:
|
|
1524
|
+
"""
|
|
1525
|
+
Time Interval
|
|
1526
|
+
"""
|
|
1527
|
+
return pulumi.get(self, "time_interval")
|
|
792
1528
|
|
|
793
1529
|
@property
|
|
794
1530
|
@pulumi.getter
|
|
795
|
-
def
|
|
1531
|
+
def topics(self) -> Optional[Sequence[str]]:
|
|
796
1532
|
"""
|
|
797
|
-
|
|
1533
|
+
Kafka topics list
|
|
798
1534
|
"""
|
|
799
|
-
return pulumi.get(self, "
|
|
1535
|
+
return pulumi.get(self, "topics")
|
|
800
1536
|
|
|
801
1537
|
@property
|
|
802
|
-
@pulumi.getter(name="
|
|
803
|
-
def
|
|
1538
|
+
@pulumi.getter(name="topicsDir")
|
|
1539
|
+
def topics_dir(self) -> Optional[str]:
|
|
804
1540
|
"""
|
|
805
|
-
|
|
1541
|
+
Kafka topics directory
|
|
806
1542
|
"""
|
|
807
|
-
return pulumi.get(self, "
|
|
1543
|
+
return pulumi.get(self, "topics_dir")
|
|
808
1544
|
|
|
809
1545
|
|
|
810
1546
|
@pulumi.output_type
|
|
811
|
-
class
|
|
1547
|
+
class KafkaAzureBlobStorageSourceConnectorInfoResponse(dict):
|
|
812
1548
|
"""
|
|
813
|
-
|
|
1549
|
+
The partner connector type is KafkaAzureBlobStorageSource
|
|
814
1550
|
"""
|
|
815
1551
|
@staticmethod
|
|
816
1552
|
def __key_warning(key: str):
|
|
817
1553
|
suggest = None
|
|
818
|
-
if key == "
|
|
819
|
-
suggest = "
|
|
820
|
-
elif key == "
|
|
821
|
-
suggest = "
|
|
822
|
-
elif key == "
|
|
823
|
-
suggest = "
|
|
824
|
-
elif key == "
|
|
825
|
-
suggest = "
|
|
1554
|
+
if key == "partnerConnectorType":
|
|
1555
|
+
suggest = "partner_connector_type"
|
|
1556
|
+
elif key == "apiKey":
|
|
1557
|
+
suggest = "api_key"
|
|
1558
|
+
elif key == "apiSecret":
|
|
1559
|
+
suggest = "api_secret"
|
|
1560
|
+
elif key == "authType":
|
|
1561
|
+
suggest = "auth_type"
|
|
1562
|
+
elif key == "inputFormat":
|
|
1563
|
+
suggest = "input_format"
|
|
1564
|
+
elif key == "maxTasks":
|
|
1565
|
+
suggest = "max_tasks"
|
|
1566
|
+
elif key == "outputFormat":
|
|
1567
|
+
suggest = "output_format"
|
|
1568
|
+
elif key == "serviceAccountId":
|
|
1569
|
+
suggest = "service_account_id"
|
|
1570
|
+
elif key == "topicRegex":
|
|
1571
|
+
suggest = "topic_regex"
|
|
1572
|
+
elif key == "topicsDir":
|
|
1573
|
+
suggest = "topics_dir"
|
|
826
1574
|
|
|
827
1575
|
if suggest:
|
|
828
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
1576
|
+
pulumi.log.warn(f"Key '{key}' not found in KafkaAzureBlobStorageSourceConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
829
1577
|
|
|
830
1578
|
def __getitem__(self, key: str) -> Any:
|
|
831
|
-
|
|
1579
|
+
KafkaAzureBlobStorageSourceConnectorInfoResponse.__key_warning(key)
|
|
832
1580
|
return super().__getitem__(key)
|
|
833
1581
|
|
|
834
1582
|
def get(self, key: str, default = None) -> Any:
|
|
835
|
-
|
|
1583
|
+
KafkaAzureBlobStorageSourceConnectorInfoResponse.__key_warning(key)
|
|
836
1584
|
return super().get(key, default)
|
|
837
1585
|
|
|
838
1586
|
def __init__(__self__, *,
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
1587
|
+
partner_connector_type: str,
|
|
1588
|
+
api_key: Optional[str] = None,
|
|
1589
|
+
api_secret: Optional[str] = None,
|
|
1590
|
+
auth_type: Optional[str] = None,
|
|
1591
|
+
input_format: Optional[str] = None,
|
|
1592
|
+
max_tasks: Optional[str] = None,
|
|
1593
|
+
output_format: Optional[str] = None,
|
|
1594
|
+
service_account_id: Optional[str] = None,
|
|
1595
|
+
topic_regex: Optional[str] = None,
|
|
1596
|
+
topics_dir: Optional[str] = None):
|
|
1597
|
+
"""
|
|
1598
|
+
The partner connector type is KafkaAzureBlobStorageSource
|
|
1599
|
+
:param str partner_connector_type: Partner Connector type.
|
|
1600
|
+
Expected value is 'KafkaAzureBlobStorageSource'.
|
|
1601
|
+
:param str api_key: Kafka API Key
|
|
1602
|
+
:param str api_secret: Kafka API Secret
|
|
1603
|
+
:param str auth_type: Kafka Auth Type
|
|
1604
|
+
:param str input_format: Kafka Input Data Format Type
|
|
1605
|
+
:param str max_tasks: Maximum Tasks
|
|
1606
|
+
:param str output_format: Kafka Output Data Format Type
|
|
1607
|
+
:param str service_account_id: Kafka Service Account Id
|
|
1608
|
+
:param str topic_regex: Kafka topics Regex pattern
|
|
1609
|
+
:param str topics_dir: Kafka topics directory
|
|
1610
|
+
"""
|
|
1611
|
+
pulumi.set(__self__, "partner_connector_type", 'KafkaAzureBlobStorageSource')
|
|
1612
|
+
if api_key is not None:
|
|
1613
|
+
pulumi.set(__self__, "api_key", api_key)
|
|
1614
|
+
if api_secret is not None:
|
|
1615
|
+
pulumi.set(__self__, "api_secret", api_secret)
|
|
1616
|
+
if auth_type is not None:
|
|
1617
|
+
pulumi.set(__self__, "auth_type", auth_type)
|
|
1618
|
+
if input_format is not None:
|
|
1619
|
+
pulumi.set(__self__, "input_format", input_format)
|
|
1620
|
+
if max_tasks is not None:
|
|
1621
|
+
pulumi.set(__self__, "max_tasks", max_tasks)
|
|
1622
|
+
if output_format is not None:
|
|
1623
|
+
pulumi.set(__self__, "output_format", output_format)
|
|
1624
|
+
if service_account_id is not None:
|
|
1625
|
+
pulumi.set(__self__, "service_account_id", service_account_id)
|
|
1626
|
+
if topic_regex is not None:
|
|
1627
|
+
pulumi.set(__self__, "topic_regex", topic_regex)
|
|
1628
|
+
if topics_dir is not None:
|
|
1629
|
+
pulumi.set(__self__, "topics_dir", topics_dir)
|
|
1630
|
+
|
|
1631
|
+
@property
|
|
1632
|
+
@pulumi.getter(name="partnerConnectorType")
|
|
1633
|
+
def partner_connector_type(self) -> str:
|
|
845
1634
|
"""
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
:param str plan_id: Offer Plan Id
|
|
849
|
-
:param str plan_name: Offer Plan Name
|
|
850
|
-
:param str publisher_id: Publisher Id
|
|
851
|
-
:param str status: SaaS Offer Status
|
|
852
|
-
:param str term_unit: Offer Plan Term unit
|
|
1635
|
+
Partner Connector type.
|
|
1636
|
+
Expected value is 'KafkaAzureBlobStorageSource'.
|
|
853
1637
|
"""
|
|
854
|
-
pulumi.
|
|
855
|
-
pulumi.set(__self__, "plan_id", plan_id)
|
|
856
|
-
pulumi.set(__self__, "plan_name", plan_name)
|
|
857
|
-
pulumi.set(__self__, "publisher_id", publisher_id)
|
|
858
|
-
pulumi.set(__self__, "status", status)
|
|
859
|
-
pulumi.set(__self__, "term_unit", term_unit)
|
|
1638
|
+
return pulumi.get(self, "partner_connector_type")
|
|
860
1639
|
|
|
861
1640
|
@property
|
|
862
|
-
@pulumi.getter
|
|
863
|
-
def
|
|
1641
|
+
@pulumi.getter(name="apiKey")
|
|
1642
|
+
def api_key(self) -> Optional[str]:
|
|
864
1643
|
"""
|
|
865
|
-
|
|
1644
|
+
Kafka API Key
|
|
866
1645
|
"""
|
|
867
|
-
return pulumi.get(self, "
|
|
1646
|
+
return pulumi.get(self, "api_key")
|
|
868
1647
|
|
|
869
1648
|
@property
|
|
870
|
-
@pulumi.getter(name="
|
|
871
|
-
def
|
|
1649
|
+
@pulumi.getter(name="apiSecret")
|
|
1650
|
+
def api_secret(self) -> Optional[str]:
|
|
872
1651
|
"""
|
|
873
|
-
|
|
1652
|
+
Kafka API Secret
|
|
874
1653
|
"""
|
|
875
|
-
return pulumi.get(self, "
|
|
1654
|
+
return pulumi.get(self, "api_secret")
|
|
876
1655
|
|
|
877
1656
|
@property
|
|
878
|
-
@pulumi.getter(name="
|
|
879
|
-
def
|
|
1657
|
+
@pulumi.getter(name="authType")
|
|
1658
|
+
def auth_type(self) -> Optional[str]:
|
|
880
1659
|
"""
|
|
881
|
-
|
|
1660
|
+
Kafka Auth Type
|
|
882
1661
|
"""
|
|
883
|
-
return pulumi.get(self, "
|
|
1662
|
+
return pulumi.get(self, "auth_type")
|
|
884
1663
|
|
|
885
1664
|
@property
|
|
886
|
-
@pulumi.getter(name="
|
|
887
|
-
def
|
|
1665
|
+
@pulumi.getter(name="inputFormat")
|
|
1666
|
+
def input_format(self) -> Optional[str]:
|
|
888
1667
|
"""
|
|
889
|
-
|
|
1668
|
+
Kafka Input Data Format Type
|
|
890
1669
|
"""
|
|
891
|
-
return pulumi.get(self, "
|
|
1670
|
+
return pulumi.get(self, "input_format")
|
|
892
1671
|
|
|
893
1672
|
@property
|
|
894
|
-
@pulumi.getter
|
|
895
|
-
def
|
|
1673
|
+
@pulumi.getter(name="maxTasks")
|
|
1674
|
+
def max_tasks(self) -> Optional[str]:
|
|
896
1675
|
"""
|
|
897
|
-
|
|
1676
|
+
Maximum Tasks
|
|
898
1677
|
"""
|
|
899
|
-
return pulumi.get(self, "
|
|
1678
|
+
return pulumi.get(self, "max_tasks")
|
|
900
1679
|
|
|
901
1680
|
@property
|
|
902
|
-
@pulumi.getter(name="
|
|
903
|
-
def
|
|
1681
|
+
@pulumi.getter(name="outputFormat")
|
|
1682
|
+
def output_format(self) -> Optional[str]:
|
|
904
1683
|
"""
|
|
905
|
-
|
|
1684
|
+
Kafka Output Data Format Type
|
|
906
1685
|
"""
|
|
907
|
-
return pulumi.get(self, "
|
|
1686
|
+
return pulumi.get(self, "output_format")
|
|
1687
|
+
|
|
1688
|
+
@property
|
|
1689
|
+
@pulumi.getter(name="serviceAccountId")
|
|
1690
|
+
def service_account_id(self) -> Optional[str]:
|
|
1691
|
+
"""
|
|
1692
|
+
Kafka Service Account Id
|
|
1693
|
+
"""
|
|
1694
|
+
return pulumi.get(self, "service_account_id")
|
|
1695
|
+
|
|
1696
|
+
@property
|
|
1697
|
+
@pulumi.getter(name="topicRegex")
|
|
1698
|
+
def topic_regex(self) -> Optional[str]:
|
|
1699
|
+
"""
|
|
1700
|
+
Kafka topics Regex pattern
|
|
1701
|
+
"""
|
|
1702
|
+
return pulumi.get(self, "topic_regex")
|
|
1703
|
+
|
|
1704
|
+
@property
|
|
1705
|
+
@pulumi.getter(name="topicsDir")
|
|
1706
|
+
def topics_dir(self) -> Optional[str]:
|
|
1707
|
+
"""
|
|
1708
|
+
Kafka topics directory
|
|
1709
|
+
"""
|
|
1710
|
+
return pulumi.get(self, "topics_dir")
|
|
908
1711
|
|
|
909
1712
|
|
|
910
1713
|
@pulumi.output_type
|
|
911
|
-
class
|
|
1714
|
+
class KafkaAzureCosmosDBSinkConnectorInfoResponse(dict):
|
|
912
1715
|
"""
|
|
913
|
-
|
|
1716
|
+
The partner connector type is KafkaAzureCosmosDBSink
|
|
914
1717
|
"""
|
|
1718
|
+
@staticmethod
|
|
1719
|
+
def __key_warning(key: str):
|
|
1720
|
+
suggest = None
|
|
1721
|
+
if key == "partnerConnectorType":
|
|
1722
|
+
suggest = "partner_connector_type"
|
|
1723
|
+
elif key == "apiKey":
|
|
1724
|
+
suggest = "api_key"
|
|
1725
|
+
elif key == "apiSecret":
|
|
1726
|
+
suggest = "api_secret"
|
|
1727
|
+
elif key == "authType":
|
|
1728
|
+
suggest = "auth_type"
|
|
1729
|
+
elif key == "flushSize":
|
|
1730
|
+
suggest = "flush_size"
|
|
1731
|
+
elif key == "inputFormat":
|
|
1732
|
+
suggest = "input_format"
|
|
1733
|
+
elif key == "maxTasks":
|
|
1734
|
+
suggest = "max_tasks"
|
|
1735
|
+
elif key == "outputFormat":
|
|
1736
|
+
suggest = "output_format"
|
|
1737
|
+
elif key == "serviceAccountId":
|
|
1738
|
+
suggest = "service_account_id"
|
|
1739
|
+
elif key == "timeInterval":
|
|
1740
|
+
suggest = "time_interval"
|
|
1741
|
+
elif key == "topicsDir":
|
|
1742
|
+
suggest = "topics_dir"
|
|
1743
|
+
|
|
1744
|
+
if suggest:
|
|
1745
|
+
pulumi.log.warn(f"Key '{key}' not found in KafkaAzureCosmosDBSinkConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1746
|
+
|
|
1747
|
+
def __getitem__(self, key: str) -> Any:
|
|
1748
|
+
KafkaAzureCosmosDBSinkConnectorInfoResponse.__key_warning(key)
|
|
1749
|
+
return super().__getitem__(key)
|
|
1750
|
+
|
|
1751
|
+
def get(self, key: str, default = None) -> Any:
|
|
1752
|
+
KafkaAzureCosmosDBSinkConnectorInfoResponse.__key_warning(key)
|
|
1753
|
+
return super().get(key, default)
|
|
1754
|
+
|
|
915
1755
|
def __init__(__self__, *,
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
1756
|
+
partner_connector_type: str,
|
|
1757
|
+
api_key: Optional[str] = None,
|
|
1758
|
+
api_secret: Optional[str] = None,
|
|
1759
|
+
auth_type: Optional[str] = None,
|
|
1760
|
+
flush_size: Optional[str] = None,
|
|
1761
|
+
input_format: Optional[str] = None,
|
|
1762
|
+
max_tasks: Optional[str] = None,
|
|
1763
|
+
output_format: Optional[str] = None,
|
|
1764
|
+
service_account_id: Optional[str] = None,
|
|
1765
|
+
time_interval: Optional[str] = None,
|
|
1766
|
+
topics: Optional[Sequence[str]] = None,
|
|
1767
|
+
topics_dir: Optional[str] = None):
|
|
1768
|
+
"""
|
|
1769
|
+
The partner connector type is KafkaAzureCosmosDBSink
|
|
1770
|
+
:param str partner_connector_type: Partner Connector type.
|
|
1771
|
+
Expected value is 'KafkaAzureCosmosDBSink'.
|
|
1772
|
+
:param str api_key: Kafka API Key
|
|
1773
|
+
:param str api_secret: Kafka API Key Secret
|
|
1774
|
+
:param str auth_type: Kafka Auth Type
|
|
1775
|
+
:param str flush_size: Flush size
|
|
1776
|
+
:param str input_format: Kafka Input Data Format Type
|
|
1777
|
+
:param str max_tasks: Maximum Tasks
|
|
1778
|
+
:param str output_format: Kafka Output Data Format Type
|
|
1779
|
+
:param str service_account_id: Kafka Service Account Id
|
|
1780
|
+
:param str time_interval: Time Interval
|
|
1781
|
+
:param Sequence[str] topics: Kafka topics list
|
|
1782
|
+
:param str topics_dir: Kafka topics directory
|
|
1783
|
+
"""
|
|
1784
|
+
pulumi.set(__self__, "partner_connector_type", 'KafkaAzureCosmosDBSink')
|
|
1785
|
+
if api_key is not None:
|
|
1786
|
+
pulumi.set(__self__, "api_key", api_key)
|
|
1787
|
+
if api_secret is not None:
|
|
1788
|
+
pulumi.set(__self__, "api_secret", api_secret)
|
|
1789
|
+
if auth_type is not None:
|
|
1790
|
+
pulumi.set(__self__, "auth_type", auth_type)
|
|
1791
|
+
if flush_size is not None:
|
|
1792
|
+
pulumi.set(__self__, "flush_size", flush_size)
|
|
1793
|
+
if input_format is not None:
|
|
1794
|
+
pulumi.set(__self__, "input_format", input_format)
|
|
1795
|
+
if max_tasks is not None:
|
|
1796
|
+
pulumi.set(__self__, "max_tasks", max_tasks)
|
|
1797
|
+
if output_format is not None:
|
|
1798
|
+
pulumi.set(__self__, "output_format", output_format)
|
|
1799
|
+
if service_account_id is not None:
|
|
1800
|
+
pulumi.set(__self__, "service_account_id", service_account_id)
|
|
1801
|
+
if time_interval is not None:
|
|
1802
|
+
pulumi.set(__self__, "time_interval", time_interval)
|
|
1803
|
+
if topics is not None:
|
|
1804
|
+
pulumi.set(__self__, "topics", topics)
|
|
1805
|
+
if topics_dir is not None:
|
|
1806
|
+
pulumi.set(__self__, "topics_dir", topics_dir)
|
|
1807
|
+
|
|
1808
|
+
@property
|
|
1809
|
+
@pulumi.getter(name="partnerConnectorType")
|
|
1810
|
+
def partner_connector_type(self) -> str:
|
|
920
1811
|
"""
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
:param str kind: Kind of the cluster
|
|
924
|
-
:param 'SCMetadataEntityResponse' metadata: Metadata of the record
|
|
925
|
-
:param 'RegionSpecEntityResponse' spec: Specification of the region
|
|
1812
|
+
Partner Connector type.
|
|
1813
|
+
Expected value is 'KafkaAzureCosmosDBSink'.
|
|
926
1814
|
"""
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
1815
|
+
return pulumi.get(self, "partner_connector_type")
|
|
1816
|
+
|
|
1817
|
+
@property
|
|
1818
|
+
@pulumi.getter(name="apiKey")
|
|
1819
|
+
def api_key(self) -> Optional[str]:
|
|
1820
|
+
"""
|
|
1821
|
+
Kafka API Key
|
|
1822
|
+
"""
|
|
1823
|
+
return pulumi.get(self, "api_key")
|
|
1824
|
+
|
|
1825
|
+
@property
|
|
1826
|
+
@pulumi.getter(name="apiSecret")
|
|
1827
|
+
def api_secret(self) -> Optional[str]:
|
|
1828
|
+
"""
|
|
1829
|
+
Kafka API Key Secret
|
|
1830
|
+
"""
|
|
1831
|
+
return pulumi.get(self, "api_secret")
|
|
1832
|
+
|
|
1833
|
+
@property
|
|
1834
|
+
@pulumi.getter(name="authType")
|
|
1835
|
+
def auth_type(self) -> Optional[str]:
|
|
1836
|
+
"""
|
|
1837
|
+
Kafka Auth Type
|
|
1838
|
+
"""
|
|
1839
|
+
return pulumi.get(self, "auth_type")
|
|
1840
|
+
|
|
1841
|
+
@property
|
|
1842
|
+
@pulumi.getter(name="flushSize")
|
|
1843
|
+
def flush_size(self) -> Optional[str]:
|
|
1844
|
+
"""
|
|
1845
|
+
Flush size
|
|
1846
|
+
"""
|
|
1847
|
+
return pulumi.get(self, "flush_size")
|
|
1848
|
+
|
|
1849
|
+
@property
|
|
1850
|
+
@pulumi.getter(name="inputFormat")
|
|
1851
|
+
def input_format(self) -> Optional[str]:
|
|
1852
|
+
"""
|
|
1853
|
+
Kafka Input Data Format Type
|
|
1854
|
+
"""
|
|
1855
|
+
return pulumi.get(self, "input_format")
|
|
1856
|
+
|
|
1857
|
+
@property
|
|
1858
|
+
@pulumi.getter(name="maxTasks")
|
|
1859
|
+
def max_tasks(self) -> Optional[str]:
|
|
1860
|
+
"""
|
|
1861
|
+
Maximum Tasks
|
|
1862
|
+
"""
|
|
1863
|
+
return pulumi.get(self, "max_tasks")
|
|
1864
|
+
|
|
1865
|
+
@property
|
|
1866
|
+
@pulumi.getter(name="outputFormat")
|
|
1867
|
+
def output_format(self) -> Optional[str]:
|
|
1868
|
+
"""
|
|
1869
|
+
Kafka Output Data Format Type
|
|
1870
|
+
"""
|
|
1871
|
+
return pulumi.get(self, "output_format")
|
|
1872
|
+
|
|
1873
|
+
@property
|
|
1874
|
+
@pulumi.getter(name="serviceAccountId")
|
|
1875
|
+
def service_account_id(self) -> Optional[str]:
|
|
1876
|
+
"""
|
|
1877
|
+
Kafka Service Account Id
|
|
1878
|
+
"""
|
|
1879
|
+
return pulumi.get(self, "service_account_id")
|
|
1880
|
+
|
|
1881
|
+
@property
|
|
1882
|
+
@pulumi.getter(name="timeInterval")
|
|
1883
|
+
def time_interval(self) -> Optional[str]:
|
|
1884
|
+
"""
|
|
1885
|
+
Time Interval
|
|
1886
|
+
"""
|
|
1887
|
+
return pulumi.get(self, "time_interval")
|
|
935
1888
|
|
|
936
1889
|
@property
|
|
937
1890
|
@pulumi.getter
|
|
938
|
-
def
|
|
1891
|
+
def topics(self) -> Optional[Sequence[str]]:
|
|
939
1892
|
"""
|
|
940
|
-
|
|
1893
|
+
Kafka topics list
|
|
941
1894
|
"""
|
|
942
|
-
return pulumi.get(self, "
|
|
1895
|
+
return pulumi.get(self, "topics")
|
|
1896
|
+
|
|
1897
|
+
@property
|
|
1898
|
+
@pulumi.getter(name="topicsDir")
|
|
1899
|
+
def topics_dir(self) -> Optional[str]:
|
|
1900
|
+
"""
|
|
1901
|
+
Kafka topics directory
|
|
1902
|
+
"""
|
|
1903
|
+
return pulumi.get(self, "topics_dir")
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
@pulumi.output_type
|
|
1907
|
+
class KafkaAzureCosmosDBSourceConnectorInfoResponse(dict):
|
|
1908
|
+
"""
|
|
1909
|
+
The partner connector type is KafkaAzureCosmosDBSource
|
|
1910
|
+
"""
|
|
1911
|
+
@staticmethod
|
|
1912
|
+
def __key_warning(key: str):
|
|
1913
|
+
suggest = None
|
|
1914
|
+
if key == "partnerConnectorType":
|
|
1915
|
+
suggest = "partner_connector_type"
|
|
1916
|
+
elif key == "apiKey":
|
|
1917
|
+
suggest = "api_key"
|
|
1918
|
+
elif key == "apiSecret":
|
|
1919
|
+
suggest = "api_secret"
|
|
1920
|
+
elif key == "authType":
|
|
1921
|
+
suggest = "auth_type"
|
|
1922
|
+
elif key == "inputFormat":
|
|
1923
|
+
suggest = "input_format"
|
|
1924
|
+
elif key == "maxTasks":
|
|
1925
|
+
suggest = "max_tasks"
|
|
1926
|
+
elif key == "outputFormat":
|
|
1927
|
+
suggest = "output_format"
|
|
1928
|
+
elif key == "serviceAccountId":
|
|
1929
|
+
suggest = "service_account_id"
|
|
1930
|
+
elif key == "topicRegex":
|
|
1931
|
+
suggest = "topic_regex"
|
|
1932
|
+
elif key == "topicsDir":
|
|
1933
|
+
suggest = "topics_dir"
|
|
1934
|
+
|
|
1935
|
+
if suggest:
|
|
1936
|
+
pulumi.log.warn(f"Key '{key}' not found in KafkaAzureCosmosDBSourceConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1937
|
+
|
|
1938
|
+
def __getitem__(self, key: str) -> Any:
|
|
1939
|
+
KafkaAzureCosmosDBSourceConnectorInfoResponse.__key_warning(key)
|
|
1940
|
+
return super().__getitem__(key)
|
|
1941
|
+
|
|
1942
|
+
def get(self, key: str, default = None) -> Any:
|
|
1943
|
+
KafkaAzureCosmosDBSourceConnectorInfoResponse.__key_warning(key)
|
|
1944
|
+
return super().get(key, default)
|
|
1945
|
+
|
|
1946
|
+
def __init__(__self__, *,
|
|
1947
|
+
partner_connector_type: str,
|
|
1948
|
+
api_key: Optional[str] = None,
|
|
1949
|
+
api_secret: Optional[str] = None,
|
|
1950
|
+
auth_type: Optional[str] = None,
|
|
1951
|
+
input_format: Optional[str] = None,
|
|
1952
|
+
max_tasks: Optional[str] = None,
|
|
1953
|
+
output_format: Optional[str] = None,
|
|
1954
|
+
service_account_id: Optional[str] = None,
|
|
1955
|
+
topic_regex: Optional[str] = None,
|
|
1956
|
+
topics_dir: Optional[str] = None):
|
|
1957
|
+
"""
|
|
1958
|
+
The partner connector type is KafkaAzureCosmosDBSource
|
|
1959
|
+
:param str partner_connector_type: Partner Connector type.
|
|
1960
|
+
Expected value is 'KafkaAzureCosmosDBSource'.
|
|
1961
|
+
:param str api_key: Kafka API Key
|
|
1962
|
+
:param str api_secret: Kafka API Secret
|
|
1963
|
+
:param str auth_type: Kafka Auth Type
|
|
1964
|
+
:param str input_format: Kafka Input Data Format Type
|
|
1965
|
+
:param str max_tasks: Maximum Tasks
|
|
1966
|
+
:param str output_format: Kafka Output Data Format Type
|
|
1967
|
+
:param str service_account_id: Kafka Service Account Id
|
|
1968
|
+
:param str topic_regex: Kafka topics Regex pattern
|
|
1969
|
+
:param str topics_dir: Kafka topics directory
|
|
1970
|
+
"""
|
|
1971
|
+
pulumi.set(__self__, "partner_connector_type", 'KafkaAzureCosmosDBSource')
|
|
1972
|
+
if api_key is not None:
|
|
1973
|
+
pulumi.set(__self__, "api_key", api_key)
|
|
1974
|
+
if api_secret is not None:
|
|
1975
|
+
pulumi.set(__self__, "api_secret", api_secret)
|
|
1976
|
+
if auth_type is not None:
|
|
1977
|
+
pulumi.set(__self__, "auth_type", auth_type)
|
|
1978
|
+
if input_format is not None:
|
|
1979
|
+
pulumi.set(__self__, "input_format", input_format)
|
|
1980
|
+
if max_tasks is not None:
|
|
1981
|
+
pulumi.set(__self__, "max_tasks", max_tasks)
|
|
1982
|
+
if output_format is not None:
|
|
1983
|
+
pulumi.set(__self__, "output_format", output_format)
|
|
1984
|
+
if service_account_id is not None:
|
|
1985
|
+
pulumi.set(__self__, "service_account_id", service_account_id)
|
|
1986
|
+
if topic_regex is not None:
|
|
1987
|
+
pulumi.set(__self__, "topic_regex", topic_regex)
|
|
1988
|
+
if topics_dir is not None:
|
|
1989
|
+
pulumi.set(__self__, "topics_dir", topics_dir)
|
|
1990
|
+
|
|
1991
|
+
@property
|
|
1992
|
+
@pulumi.getter(name="partnerConnectorType")
|
|
1993
|
+
def partner_connector_type(self) -> str:
|
|
1994
|
+
"""
|
|
1995
|
+
Partner Connector type.
|
|
1996
|
+
Expected value is 'KafkaAzureCosmosDBSource'.
|
|
1997
|
+
"""
|
|
1998
|
+
return pulumi.get(self, "partner_connector_type")
|
|
1999
|
+
|
|
2000
|
+
@property
|
|
2001
|
+
@pulumi.getter(name="apiKey")
|
|
2002
|
+
def api_key(self) -> Optional[str]:
|
|
2003
|
+
"""
|
|
2004
|
+
Kafka API Key
|
|
2005
|
+
"""
|
|
2006
|
+
return pulumi.get(self, "api_key")
|
|
2007
|
+
|
|
2008
|
+
@property
|
|
2009
|
+
@pulumi.getter(name="apiSecret")
|
|
2010
|
+
def api_secret(self) -> Optional[str]:
|
|
2011
|
+
"""
|
|
2012
|
+
Kafka API Secret
|
|
2013
|
+
"""
|
|
2014
|
+
return pulumi.get(self, "api_secret")
|
|
2015
|
+
|
|
2016
|
+
@property
|
|
2017
|
+
@pulumi.getter(name="authType")
|
|
2018
|
+
def auth_type(self) -> Optional[str]:
|
|
2019
|
+
"""
|
|
2020
|
+
Kafka Auth Type
|
|
2021
|
+
"""
|
|
2022
|
+
return pulumi.get(self, "auth_type")
|
|
2023
|
+
|
|
2024
|
+
@property
|
|
2025
|
+
@pulumi.getter(name="inputFormat")
|
|
2026
|
+
def input_format(self) -> Optional[str]:
|
|
2027
|
+
"""
|
|
2028
|
+
Kafka Input Data Format Type
|
|
2029
|
+
"""
|
|
2030
|
+
return pulumi.get(self, "input_format")
|
|
2031
|
+
|
|
2032
|
+
@property
|
|
2033
|
+
@pulumi.getter(name="maxTasks")
|
|
2034
|
+
def max_tasks(self) -> Optional[str]:
|
|
2035
|
+
"""
|
|
2036
|
+
Maximum Tasks
|
|
2037
|
+
"""
|
|
2038
|
+
return pulumi.get(self, "max_tasks")
|
|
2039
|
+
|
|
2040
|
+
@property
|
|
2041
|
+
@pulumi.getter(name="outputFormat")
|
|
2042
|
+
def output_format(self) -> Optional[str]:
|
|
2043
|
+
"""
|
|
2044
|
+
Kafka Output Data Format Type
|
|
2045
|
+
"""
|
|
2046
|
+
return pulumi.get(self, "output_format")
|
|
2047
|
+
|
|
2048
|
+
@property
|
|
2049
|
+
@pulumi.getter(name="serviceAccountId")
|
|
2050
|
+
def service_account_id(self) -> Optional[str]:
|
|
2051
|
+
"""
|
|
2052
|
+
Kafka Service Account Id
|
|
2053
|
+
"""
|
|
2054
|
+
return pulumi.get(self, "service_account_id")
|
|
2055
|
+
|
|
2056
|
+
@property
|
|
2057
|
+
@pulumi.getter(name="topicRegex")
|
|
2058
|
+
def topic_regex(self) -> Optional[str]:
|
|
2059
|
+
"""
|
|
2060
|
+
Kafka topics Regex pattern
|
|
2061
|
+
"""
|
|
2062
|
+
return pulumi.get(self, "topic_regex")
|
|
2063
|
+
|
|
2064
|
+
@property
|
|
2065
|
+
@pulumi.getter(name="topicsDir")
|
|
2066
|
+
def topics_dir(self) -> Optional[str]:
|
|
2067
|
+
"""
|
|
2068
|
+
Kafka topics directory
|
|
2069
|
+
"""
|
|
2070
|
+
return pulumi.get(self, "topics_dir")
|
|
2071
|
+
|
|
2072
|
+
|
|
2073
|
+
@pulumi.output_type
|
|
2074
|
+
class KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse(dict):
|
|
2075
|
+
"""
|
|
2076
|
+
The partner connector type is KafkaAzureSynapseAnalyticsSink
|
|
2077
|
+
"""
|
|
2078
|
+
@staticmethod
|
|
2079
|
+
def __key_warning(key: str):
|
|
2080
|
+
suggest = None
|
|
2081
|
+
if key == "partnerConnectorType":
|
|
2082
|
+
suggest = "partner_connector_type"
|
|
2083
|
+
elif key == "apiKey":
|
|
2084
|
+
suggest = "api_key"
|
|
2085
|
+
elif key == "apiSecret":
|
|
2086
|
+
suggest = "api_secret"
|
|
2087
|
+
elif key == "authType":
|
|
2088
|
+
suggest = "auth_type"
|
|
2089
|
+
elif key == "flushSize":
|
|
2090
|
+
suggest = "flush_size"
|
|
2091
|
+
elif key == "inputFormat":
|
|
2092
|
+
suggest = "input_format"
|
|
2093
|
+
elif key == "maxTasks":
|
|
2094
|
+
suggest = "max_tasks"
|
|
2095
|
+
elif key == "outputFormat":
|
|
2096
|
+
suggest = "output_format"
|
|
2097
|
+
elif key == "serviceAccountId":
|
|
2098
|
+
suggest = "service_account_id"
|
|
2099
|
+
elif key == "timeInterval":
|
|
2100
|
+
suggest = "time_interval"
|
|
2101
|
+
elif key == "topicsDir":
|
|
2102
|
+
suggest = "topics_dir"
|
|
2103
|
+
|
|
2104
|
+
if suggest:
|
|
2105
|
+
pulumi.log.warn(f"Key '{key}' not found in KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2106
|
+
|
|
2107
|
+
def __getitem__(self, key: str) -> Any:
|
|
2108
|
+
KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse.__key_warning(key)
|
|
2109
|
+
return super().__getitem__(key)
|
|
2110
|
+
|
|
2111
|
+
def get(self, key: str, default = None) -> Any:
|
|
2112
|
+
KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse.__key_warning(key)
|
|
2113
|
+
return super().get(key, default)
|
|
2114
|
+
|
|
2115
|
+
def __init__(__self__, *,
|
|
2116
|
+
partner_connector_type: str,
|
|
2117
|
+
api_key: Optional[str] = None,
|
|
2118
|
+
api_secret: Optional[str] = None,
|
|
2119
|
+
auth_type: Optional[str] = None,
|
|
2120
|
+
flush_size: Optional[str] = None,
|
|
2121
|
+
input_format: Optional[str] = None,
|
|
2122
|
+
max_tasks: Optional[str] = None,
|
|
2123
|
+
output_format: Optional[str] = None,
|
|
2124
|
+
service_account_id: Optional[str] = None,
|
|
2125
|
+
time_interval: Optional[str] = None,
|
|
2126
|
+
topics: Optional[Sequence[str]] = None,
|
|
2127
|
+
topics_dir: Optional[str] = None):
|
|
2128
|
+
"""
|
|
2129
|
+
The partner connector type is KafkaAzureSynapseAnalyticsSink
|
|
2130
|
+
:param str partner_connector_type: Partner Connector type.
|
|
2131
|
+
Expected value is 'KafkaAzureSynapseAnalyticsSink'.
|
|
2132
|
+
:param str api_key: Kafka API Key
|
|
2133
|
+
:param str api_secret: Kafka API Key Secret
|
|
2134
|
+
:param str auth_type: Kafka Auth Type
|
|
2135
|
+
:param str flush_size: Flush size
|
|
2136
|
+
:param str input_format: Kafka Input Data Format Type
|
|
2137
|
+
:param str max_tasks: Maximum Tasks
|
|
2138
|
+
:param str output_format: Kafka Output Data Format Type
|
|
2139
|
+
:param str service_account_id: Kafka Service Account Id
|
|
2140
|
+
:param str time_interval: Time Interval
|
|
2141
|
+
:param Sequence[str] topics: Kafka topics list
|
|
2142
|
+
:param str topics_dir: Kafka topics directory
|
|
2143
|
+
"""
|
|
2144
|
+
pulumi.set(__self__, "partner_connector_type", 'KafkaAzureSynapseAnalyticsSink')
|
|
2145
|
+
if api_key is not None:
|
|
2146
|
+
pulumi.set(__self__, "api_key", api_key)
|
|
2147
|
+
if api_secret is not None:
|
|
2148
|
+
pulumi.set(__self__, "api_secret", api_secret)
|
|
2149
|
+
if auth_type is not None:
|
|
2150
|
+
pulumi.set(__self__, "auth_type", auth_type)
|
|
2151
|
+
if flush_size is not None:
|
|
2152
|
+
pulumi.set(__self__, "flush_size", flush_size)
|
|
2153
|
+
if input_format is not None:
|
|
2154
|
+
pulumi.set(__self__, "input_format", input_format)
|
|
2155
|
+
if max_tasks is not None:
|
|
2156
|
+
pulumi.set(__self__, "max_tasks", max_tasks)
|
|
2157
|
+
if output_format is not None:
|
|
2158
|
+
pulumi.set(__self__, "output_format", output_format)
|
|
2159
|
+
if service_account_id is not None:
|
|
2160
|
+
pulumi.set(__self__, "service_account_id", service_account_id)
|
|
2161
|
+
if time_interval is not None:
|
|
2162
|
+
pulumi.set(__self__, "time_interval", time_interval)
|
|
2163
|
+
if topics is not None:
|
|
2164
|
+
pulumi.set(__self__, "topics", topics)
|
|
2165
|
+
if topics_dir is not None:
|
|
2166
|
+
pulumi.set(__self__, "topics_dir", topics_dir)
|
|
2167
|
+
|
|
2168
|
+
@property
|
|
2169
|
+
@pulumi.getter(name="partnerConnectorType")
|
|
2170
|
+
def partner_connector_type(self) -> str:
|
|
2171
|
+
"""
|
|
2172
|
+
Partner Connector type.
|
|
2173
|
+
Expected value is 'KafkaAzureSynapseAnalyticsSink'.
|
|
2174
|
+
"""
|
|
2175
|
+
return pulumi.get(self, "partner_connector_type")
|
|
2176
|
+
|
|
2177
|
+
@property
|
|
2178
|
+
@pulumi.getter(name="apiKey")
|
|
2179
|
+
def api_key(self) -> Optional[str]:
|
|
2180
|
+
"""
|
|
2181
|
+
Kafka API Key
|
|
2182
|
+
"""
|
|
2183
|
+
return pulumi.get(self, "api_key")
|
|
2184
|
+
|
|
2185
|
+
@property
|
|
2186
|
+
@pulumi.getter(name="apiSecret")
|
|
2187
|
+
def api_secret(self) -> Optional[str]:
|
|
2188
|
+
"""
|
|
2189
|
+
Kafka API Key Secret
|
|
2190
|
+
"""
|
|
2191
|
+
return pulumi.get(self, "api_secret")
|
|
2192
|
+
|
|
2193
|
+
@property
|
|
2194
|
+
@pulumi.getter(name="authType")
|
|
2195
|
+
def auth_type(self) -> Optional[str]:
|
|
2196
|
+
"""
|
|
2197
|
+
Kafka Auth Type
|
|
2198
|
+
"""
|
|
2199
|
+
return pulumi.get(self, "auth_type")
|
|
2200
|
+
|
|
2201
|
+
@property
|
|
2202
|
+
@pulumi.getter(name="flushSize")
|
|
2203
|
+
def flush_size(self) -> Optional[str]:
|
|
2204
|
+
"""
|
|
2205
|
+
Flush size
|
|
2206
|
+
"""
|
|
2207
|
+
return pulumi.get(self, "flush_size")
|
|
2208
|
+
|
|
2209
|
+
@property
|
|
2210
|
+
@pulumi.getter(name="inputFormat")
|
|
2211
|
+
def input_format(self) -> Optional[str]:
|
|
2212
|
+
"""
|
|
2213
|
+
Kafka Input Data Format Type
|
|
2214
|
+
"""
|
|
2215
|
+
return pulumi.get(self, "input_format")
|
|
2216
|
+
|
|
2217
|
+
@property
|
|
2218
|
+
@pulumi.getter(name="maxTasks")
|
|
2219
|
+
def max_tasks(self) -> Optional[str]:
|
|
2220
|
+
"""
|
|
2221
|
+
Maximum Tasks
|
|
2222
|
+
"""
|
|
2223
|
+
return pulumi.get(self, "max_tasks")
|
|
2224
|
+
|
|
2225
|
+
@property
|
|
2226
|
+
@pulumi.getter(name="outputFormat")
|
|
2227
|
+
def output_format(self) -> Optional[str]:
|
|
2228
|
+
"""
|
|
2229
|
+
Kafka Output Data Format Type
|
|
2230
|
+
"""
|
|
2231
|
+
return pulumi.get(self, "output_format")
|
|
2232
|
+
|
|
2233
|
+
@property
|
|
2234
|
+
@pulumi.getter(name="serviceAccountId")
|
|
2235
|
+
def service_account_id(self) -> Optional[str]:
|
|
2236
|
+
"""
|
|
2237
|
+
Kafka Service Account Id
|
|
2238
|
+
"""
|
|
2239
|
+
return pulumi.get(self, "service_account_id")
|
|
2240
|
+
|
|
2241
|
+
@property
|
|
2242
|
+
@pulumi.getter(name="timeInterval")
|
|
2243
|
+
def time_interval(self) -> Optional[str]:
|
|
2244
|
+
"""
|
|
2245
|
+
Time Interval
|
|
2246
|
+
"""
|
|
2247
|
+
return pulumi.get(self, "time_interval")
|
|
2248
|
+
|
|
2249
|
+
@property
|
|
2250
|
+
@pulumi.getter
|
|
2251
|
+
def topics(self) -> Optional[Sequence[str]]:
|
|
2252
|
+
"""
|
|
2253
|
+
Kafka topics list
|
|
2254
|
+
"""
|
|
2255
|
+
return pulumi.get(self, "topics")
|
|
2256
|
+
|
|
2257
|
+
@property
|
|
2258
|
+
@pulumi.getter(name="topicsDir")
|
|
2259
|
+
def topics_dir(self) -> Optional[str]:
|
|
2260
|
+
"""
|
|
2261
|
+
Kafka topics directory
|
|
2262
|
+
"""
|
|
2263
|
+
return pulumi.get(self, "topics_dir")
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
@pulumi.output_type
|
|
2267
|
+
class MetadataEntityResponse(dict):
|
|
2268
|
+
"""
|
|
2269
|
+
Metadata of the data record
|
|
2270
|
+
"""
|
|
2271
|
+
def __init__(__self__, *,
|
|
2272
|
+
created_at: Optional[str] = None,
|
|
2273
|
+
deleted_at: Optional[str] = None,
|
|
2274
|
+
resource_name: Optional[str] = None,
|
|
2275
|
+
self: Optional[str] = None,
|
|
2276
|
+
updated_at: Optional[str] = None):
|
|
2277
|
+
"""
|
|
2278
|
+
Metadata of the data record
|
|
2279
|
+
:param str created_at: Created Date Time
|
|
2280
|
+
:param str deleted_at: Deleted Date time
|
|
2281
|
+
:param str resource_name: Resource name of the record
|
|
2282
|
+
:param str self: Self lookup url
|
|
2283
|
+
:param str updated_at: Updated Date time
|
|
2284
|
+
"""
|
|
2285
|
+
if created_at is not None:
|
|
2286
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2287
|
+
if deleted_at is not None:
|
|
2288
|
+
pulumi.set(__self__, "deleted_at", deleted_at)
|
|
2289
|
+
if resource_name is not None:
|
|
2290
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
2291
|
+
if self is not None:
|
|
2292
|
+
pulumi.set(__self__, "self", self)
|
|
2293
|
+
if updated_at is not None:
|
|
2294
|
+
pulumi.set(__self__, "updated_at", updated_at)
|
|
2295
|
+
|
|
2296
|
+
@property
|
|
2297
|
+
@pulumi.getter(name="createdAt")
|
|
2298
|
+
def created_at(self) -> Optional[str]:
|
|
2299
|
+
"""
|
|
2300
|
+
Created Date Time
|
|
2301
|
+
"""
|
|
2302
|
+
return pulumi.get(self, "created_at")
|
|
2303
|
+
|
|
2304
|
+
@property
|
|
2305
|
+
@pulumi.getter(name="deletedAt")
|
|
2306
|
+
def deleted_at(self) -> Optional[str]:
|
|
2307
|
+
"""
|
|
2308
|
+
Deleted Date time
|
|
2309
|
+
"""
|
|
2310
|
+
return pulumi.get(self, "deleted_at")
|
|
2311
|
+
|
|
2312
|
+
@property
|
|
2313
|
+
@pulumi.getter(name="resourceName")
|
|
2314
|
+
def resource_name(self) -> Optional[str]:
|
|
2315
|
+
"""
|
|
2316
|
+
Resource name of the record
|
|
2317
|
+
"""
|
|
2318
|
+
return pulumi.get(self, "resource_name")
|
|
2319
|
+
|
|
2320
|
+
@property
|
|
2321
|
+
@pulumi.getter
|
|
2322
|
+
def self(self) -> Optional[str]:
|
|
2323
|
+
"""
|
|
2324
|
+
Self lookup url
|
|
2325
|
+
"""
|
|
2326
|
+
return pulumi.get(self, "self")
|
|
2327
|
+
|
|
2328
|
+
@property
|
|
2329
|
+
@pulumi.getter(name="updatedAt")
|
|
2330
|
+
def updated_at(self) -> Optional[str]:
|
|
2331
|
+
"""
|
|
2332
|
+
Updated Date time
|
|
2333
|
+
"""
|
|
2334
|
+
return pulumi.get(self, "updated_at")
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
@pulumi.output_type
|
|
2338
|
+
class OfferDetailResponse(dict):
|
|
2339
|
+
"""
|
|
2340
|
+
Confluent Offer detail
|
|
2341
|
+
"""
|
|
2342
|
+
@staticmethod
|
|
2343
|
+
def __key_warning(key: str):
|
|
2344
|
+
suggest = None
|
|
2345
|
+
if key == "planId":
|
|
2346
|
+
suggest = "plan_id"
|
|
2347
|
+
elif key == "planName":
|
|
2348
|
+
suggest = "plan_name"
|
|
2349
|
+
elif key == "publisherId":
|
|
2350
|
+
suggest = "publisher_id"
|
|
2351
|
+
elif key == "termUnit":
|
|
2352
|
+
suggest = "term_unit"
|
|
2353
|
+
|
|
2354
|
+
if suggest:
|
|
2355
|
+
pulumi.log.warn(f"Key '{key}' not found in OfferDetailResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2356
|
+
|
|
2357
|
+
def __getitem__(self, key: str) -> Any:
|
|
2358
|
+
OfferDetailResponse.__key_warning(key)
|
|
2359
|
+
return super().__getitem__(key)
|
|
2360
|
+
|
|
2361
|
+
def get(self, key: str, default = None) -> Any:
|
|
2362
|
+
OfferDetailResponse.__key_warning(key)
|
|
2363
|
+
return super().get(key, default)
|
|
2364
|
+
|
|
2365
|
+
def __init__(__self__, *,
|
|
2366
|
+
id: str,
|
|
2367
|
+
plan_id: str,
|
|
2368
|
+
plan_name: str,
|
|
2369
|
+
publisher_id: str,
|
|
2370
|
+
status: str,
|
|
2371
|
+
term_unit: str):
|
|
2372
|
+
"""
|
|
2373
|
+
Confluent Offer detail
|
|
2374
|
+
:param str id: Offer Id
|
|
2375
|
+
:param str plan_id: Offer Plan Id
|
|
2376
|
+
:param str plan_name: Offer Plan Name
|
|
2377
|
+
:param str publisher_id: Publisher Id
|
|
2378
|
+
:param str status: SaaS Offer Status
|
|
2379
|
+
:param str term_unit: Offer Plan Term unit
|
|
2380
|
+
"""
|
|
2381
|
+
pulumi.set(__self__, "id", id)
|
|
2382
|
+
pulumi.set(__self__, "plan_id", plan_id)
|
|
2383
|
+
pulumi.set(__self__, "plan_name", plan_name)
|
|
2384
|
+
pulumi.set(__self__, "publisher_id", publisher_id)
|
|
2385
|
+
pulumi.set(__self__, "status", status)
|
|
2386
|
+
pulumi.set(__self__, "term_unit", term_unit)
|
|
2387
|
+
|
|
2388
|
+
@property
|
|
2389
|
+
@pulumi.getter
|
|
2390
|
+
def id(self) -> str:
|
|
2391
|
+
"""
|
|
2392
|
+
Offer Id
|
|
2393
|
+
"""
|
|
2394
|
+
return pulumi.get(self, "id")
|
|
2395
|
+
|
|
2396
|
+
@property
|
|
2397
|
+
@pulumi.getter(name="planId")
|
|
2398
|
+
def plan_id(self) -> str:
|
|
2399
|
+
"""
|
|
2400
|
+
Offer Plan Id
|
|
2401
|
+
"""
|
|
2402
|
+
return pulumi.get(self, "plan_id")
|
|
2403
|
+
|
|
2404
|
+
@property
|
|
2405
|
+
@pulumi.getter(name="planName")
|
|
2406
|
+
def plan_name(self) -> str:
|
|
2407
|
+
"""
|
|
2408
|
+
Offer Plan Name
|
|
2409
|
+
"""
|
|
2410
|
+
return pulumi.get(self, "plan_name")
|
|
2411
|
+
|
|
2412
|
+
@property
|
|
2413
|
+
@pulumi.getter(name="publisherId")
|
|
2414
|
+
def publisher_id(self) -> str:
|
|
2415
|
+
"""
|
|
2416
|
+
Publisher Id
|
|
2417
|
+
"""
|
|
2418
|
+
return pulumi.get(self, "publisher_id")
|
|
2419
|
+
|
|
2420
|
+
@property
|
|
2421
|
+
@pulumi.getter
|
|
2422
|
+
def status(self) -> str:
|
|
2423
|
+
"""
|
|
2424
|
+
SaaS Offer Status
|
|
2425
|
+
"""
|
|
2426
|
+
return pulumi.get(self, "status")
|
|
2427
|
+
|
|
2428
|
+
@property
|
|
2429
|
+
@pulumi.getter(name="termUnit")
|
|
2430
|
+
def term_unit(self) -> str:
|
|
2431
|
+
"""
|
|
2432
|
+
Offer Plan Term unit
|
|
2433
|
+
"""
|
|
2434
|
+
return pulumi.get(self, "term_unit")
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
@pulumi.output_type
|
|
2438
|
+
class RegionRecordResponse(dict):
|
|
2439
|
+
"""
|
|
2440
|
+
Details of region record
|
|
2441
|
+
"""
|
|
2442
|
+
def __init__(__self__, *,
|
|
2443
|
+
id: Optional[str] = None,
|
|
2444
|
+
kind: Optional[str] = None,
|
|
2445
|
+
metadata: Optional['outputs.SCMetadataEntityResponse'] = None,
|
|
2446
|
+
spec: Optional['outputs.RegionSpecEntityResponse'] = None):
|
|
2447
|
+
"""
|
|
2448
|
+
Details of region record
|
|
2449
|
+
:param str id: Id of the cluster
|
|
2450
|
+
:param str kind: Kind of the cluster
|
|
2451
|
+
:param 'SCMetadataEntityResponse' metadata: Metadata of the record
|
|
2452
|
+
:param 'RegionSpecEntityResponse' spec: Specification of the region
|
|
2453
|
+
"""
|
|
2454
|
+
if id is not None:
|
|
2455
|
+
pulumi.set(__self__, "id", id)
|
|
2456
|
+
if kind is not None:
|
|
2457
|
+
pulumi.set(__self__, "kind", kind)
|
|
2458
|
+
if metadata is not None:
|
|
2459
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
2460
|
+
if spec is not None:
|
|
2461
|
+
pulumi.set(__self__, "spec", spec)
|
|
2462
|
+
|
|
2463
|
+
@property
|
|
2464
|
+
@pulumi.getter
|
|
2465
|
+
def id(self) -> Optional[str]:
|
|
2466
|
+
"""
|
|
2467
|
+
Id of the cluster
|
|
2468
|
+
"""
|
|
2469
|
+
return pulumi.get(self, "id")
|
|
2470
|
+
|
|
2471
|
+
@property
|
|
2472
|
+
@pulumi.getter
|
|
2473
|
+
def kind(self) -> Optional[str]:
|
|
2474
|
+
"""
|
|
2475
|
+
Kind of the cluster
|
|
2476
|
+
"""
|
|
2477
|
+
return pulumi.get(self, "kind")
|
|
2478
|
+
|
|
2479
|
+
@property
|
|
2480
|
+
@pulumi.getter
|
|
2481
|
+
def metadata(self) -> Optional['outputs.SCMetadataEntityResponse']:
|
|
2482
|
+
"""
|
|
2483
|
+
Metadata of the record
|
|
2484
|
+
"""
|
|
2485
|
+
return pulumi.get(self, "metadata")
|
|
2486
|
+
|
|
2487
|
+
@property
|
|
2488
|
+
@pulumi.getter
|
|
2489
|
+
def spec(self) -> Optional['outputs.RegionSpecEntityResponse']:
|
|
2490
|
+
"""
|
|
2491
|
+
Specification of the region
|
|
2492
|
+
"""
|
|
2493
|
+
return pulumi.get(self, "spec")
|
|
2494
|
+
|
|
2495
|
+
|
|
2496
|
+
@pulumi.output_type
|
|
2497
|
+
class RegionSpecEntityResponse(dict):
|
|
2498
|
+
"""
|
|
2499
|
+
Region spec details
|
|
2500
|
+
"""
|
|
2501
|
+
def __init__(__self__, *,
|
|
2502
|
+
cloud: Optional[str] = None,
|
|
2503
|
+
name: Optional[str] = None,
|
|
2504
|
+
packages: Optional[Sequence[str]] = None,
|
|
2505
|
+
region_name: Optional[str] = None):
|
|
2506
|
+
"""
|
|
2507
|
+
Region spec details
|
|
2508
|
+
:param str cloud: Cloud provider name
|
|
2509
|
+
:param str name: Display Name of the region
|
|
2510
|
+
:param str region_name: Region name
|
|
2511
|
+
"""
|
|
2512
|
+
if cloud is not None:
|
|
2513
|
+
pulumi.set(__self__, "cloud", cloud)
|
|
2514
|
+
if name is not None:
|
|
2515
|
+
pulumi.set(__self__, "name", name)
|
|
2516
|
+
if packages is not None:
|
|
2517
|
+
pulumi.set(__self__, "packages", packages)
|
|
2518
|
+
if region_name is not None:
|
|
2519
|
+
pulumi.set(__self__, "region_name", region_name)
|
|
2520
|
+
|
|
2521
|
+
@property
|
|
2522
|
+
@pulumi.getter
|
|
2523
|
+
def cloud(self) -> Optional[str]:
|
|
2524
|
+
"""
|
|
2525
|
+
Cloud provider name
|
|
2526
|
+
"""
|
|
2527
|
+
return pulumi.get(self, "cloud")
|
|
2528
|
+
|
|
2529
|
+
@property
|
|
2530
|
+
@pulumi.getter
|
|
2531
|
+
def name(self) -> Optional[str]:
|
|
2532
|
+
"""
|
|
2533
|
+
Display Name of the region
|
|
2534
|
+
"""
|
|
2535
|
+
return pulumi.get(self, "name")
|
|
2536
|
+
|
|
2537
|
+
@property
|
|
2538
|
+
@pulumi.getter
|
|
2539
|
+
def packages(self) -> Optional[Sequence[str]]:
|
|
2540
|
+
return pulumi.get(self, "packages")
|
|
2541
|
+
|
|
2542
|
+
@property
|
|
2543
|
+
@pulumi.getter(name="regionName")
|
|
2544
|
+
def region_name(self) -> Optional[str]:
|
|
2545
|
+
"""
|
|
2546
|
+
Region name
|
|
2547
|
+
"""
|
|
2548
|
+
return pulumi.get(self, "region_name")
|
|
2549
|
+
|
|
2550
|
+
|
|
2551
|
+
@pulumi.output_type
|
|
2552
|
+
class RoleBindingRecordResponse(dict):
|
|
2553
|
+
"""
|
|
2554
|
+
Record of the environment
|
|
2555
|
+
"""
|
|
2556
|
+
def __init__(__self__, *,
|
|
2557
|
+
crn_pattern: Optional[str] = None,
|
|
2558
|
+
id: Optional[str] = None,
|
|
2559
|
+
kind: Optional[str] = None,
|
|
2560
|
+
metadata: Optional['outputs.MetadataEntityResponse'] = None,
|
|
2561
|
+
principal: Optional[str] = None,
|
|
2562
|
+
role_name: Optional[str] = None):
|
|
2563
|
+
"""
|
|
2564
|
+
Record of the environment
|
|
2565
|
+
:param str crn_pattern: A CRN that specifies the scope and resource patterns necessary for the role to bind
|
|
2566
|
+
:param str id: Id of the role
|
|
2567
|
+
:param str kind: The type of the resource.
|
|
2568
|
+
:param 'MetadataEntityResponse' metadata: Metadata of the record
|
|
2569
|
+
:param str principal: The principal User or Group to bind the role to
|
|
2570
|
+
:param str role_name: The name of the role to bind to the principal
|
|
2571
|
+
"""
|
|
2572
|
+
if crn_pattern is not None:
|
|
2573
|
+
pulumi.set(__self__, "crn_pattern", crn_pattern)
|
|
2574
|
+
if id is not None:
|
|
2575
|
+
pulumi.set(__self__, "id", id)
|
|
2576
|
+
if kind is not None:
|
|
2577
|
+
pulumi.set(__self__, "kind", kind)
|
|
2578
|
+
if metadata is not None:
|
|
2579
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
2580
|
+
if principal is not None:
|
|
2581
|
+
pulumi.set(__self__, "principal", principal)
|
|
2582
|
+
if role_name is not None:
|
|
2583
|
+
pulumi.set(__self__, "role_name", role_name)
|
|
2584
|
+
|
|
2585
|
+
@property
|
|
2586
|
+
@pulumi.getter(name="crnPattern")
|
|
2587
|
+
def crn_pattern(self) -> Optional[str]:
|
|
2588
|
+
"""
|
|
2589
|
+
A CRN that specifies the scope and resource patterns necessary for the role to bind
|
|
2590
|
+
"""
|
|
2591
|
+
return pulumi.get(self, "crn_pattern")
|
|
2592
|
+
|
|
2593
|
+
@property
|
|
2594
|
+
@pulumi.getter
|
|
2595
|
+
def id(self) -> Optional[str]:
|
|
2596
|
+
"""
|
|
2597
|
+
Id of the role
|
|
2598
|
+
"""
|
|
2599
|
+
return pulumi.get(self, "id")
|
|
2600
|
+
|
|
2601
|
+
@property
|
|
2602
|
+
@pulumi.getter
|
|
2603
|
+
def kind(self) -> Optional[str]:
|
|
2604
|
+
"""
|
|
2605
|
+
The type of the resource.
|
|
2606
|
+
"""
|
|
2607
|
+
return pulumi.get(self, "kind")
|
|
2608
|
+
|
|
2609
|
+
@property
|
|
2610
|
+
@pulumi.getter
|
|
2611
|
+
def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
|
|
2612
|
+
"""
|
|
2613
|
+
Metadata of the record
|
|
2614
|
+
"""
|
|
2615
|
+
return pulumi.get(self, "metadata")
|
|
2616
|
+
|
|
2617
|
+
@property
|
|
2618
|
+
@pulumi.getter
|
|
2619
|
+
def principal(self) -> Optional[str]:
|
|
2620
|
+
"""
|
|
2621
|
+
The principal User or Group to bind the role to
|
|
2622
|
+
"""
|
|
2623
|
+
return pulumi.get(self, "principal")
|
|
2624
|
+
|
|
2625
|
+
@property
|
|
2626
|
+
@pulumi.getter(name="roleName")
|
|
2627
|
+
def role_name(self) -> Optional[str]:
|
|
2628
|
+
"""
|
|
2629
|
+
The name of the role to bind to the principal
|
|
2630
|
+
"""
|
|
2631
|
+
return pulumi.get(self, "role_name")
|
|
2632
|
+
|
|
2633
|
+
|
|
2634
|
+
@pulumi.output_type
|
|
2635
|
+
class SCClusterByokEntityResponse(dict):
|
|
2636
|
+
"""
|
|
2637
|
+
The network associated with this object
|
|
2638
|
+
"""
|
|
2639
|
+
@staticmethod
|
|
2640
|
+
def __key_warning(key: str):
|
|
2641
|
+
suggest = None
|
|
2642
|
+
if key == "resourceName":
|
|
2643
|
+
suggest = "resource_name"
|
|
2644
|
+
|
|
2645
|
+
if suggest:
|
|
2646
|
+
pulumi.log.warn(f"Key '{key}' not found in SCClusterByokEntityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2647
|
+
|
|
2648
|
+
def __getitem__(self, key: str) -> Any:
|
|
2649
|
+
SCClusterByokEntityResponse.__key_warning(key)
|
|
2650
|
+
return super().__getitem__(key)
|
|
2651
|
+
|
|
2652
|
+
def get(self, key: str, default = None) -> Any:
|
|
2653
|
+
SCClusterByokEntityResponse.__key_warning(key)
|
|
2654
|
+
return super().get(key, default)
|
|
2655
|
+
|
|
2656
|
+
def __init__(__self__, *,
|
|
2657
|
+
id: Optional[str] = None,
|
|
2658
|
+
related: Optional[str] = None,
|
|
2659
|
+
resource_name: Optional[str] = None):
|
|
2660
|
+
"""
|
|
2661
|
+
The network associated with this object
|
|
2662
|
+
:param str id: ID of the referred resource
|
|
2663
|
+
:param str related: API URL for accessing or modifying the referred object
|
|
2664
|
+
:param str resource_name: CRN reference to the referred resource
|
|
2665
|
+
"""
|
|
2666
|
+
if id is not None:
|
|
2667
|
+
pulumi.set(__self__, "id", id)
|
|
2668
|
+
if related is not None:
|
|
2669
|
+
pulumi.set(__self__, "related", related)
|
|
2670
|
+
if resource_name is not None:
|
|
2671
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
2672
|
+
|
|
2673
|
+
@property
|
|
2674
|
+
@pulumi.getter
|
|
2675
|
+
def id(self) -> Optional[str]:
|
|
2676
|
+
"""
|
|
2677
|
+
ID of the referred resource
|
|
2678
|
+
"""
|
|
2679
|
+
return pulumi.get(self, "id")
|
|
2680
|
+
|
|
2681
|
+
@property
|
|
2682
|
+
@pulumi.getter
|
|
2683
|
+
def related(self) -> Optional[str]:
|
|
2684
|
+
"""
|
|
2685
|
+
API URL for accessing or modifying the referred object
|
|
2686
|
+
"""
|
|
2687
|
+
return pulumi.get(self, "related")
|
|
2688
|
+
|
|
2689
|
+
@property
|
|
2690
|
+
@pulumi.getter(name="resourceName")
|
|
2691
|
+
def resource_name(self) -> Optional[str]:
|
|
2692
|
+
"""
|
|
2693
|
+
CRN reference to the referred resource
|
|
2694
|
+
"""
|
|
2695
|
+
return pulumi.get(self, "resource_name")
|
|
2696
|
+
|
|
2697
|
+
|
|
2698
|
+
@pulumi.output_type
|
|
2699
|
+
class SCClusterNetworkEnvironmentEntityResponse(dict):
|
|
2700
|
+
"""
|
|
2701
|
+
The environment or the network to which cluster belongs
|
|
2702
|
+
"""
|
|
2703
|
+
@staticmethod
|
|
2704
|
+
def __key_warning(key: str):
|
|
2705
|
+
suggest = None
|
|
2706
|
+
if key == "resourceName":
|
|
2707
|
+
suggest = "resource_name"
|
|
2708
|
+
|
|
2709
|
+
if suggest:
|
|
2710
|
+
pulumi.log.warn(f"Key '{key}' not found in SCClusterNetworkEnvironmentEntityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2711
|
+
|
|
2712
|
+
def __getitem__(self, key: str) -> Any:
|
|
2713
|
+
SCClusterNetworkEnvironmentEntityResponse.__key_warning(key)
|
|
2714
|
+
return super().__getitem__(key)
|
|
2715
|
+
|
|
2716
|
+
def get(self, key: str, default = None) -> Any:
|
|
2717
|
+
SCClusterNetworkEnvironmentEntityResponse.__key_warning(key)
|
|
2718
|
+
return super().get(key, default)
|
|
2719
|
+
|
|
2720
|
+
def __init__(__self__, *,
|
|
2721
|
+
environment: Optional[str] = None,
|
|
2722
|
+
id: Optional[str] = None,
|
|
2723
|
+
related: Optional[str] = None,
|
|
2724
|
+
resource_name: Optional[str] = None):
|
|
2725
|
+
"""
|
|
2726
|
+
The environment or the network to which cluster belongs
|
|
2727
|
+
:param str environment: Environment of the referred resource
|
|
2728
|
+
:param str id: ID of the referred resource
|
|
2729
|
+
:param str related: API URL for accessing or modifying the referred object
|
|
2730
|
+
:param str resource_name: CRN reference to the referred resource
|
|
2731
|
+
"""
|
|
2732
|
+
if environment is not None:
|
|
2733
|
+
pulumi.set(__self__, "environment", environment)
|
|
2734
|
+
if id is not None:
|
|
2735
|
+
pulumi.set(__self__, "id", id)
|
|
2736
|
+
if related is not None:
|
|
2737
|
+
pulumi.set(__self__, "related", related)
|
|
2738
|
+
if resource_name is not None:
|
|
2739
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
2740
|
+
|
|
2741
|
+
@property
|
|
2742
|
+
@pulumi.getter
|
|
2743
|
+
def environment(self) -> Optional[str]:
|
|
2744
|
+
"""
|
|
2745
|
+
Environment of the referred resource
|
|
2746
|
+
"""
|
|
2747
|
+
return pulumi.get(self, "environment")
|
|
2748
|
+
|
|
2749
|
+
@property
|
|
2750
|
+
@pulumi.getter
|
|
2751
|
+
def id(self) -> Optional[str]:
|
|
2752
|
+
"""
|
|
2753
|
+
ID of the referred resource
|
|
2754
|
+
"""
|
|
2755
|
+
return pulumi.get(self, "id")
|
|
2756
|
+
|
|
2757
|
+
@property
|
|
2758
|
+
@pulumi.getter
|
|
2759
|
+
def related(self) -> Optional[str]:
|
|
2760
|
+
"""
|
|
2761
|
+
API URL for accessing or modifying the referred object
|
|
2762
|
+
"""
|
|
2763
|
+
return pulumi.get(self, "related")
|
|
2764
|
+
|
|
2765
|
+
@property
|
|
2766
|
+
@pulumi.getter(name="resourceName")
|
|
2767
|
+
def resource_name(self) -> Optional[str]:
|
|
2768
|
+
"""
|
|
2769
|
+
CRN reference to the referred resource
|
|
2770
|
+
"""
|
|
2771
|
+
return pulumi.get(self, "resource_name")
|
|
2772
|
+
|
|
2773
|
+
|
|
2774
|
+
@pulumi.output_type
|
|
2775
|
+
class SCClusterSpecEntityResponse(dict):
|
|
2776
|
+
"""
|
|
2777
|
+
Spec of the cluster record
|
|
2778
|
+
"""
|
|
2779
|
+
@staticmethod
|
|
2780
|
+
def __key_warning(key: str):
|
|
2781
|
+
suggest = None
|
|
2782
|
+
if key == "apiEndpoint":
|
|
2783
|
+
suggest = "api_endpoint"
|
|
2784
|
+
elif key == "httpEndpoint":
|
|
2785
|
+
suggest = "http_endpoint"
|
|
2786
|
+
elif key == "kafkaBootstrapEndpoint":
|
|
2787
|
+
suggest = "kafka_bootstrap_endpoint"
|
|
2788
|
+
|
|
2789
|
+
if suggest:
|
|
2790
|
+
pulumi.log.warn(f"Key '{key}' not found in SCClusterSpecEntityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2791
|
+
|
|
2792
|
+
def __getitem__(self, key: str) -> Any:
|
|
2793
|
+
SCClusterSpecEntityResponse.__key_warning(key)
|
|
2794
|
+
return super().__getitem__(key)
|
|
2795
|
+
|
|
2796
|
+
def get(self, key: str, default = None) -> Any:
|
|
2797
|
+
SCClusterSpecEntityResponse.__key_warning(key)
|
|
2798
|
+
return super().get(key, default)
|
|
2799
|
+
|
|
2800
|
+
def __init__(__self__, *,
|
|
2801
|
+
api_endpoint: Optional[str] = None,
|
|
2802
|
+
availability: Optional[str] = None,
|
|
2803
|
+
byok: Optional['outputs.SCClusterByokEntityResponse'] = None,
|
|
2804
|
+
cloud: Optional[str] = None,
|
|
2805
|
+
config: Optional['outputs.ClusterConfigEntityResponse'] = None,
|
|
2806
|
+
environment: Optional['outputs.SCClusterNetworkEnvironmentEntityResponse'] = None,
|
|
2807
|
+
http_endpoint: Optional[str] = None,
|
|
2808
|
+
kafka_bootstrap_endpoint: Optional[str] = None,
|
|
2809
|
+
name: Optional[str] = None,
|
|
2810
|
+
network: Optional['outputs.SCClusterNetworkEnvironmentEntityResponse'] = None,
|
|
2811
|
+
package: Optional[str] = None,
|
|
2812
|
+
region: Optional[str] = None,
|
|
2813
|
+
zone: Optional[str] = None):
|
|
2814
|
+
"""
|
|
2815
|
+
Spec of the cluster record
|
|
2816
|
+
:param str api_endpoint: The Kafka API cluster endpoint
|
|
2817
|
+
:param str availability: The availability zone configuration of the cluster
|
|
2818
|
+
:param 'SCClusterByokEntityResponse' byok: Specification of the cluster byok
|
|
2819
|
+
:param str cloud: The cloud service provider
|
|
2820
|
+
:param 'ClusterConfigEntityResponse' config: Specification of the cluster configuration
|
|
2821
|
+
:param 'SCClusterNetworkEnvironmentEntityResponse' environment: Specification of the cluster environment
|
|
2822
|
+
:param str http_endpoint: The cluster HTTP request URL.
|
|
2823
|
+
:param str kafka_bootstrap_endpoint: The bootstrap endpoint used by Kafka clients to connect to the cluster
|
|
2824
|
+
:param str name: The name of the cluster
|
|
2825
|
+
:param 'SCClusterNetworkEnvironmentEntityResponse' network: Specification of the cluster network
|
|
2826
|
+
:param str package: Stream governance configuration
|
|
2827
|
+
:param str region: The cloud service provider region
|
|
2828
|
+
:param str zone: type of zone availability
|
|
2829
|
+
"""
|
|
2830
|
+
if api_endpoint is not None:
|
|
2831
|
+
pulumi.set(__self__, "api_endpoint", api_endpoint)
|
|
2832
|
+
if availability is not None:
|
|
2833
|
+
pulumi.set(__self__, "availability", availability)
|
|
2834
|
+
if byok is not None:
|
|
2835
|
+
pulumi.set(__self__, "byok", byok)
|
|
2836
|
+
if cloud is not None:
|
|
2837
|
+
pulumi.set(__self__, "cloud", cloud)
|
|
2838
|
+
if config is not None:
|
|
2839
|
+
pulumi.set(__self__, "config", config)
|
|
2840
|
+
if environment is not None:
|
|
2841
|
+
pulumi.set(__self__, "environment", environment)
|
|
2842
|
+
if http_endpoint is not None:
|
|
2843
|
+
pulumi.set(__self__, "http_endpoint", http_endpoint)
|
|
2844
|
+
if kafka_bootstrap_endpoint is not None:
|
|
2845
|
+
pulumi.set(__self__, "kafka_bootstrap_endpoint", kafka_bootstrap_endpoint)
|
|
2846
|
+
if name is not None:
|
|
2847
|
+
pulumi.set(__self__, "name", name)
|
|
2848
|
+
if network is not None:
|
|
2849
|
+
pulumi.set(__self__, "network", network)
|
|
2850
|
+
if package is not None:
|
|
2851
|
+
pulumi.set(__self__, "package", package)
|
|
2852
|
+
if region is not None:
|
|
2853
|
+
pulumi.set(__self__, "region", region)
|
|
2854
|
+
if zone is not None:
|
|
2855
|
+
pulumi.set(__self__, "zone", zone)
|
|
943
2856
|
|
|
944
2857
|
@property
|
|
945
|
-
@pulumi.getter
|
|
946
|
-
def
|
|
2858
|
+
@pulumi.getter(name="apiEndpoint")
|
|
2859
|
+
def api_endpoint(self) -> Optional[str]:
|
|
947
2860
|
"""
|
|
948
|
-
|
|
2861
|
+
The Kafka API cluster endpoint
|
|
949
2862
|
"""
|
|
950
|
-
return pulumi.get(self, "
|
|
2863
|
+
return pulumi.get(self, "api_endpoint")
|
|
951
2864
|
|
|
952
2865
|
@property
|
|
953
2866
|
@pulumi.getter
|
|
954
|
-
def
|
|
2867
|
+
def availability(self) -> Optional[str]:
|
|
955
2868
|
"""
|
|
956
|
-
|
|
2869
|
+
The availability zone configuration of the cluster
|
|
957
2870
|
"""
|
|
958
|
-
return pulumi.get(self, "
|
|
2871
|
+
return pulumi.get(self, "availability")
|
|
959
2872
|
|
|
960
2873
|
@property
|
|
961
2874
|
@pulumi.getter
|
|
962
|
-
def
|
|
963
|
-
"""
|
|
964
|
-
Specification of the region
|
|
965
|
-
"""
|
|
966
|
-
return pulumi.get(self, "spec")
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
@pulumi.output_type
|
|
970
|
-
class RegionSpecEntityResponse(dict):
|
|
971
|
-
"""
|
|
972
|
-
Region spec details
|
|
973
|
-
"""
|
|
974
|
-
def __init__(__self__, *,
|
|
975
|
-
cloud: Optional[str] = None,
|
|
976
|
-
name: Optional[str] = None,
|
|
977
|
-
packages: Optional[Sequence[str]] = None,
|
|
978
|
-
region_name: Optional[str] = None):
|
|
2875
|
+
def byok(self) -> Optional['outputs.SCClusterByokEntityResponse']:
|
|
979
2876
|
"""
|
|
980
|
-
|
|
981
|
-
:param str cloud: Cloud provider name
|
|
982
|
-
:param str name: Display Name of the region
|
|
983
|
-
:param str region_name: Region name
|
|
2877
|
+
Specification of the cluster byok
|
|
984
2878
|
"""
|
|
985
|
-
|
|
986
|
-
pulumi.set(__self__, "cloud", cloud)
|
|
987
|
-
if name is not None:
|
|
988
|
-
pulumi.set(__self__, "name", name)
|
|
989
|
-
if packages is not None:
|
|
990
|
-
pulumi.set(__self__, "packages", packages)
|
|
991
|
-
if region_name is not None:
|
|
992
|
-
pulumi.set(__self__, "region_name", region_name)
|
|
2879
|
+
return pulumi.get(self, "byok")
|
|
993
2880
|
|
|
994
2881
|
@property
|
|
995
2882
|
@pulumi.getter
|
|
996
2883
|
def cloud(self) -> Optional[str]:
|
|
997
2884
|
"""
|
|
998
|
-
|
|
2885
|
+
The cloud service provider
|
|
999
2886
|
"""
|
|
1000
2887
|
return pulumi.get(self, "cloud")
|
|
1001
2888
|
|
|
1002
2889
|
@property
|
|
1003
2890
|
@pulumi.getter
|
|
1004
|
-
def
|
|
2891
|
+
def config(self) -> Optional['outputs.ClusterConfigEntityResponse']:
|
|
1005
2892
|
"""
|
|
1006
|
-
|
|
2893
|
+
Specification of the cluster configuration
|
|
1007
2894
|
"""
|
|
1008
|
-
return pulumi.get(self, "
|
|
2895
|
+
return pulumi.get(self, "config")
|
|
1009
2896
|
|
|
1010
2897
|
@property
|
|
1011
2898
|
@pulumi.getter
|
|
1012
|
-
def
|
|
1013
|
-
return pulumi.get(self, "packages")
|
|
1014
|
-
|
|
1015
|
-
@property
|
|
1016
|
-
@pulumi.getter(name="regionName")
|
|
1017
|
-
def region_name(self) -> Optional[str]:
|
|
2899
|
+
def environment(self) -> Optional['outputs.SCClusterNetworkEnvironmentEntityResponse']:
|
|
1018
2900
|
"""
|
|
1019
|
-
|
|
2901
|
+
Specification of the cluster environment
|
|
1020
2902
|
"""
|
|
1021
|
-
return pulumi.get(self, "
|
|
1022
|
-
|
|
2903
|
+
return pulumi.get(self, "environment")
|
|
1023
2904
|
|
|
1024
|
-
@
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
Record of the environment
|
|
1028
|
-
"""
|
|
1029
|
-
def __init__(__self__, *,
|
|
1030
|
-
crn_pattern: Optional[str] = None,
|
|
1031
|
-
id: Optional[str] = None,
|
|
1032
|
-
kind: Optional[str] = None,
|
|
1033
|
-
metadata: Optional['outputs.MetadataEntityResponse'] = None,
|
|
1034
|
-
principal: Optional[str] = None,
|
|
1035
|
-
role_name: Optional[str] = None):
|
|
2905
|
+
@property
|
|
2906
|
+
@pulumi.getter(name="httpEndpoint")
|
|
2907
|
+
def http_endpoint(self) -> Optional[str]:
|
|
1036
2908
|
"""
|
|
1037
|
-
|
|
1038
|
-
:param str crn_pattern: A CRN that specifies the scope and resource patterns necessary for the role to bind
|
|
1039
|
-
:param str id: Id of the role
|
|
1040
|
-
:param str kind: The type of the resource.
|
|
1041
|
-
:param 'MetadataEntityResponse' metadata: Metadata of the record
|
|
1042
|
-
:param str principal: The principal User or Group to bind the role to
|
|
1043
|
-
:param str role_name: The name of the role to bind to the principal
|
|
2909
|
+
The cluster HTTP request URL.
|
|
1044
2910
|
"""
|
|
1045
|
-
|
|
1046
|
-
pulumi.set(__self__, "crn_pattern", crn_pattern)
|
|
1047
|
-
if id is not None:
|
|
1048
|
-
pulumi.set(__self__, "id", id)
|
|
1049
|
-
if kind is not None:
|
|
1050
|
-
pulumi.set(__self__, "kind", kind)
|
|
1051
|
-
if metadata is not None:
|
|
1052
|
-
pulumi.set(__self__, "metadata", metadata)
|
|
1053
|
-
if principal is not None:
|
|
1054
|
-
pulumi.set(__self__, "principal", principal)
|
|
1055
|
-
if role_name is not None:
|
|
1056
|
-
pulumi.set(__self__, "role_name", role_name)
|
|
2911
|
+
return pulumi.get(self, "http_endpoint")
|
|
1057
2912
|
|
|
1058
2913
|
@property
|
|
1059
|
-
@pulumi.getter(name="
|
|
1060
|
-
def
|
|
2914
|
+
@pulumi.getter(name="kafkaBootstrapEndpoint")
|
|
2915
|
+
def kafka_bootstrap_endpoint(self) -> Optional[str]:
|
|
1061
2916
|
"""
|
|
1062
|
-
|
|
2917
|
+
The bootstrap endpoint used by Kafka clients to connect to the cluster
|
|
1063
2918
|
"""
|
|
1064
|
-
return pulumi.get(self, "
|
|
2919
|
+
return pulumi.get(self, "kafka_bootstrap_endpoint")
|
|
1065
2920
|
|
|
1066
2921
|
@property
|
|
1067
2922
|
@pulumi.getter
|
|
1068
|
-
def
|
|
2923
|
+
def name(self) -> Optional[str]:
|
|
1069
2924
|
"""
|
|
1070
|
-
|
|
2925
|
+
The name of the cluster
|
|
1071
2926
|
"""
|
|
1072
|
-
return pulumi.get(self, "
|
|
2927
|
+
return pulumi.get(self, "name")
|
|
1073
2928
|
|
|
1074
2929
|
@property
|
|
1075
2930
|
@pulumi.getter
|
|
1076
|
-
def
|
|
2931
|
+
def network(self) -> Optional['outputs.SCClusterNetworkEnvironmentEntityResponse']:
|
|
1077
2932
|
"""
|
|
1078
|
-
|
|
2933
|
+
Specification of the cluster network
|
|
1079
2934
|
"""
|
|
1080
|
-
return pulumi.get(self, "
|
|
2935
|
+
return pulumi.get(self, "network")
|
|
1081
2936
|
|
|
1082
2937
|
@property
|
|
1083
2938
|
@pulumi.getter
|
|
1084
|
-
def
|
|
2939
|
+
def package(self) -> Optional[str]:
|
|
1085
2940
|
"""
|
|
1086
|
-
|
|
2941
|
+
Stream governance configuration
|
|
1087
2942
|
"""
|
|
1088
|
-
return pulumi.get(self, "
|
|
2943
|
+
return pulumi.get(self, "package")
|
|
1089
2944
|
|
|
1090
2945
|
@property
|
|
1091
2946
|
@pulumi.getter
|
|
1092
|
-
def
|
|
2947
|
+
def region(self) -> Optional[str]:
|
|
1093
2948
|
"""
|
|
1094
|
-
The
|
|
2949
|
+
The cloud service provider region
|
|
1095
2950
|
"""
|
|
1096
|
-
return pulumi.get(self, "
|
|
2951
|
+
return pulumi.get(self, "region")
|
|
1097
2952
|
|
|
1098
2953
|
@property
|
|
1099
|
-
@pulumi.getter
|
|
1100
|
-
def
|
|
2954
|
+
@pulumi.getter
|
|
2955
|
+
def zone(self) -> Optional[str]:
|
|
1101
2956
|
"""
|
|
1102
|
-
|
|
2957
|
+
type of zone availability
|
|
1103
2958
|
"""
|
|
1104
|
-
return pulumi.get(self, "
|
|
2959
|
+
return pulumi.get(self, "zone")
|
|
1105
2960
|
|
|
1106
2961
|
|
|
1107
2962
|
@pulumi.output_type
|
|
@@ -1109,6 +2964,29 @@ class SCMetadataEntityResponse(dict):
|
|
|
1109
2964
|
"""
|
|
1110
2965
|
Metadata of the data record
|
|
1111
2966
|
"""
|
|
2967
|
+
@staticmethod
|
|
2968
|
+
def __key_warning(key: str):
|
|
2969
|
+
suggest = None
|
|
2970
|
+
if key == "createdTimestamp":
|
|
2971
|
+
suggest = "created_timestamp"
|
|
2972
|
+
elif key == "deletedTimestamp":
|
|
2973
|
+
suggest = "deleted_timestamp"
|
|
2974
|
+
elif key == "resourceName":
|
|
2975
|
+
suggest = "resource_name"
|
|
2976
|
+
elif key == "updatedTimestamp":
|
|
2977
|
+
suggest = "updated_timestamp"
|
|
2978
|
+
|
|
2979
|
+
if suggest:
|
|
2980
|
+
pulumi.log.warn(f"Key '{key}' not found in SCMetadataEntityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2981
|
+
|
|
2982
|
+
def __getitem__(self, key: str) -> Any:
|
|
2983
|
+
SCMetadataEntityResponse.__key_warning(key)
|
|
2984
|
+
return super().__getitem__(key)
|
|
2985
|
+
|
|
2986
|
+
def get(self, key: str, default = None) -> Any:
|
|
2987
|
+
SCMetadataEntityResponse.__key_warning(key)
|
|
2988
|
+
return super().get(key, default)
|
|
2989
|
+
|
|
1112
2990
|
def __init__(__self__, *,
|
|
1113
2991
|
created_timestamp: Optional[str] = None,
|
|
1114
2992
|
deleted_timestamp: Optional[str] = None,
|
|
@@ -1246,6 +3124,29 @@ class ServiceAccountRecordResponse(dict):
|
|
|
1246
3124
|
return pulumi.get(self, "metadata")
|
|
1247
3125
|
|
|
1248
3126
|
|
|
3127
|
+
@pulumi.output_type
|
|
3128
|
+
class StreamGovernanceConfigResponse(dict):
|
|
3129
|
+
"""
|
|
3130
|
+
Stream governance configuration
|
|
3131
|
+
"""
|
|
3132
|
+
def __init__(__self__, *,
|
|
3133
|
+
package: Optional[str] = None):
|
|
3134
|
+
"""
|
|
3135
|
+
Stream governance configuration
|
|
3136
|
+
:param str package: Stream governance configuration
|
|
3137
|
+
"""
|
|
3138
|
+
if package is not None:
|
|
3139
|
+
pulumi.set(__self__, "package", package)
|
|
3140
|
+
|
|
3141
|
+
@property
|
|
3142
|
+
@pulumi.getter
|
|
3143
|
+
def package(self) -> Optional[str]:
|
|
3144
|
+
"""
|
|
3145
|
+
Stream governance configuration
|
|
3146
|
+
"""
|
|
3147
|
+
return pulumi.get(self, "package")
|
|
3148
|
+
|
|
3149
|
+
|
|
1249
3150
|
@pulumi.output_type
|
|
1250
3151
|
class SystemDataResponse(dict):
|
|
1251
3152
|
"""
|
|
@@ -1356,6 +3257,116 @@ class SystemDataResponse(dict):
|
|
|
1356
3257
|
return pulumi.get(self, "last_modified_by_type")
|
|
1357
3258
|
|
|
1358
3259
|
|
|
3260
|
+
@pulumi.output_type
|
|
3261
|
+
class TopicMetadataEntityResponse(dict):
|
|
3262
|
+
"""
|
|
3263
|
+
Metadata of the data record
|
|
3264
|
+
"""
|
|
3265
|
+
@staticmethod
|
|
3266
|
+
def __key_warning(key: str):
|
|
3267
|
+
suggest = None
|
|
3268
|
+
if key == "resourceName":
|
|
3269
|
+
suggest = "resource_name"
|
|
3270
|
+
|
|
3271
|
+
if suggest:
|
|
3272
|
+
pulumi.log.warn(f"Key '{key}' not found in TopicMetadataEntityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3273
|
+
|
|
3274
|
+
def __getitem__(self, key: str) -> Any:
|
|
3275
|
+
TopicMetadataEntityResponse.__key_warning(key)
|
|
3276
|
+
return super().__getitem__(key)
|
|
3277
|
+
|
|
3278
|
+
def get(self, key: str, default = None) -> Any:
|
|
3279
|
+
TopicMetadataEntityResponse.__key_warning(key)
|
|
3280
|
+
return super().get(key, default)
|
|
3281
|
+
|
|
3282
|
+
def __init__(__self__, *,
|
|
3283
|
+
resource_name: Optional[str] = None,
|
|
3284
|
+
self: Optional[str] = None):
|
|
3285
|
+
"""
|
|
3286
|
+
Metadata of the data record
|
|
3287
|
+
:param str resource_name: Resource name of the record
|
|
3288
|
+
:param str self: Self lookup url
|
|
3289
|
+
"""
|
|
3290
|
+
if resource_name is not None:
|
|
3291
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
3292
|
+
if self is not None:
|
|
3293
|
+
pulumi.set(__self__, "self", self)
|
|
3294
|
+
|
|
3295
|
+
@property
|
|
3296
|
+
@pulumi.getter(name="resourceName")
|
|
3297
|
+
def resource_name(self) -> Optional[str]:
|
|
3298
|
+
"""
|
|
3299
|
+
Resource name of the record
|
|
3300
|
+
"""
|
|
3301
|
+
return pulumi.get(self, "resource_name")
|
|
3302
|
+
|
|
3303
|
+
@property
|
|
3304
|
+
@pulumi.getter
|
|
3305
|
+
def self(self) -> Optional[str]:
|
|
3306
|
+
"""
|
|
3307
|
+
Self lookup url
|
|
3308
|
+
"""
|
|
3309
|
+
return pulumi.get(self, "self")
|
|
3310
|
+
|
|
3311
|
+
|
|
3312
|
+
@pulumi.output_type
|
|
3313
|
+
class TopicsInputConfigResponse(dict):
|
|
3314
|
+
"""
|
|
3315
|
+
Topics input config
|
|
3316
|
+
"""
|
|
3317
|
+
def __init__(__self__, *,
|
|
3318
|
+
name: Optional[str] = None,
|
|
3319
|
+
value: Optional[str] = None):
|
|
3320
|
+
"""
|
|
3321
|
+
Topics input config
|
|
3322
|
+
:param str name: Name of the topic input config
|
|
3323
|
+
:param str value: Value of the topic input config
|
|
3324
|
+
"""
|
|
3325
|
+
if name is not None:
|
|
3326
|
+
pulumi.set(__self__, "name", name)
|
|
3327
|
+
if value is not None:
|
|
3328
|
+
pulumi.set(__self__, "value", value)
|
|
3329
|
+
|
|
3330
|
+
@property
|
|
3331
|
+
@pulumi.getter
|
|
3332
|
+
def name(self) -> Optional[str]:
|
|
3333
|
+
"""
|
|
3334
|
+
Name of the topic input config
|
|
3335
|
+
"""
|
|
3336
|
+
return pulumi.get(self, "name")
|
|
3337
|
+
|
|
3338
|
+
@property
|
|
3339
|
+
@pulumi.getter
|
|
3340
|
+
def value(self) -> Optional[str]:
|
|
3341
|
+
"""
|
|
3342
|
+
Value of the topic input config
|
|
3343
|
+
"""
|
|
3344
|
+
return pulumi.get(self, "value")
|
|
3345
|
+
|
|
3346
|
+
|
|
3347
|
+
@pulumi.output_type
|
|
3348
|
+
class TopicsRelatedLinkResponse(dict):
|
|
3349
|
+
"""
|
|
3350
|
+
Partition Config spec of the topic record
|
|
3351
|
+
"""
|
|
3352
|
+
def __init__(__self__, *,
|
|
3353
|
+
related: Optional[str] = None):
|
|
3354
|
+
"""
|
|
3355
|
+
Partition Config spec of the topic record
|
|
3356
|
+
:param str related: Relationship of the topic
|
|
3357
|
+
"""
|
|
3358
|
+
if related is not None:
|
|
3359
|
+
pulumi.set(__self__, "related", related)
|
|
3360
|
+
|
|
3361
|
+
@property
|
|
3362
|
+
@pulumi.getter
|
|
3363
|
+
def related(self) -> Optional[str]:
|
|
3364
|
+
"""
|
|
3365
|
+
Relationship of the topic
|
|
3366
|
+
"""
|
|
3367
|
+
return pulumi.get(self, "related")
|
|
3368
|
+
|
|
3369
|
+
|
|
1359
3370
|
@pulumi.output_type
|
|
1360
3371
|
class UserDetailResponse(dict):
|
|
1361
3372
|
"""
|