pulumi-mongodbatlas 4.2.0a1768975115__tar.gz → 4.3.0__tar.gz
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.
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/PKG-INFO +1 -1
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/__init__.py +87 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/_inputs.py +364 -30
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/alert_configuration.py +14 -13
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/api_key_project_assignment.py +16 -2
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/database_user.py +18 -17
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_access_list_api_key.py +19 -14
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_access_list_api_keys.py +13 -14
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_alert_configurations.py +44 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_api_key_project_assignment.py +16 -2
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_api_key_project_assignments.py +16 -2
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_log_integration.py +270 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_log_integrations.py +203 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_maintenance_window.py +1 -1
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_private_endpoint_regional_mode.py +20 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_project_ip_access_list.py +63 -65
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_project_ip_access_lists.py +147 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_project_service_account.py +185 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_project_service_account_access_list_entries.py +195 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_project_service_account_access_list_entry.py +276 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_project_service_account_secret.py +244 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_project_service_accounts.py +109 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_push_based_log_export.py +4 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_service_account.py +185 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_service_account_access_list_entries.py +195 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_service_account_access_list_entry.py +276 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_service_account_project_assignment.py +176 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_service_account_project_assignments.py +177 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_service_account_secret.py +244 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/get_service_accounts.py +109 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_connection.py +46 -2
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/log_integration.py +551 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/maintenance_window.py +21 -21
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/network_peering.py +94 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/outputs.py +1238 -81
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/project_ip_access_list.py +71 -100
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/project_service_account.py +444 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/project_service_account_access_list_entry.py +490 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/project_service_account_secret.py +491 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/pulumi-plugin.json +1 -1
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/service_account.py +444 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/service_account_access_list_entry.py +490 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/service_account_project_assignment.py +314 -0
- pulumi_mongodbatlas-4.3.0/pulumi_mongodbatlas/service_account_secret.py +491 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/stream_connection.py +185 -7
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas.egg-info/PKG-INFO +1 -1
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas.egg-info/SOURCES.txt +23 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pyproject.toml +1 -1
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/README.md +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/_utilities.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/access_list_api_key.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/advanced_cluster.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/api_key.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/auditing.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/backup_compliance_policy.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_backup_schedule.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_backup_snapshot.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_backup_snapshot_export_bucket.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_backup_snapshot_export_job.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_backup_snapshot_restore_job.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_provider_access_authorization.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_provider_access_setup.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_user_org_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_user_project_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cloud_user_team_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cluster.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/cluster_outage_simulation.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/config/__init__.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/config/__init__.pyi +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/config/outputs.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/config/vars.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/custom_db_role.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/custom_dns_configuration_cluster_aws.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/encryption_at_rest.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/encryption_at_rest_private_endpoint.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/event_trigger.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/federated_database_instance.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/federated_query_limit.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/federated_settings_identity_provider.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/federated_settings_org_config.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/federated_settings_org_role_mapping.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/flex_cluster.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_advanced_cluster.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_advanced_clusters.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_alert_configuration.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_api_key.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_api_keys.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_atlas_user.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_atlas_users.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_auditing.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_backup_compliance_policy.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_schedule.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshot.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_bucket.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_buckets.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_job.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshot_export_jobs.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshot_restore_job.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshot_restore_jobs.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_backup_snapshots.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_provider_access_setup.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_user_org_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_user_project_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cloud_user_team_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cluster.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_cluster_outage_simulation.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_clusters.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_control_plane_ip_addresses.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_custom_db_role.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_custom_db_roles.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_custom_dns_configuration_cluster_aws.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_database_user.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_database_users.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_encryption_at_rest.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_encryption_at_rest_private_endpoint.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_encryption_at_rest_private_endpoints.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_event_trigger.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_event_triggers.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_database_instance.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_database_instances.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_query_limit.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_query_limits.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_settings.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_settings_identity_provider.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_settings_identity_providers.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_settings_org_config.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_settings_org_configs.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_settings_org_role_mapping.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_federated_settings_org_role_mappings.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_flex_cluster.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_flex_clusters.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_flex_restore_job.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_flex_restore_jobs.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_flex_snapshot.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_flex_snapshots.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_global_cluster_config.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_ldap_configuration.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_ldap_verify.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_mongodb_employee_access_grant.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_network_container.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_network_containers.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_network_peering.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_network_peerings.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_online_archive.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_online_archives.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_org_invitation.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_organization.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_organizations.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_private_link_endpoint.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_private_link_endpoint_service.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_privatelink_endpoint_service_data_federation_online_archive.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_privatelink_endpoint_service_data_federation_online_archives.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_project.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_project_api_key.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_project_api_keys.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_project_invitation.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_project_ip_addresses.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_projects.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_resource_policies.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_resource_policy.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_roles_org_id.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_search_deployment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_search_index.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_search_indexes.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_serverless_instance.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_serverless_instances.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_shared_tier_restore_job.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_shared_tier_restore_jobs.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_shared_tier_snapshot.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_shared_tier_snapshots.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_account_details.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_connections.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_instance.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_instances.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_privatelink_endpoint.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_privatelink_endpoints.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_processor.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_processors.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_workspace.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_stream_workspaces.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_team.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_team_project_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_third_party_integration.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_third_party_integrations.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/get_x509_authentication_database_user.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/global_cluster_config.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/ldap_configuration.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/ldap_verify.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/mongodb_employee_access_grant.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/network_container.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/online_archive.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/org_invitation.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/organization.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/private_endpoint_regional_mode.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/private_link_endpoint.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/private_link_endpoint_service.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/privatelink_endpoint_service_data_federation_online_archive.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/project.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/project_api_key.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/project_invitation.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/provider.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/push_based_log_export.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/py.typed +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/resource_policy.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/search_deployment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/search_index.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/serverless_instance.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/stream_instance.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/stream_privatelink_endpoint.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/stream_processor.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/stream_workspace.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/team.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/team_project_assignment.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/third_party_integration.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/x509_authentication_database_user.py +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas.egg-info/dependency_links.txt +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas.egg-info/requires.txt +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas.egg-info/top_level.txt +0 -0
- {pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/setup.cfg +0 -0
{pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/__init__.py
RENAMED
|
@@ -98,6 +98,8 @@ from .get_flex_snapshots import *
|
|
|
98
98
|
from .get_global_cluster_config import *
|
|
99
99
|
from .get_ldap_configuration import *
|
|
100
100
|
from .get_ldap_verify import *
|
|
101
|
+
from .get_log_integration import *
|
|
102
|
+
from .get_log_integrations import *
|
|
101
103
|
from .get_maintenance_window import *
|
|
102
104
|
from .get_mongodb_employee_access_grant import *
|
|
103
105
|
from .get_network_container import *
|
|
@@ -119,7 +121,13 @@ from .get_project_api_key import *
|
|
|
119
121
|
from .get_project_api_keys import *
|
|
120
122
|
from .get_project_invitation import *
|
|
121
123
|
from .get_project_ip_access_list import *
|
|
124
|
+
from .get_project_ip_access_lists import *
|
|
122
125
|
from .get_project_ip_addresses import *
|
|
126
|
+
from .get_project_service_account import *
|
|
127
|
+
from .get_project_service_account_access_list_entries import *
|
|
128
|
+
from .get_project_service_account_access_list_entry import *
|
|
129
|
+
from .get_project_service_account_secret import *
|
|
130
|
+
from .get_project_service_accounts import *
|
|
123
131
|
from .get_projects import *
|
|
124
132
|
from .get_push_based_log_export import *
|
|
125
133
|
from .get_resource_policies import *
|
|
@@ -130,6 +138,13 @@ from .get_search_index import *
|
|
|
130
138
|
from .get_search_indexes import *
|
|
131
139
|
from .get_serverless_instance import *
|
|
132
140
|
from .get_serverless_instances import *
|
|
141
|
+
from .get_service_account import *
|
|
142
|
+
from .get_service_account_access_list_entries import *
|
|
143
|
+
from .get_service_account_access_list_entry import *
|
|
144
|
+
from .get_service_account_project_assignment import *
|
|
145
|
+
from .get_service_account_project_assignments import *
|
|
146
|
+
from .get_service_account_secret import *
|
|
147
|
+
from .get_service_accounts import *
|
|
133
148
|
from .get_shared_tier_restore_job import *
|
|
134
149
|
from .get_shared_tier_restore_jobs import *
|
|
135
150
|
from .get_shared_tier_snapshot import *
|
|
@@ -153,6 +168,7 @@ from .get_x509_authentication_database_user import *
|
|
|
153
168
|
from .global_cluster_config import *
|
|
154
169
|
from .ldap_configuration import *
|
|
155
170
|
from .ldap_verify import *
|
|
171
|
+
from .log_integration import *
|
|
156
172
|
from .maintenance_window import *
|
|
157
173
|
from .mongodb_employee_access_grant import *
|
|
158
174
|
from .network_container import *
|
|
@@ -168,12 +184,19 @@ from .project import *
|
|
|
168
184
|
from .project_api_key import *
|
|
169
185
|
from .project_invitation import *
|
|
170
186
|
from .project_ip_access_list import *
|
|
187
|
+
from .project_service_account import *
|
|
188
|
+
from .project_service_account_access_list_entry import *
|
|
189
|
+
from .project_service_account_secret import *
|
|
171
190
|
from .provider import *
|
|
172
191
|
from .push_based_log_export import *
|
|
173
192
|
from .resource_policy import *
|
|
174
193
|
from .search_deployment import *
|
|
175
194
|
from .search_index import *
|
|
176
195
|
from .serverless_instance import *
|
|
196
|
+
from .service_account import *
|
|
197
|
+
from .service_account_access_list_entry import *
|
|
198
|
+
from .service_account_project_assignment import *
|
|
199
|
+
from .service_account_secret import *
|
|
177
200
|
from .stream_connection import *
|
|
178
201
|
from .stream_instance import *
|
|
179
202
|
from .stream_privatelink_endpoint import *
|
|
@@ -468,6 +491,14 @@ _utilities.register(
|
|
|
468
491
|
"mongodbatlas:index/ldapVerify:LdapVerify": "LdapVerify"
|
|
469
492
|
}
|
|
470
493
|
},
|
|
494
|
+
{
|
|
495
|
+
"pkg": "mongodbatlas",
|
|
496
|
+
"mod": "index/logIntegration",
|
|
497
|
+
"fqn": "pulumi_mongodbatlas",
|
|
498
|
+
"classes": {
|
|
499
|
+
"mongodbatlas:index/logIntegration:LogIntegration": "LogIntegration"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
471
502
|
{
|
|
472
503
|
"pkg": "mongodbatlas",
|
|
473
504
|
"mod": "index/maintenanceWindow",
|
|
@@ -588,6 +619,30 @@ _utilities.register(
|
|
|
588
619
|
"mongodbatlas:index/projectIpAccessList:ProjectIpAccessList": "ProjectIpAccessList"
|
|
589
620
|
}
|
|
590
621
|
},
|
|
622
|
+
{
|
|
623
|
+
"pkg": "mongodbatlas",
|
|
624
|
+
"mod": "index/projectServiceAccount",
|
|
625
|
+
"fqn": "pulumi_mongodbatlas",
|
|
626
|
+
"classes": {
|
|
627
|
+
"mongodbatlas:index/projectServiceAccount:ProjectServiceAccount": "ProjectServiceAccount"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"pkg": "mongodbatlas",
|
|
632
|
+
"mod": "index/projectServiceAccountAccessListEntry",
|
|
633
|
+
"fqn": "pulumi_mongodbatlas",
|
|
634
|
+
"classes": {
|
|
635
|
+
"mongodbatlas:index/projectServiceAccountAccessListEntry:ProjectServiceAccountAccessListEntry": "ProjectServiceAccountAccessListEntry"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"pkg": "mongodbatlas",
|
|
640
|
+
"mod": "index/projectServiceAccountSecret",
|
|
641
|
+
"fqn": "pulumi_mongodbatlas",
|
|
642
|
+
"classes": {
|
|
643
|
+
"mongodbatlas:index/projectServiceAccountSecret:ProjectServiceAccountSecret": "ProjectServiceAccountSecret"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
591
646
|
{
|
|
592
647
|
"pkg": "mongodbatlas",
|
|
593
648
|
"mod": "index/pushBasedLogExport",
|
|
@@ -628,6 +683,38 @@ _utilities.register(
|
|
|
628
683
|
"mongodbatlas:index/serverlessInstance:ServerlessInstance": "ServerlessInstance"
|
|
629
684
|
}
|
|
630
685
|
},
|
|
686
|
+
{
|
|
687
|
+
"pkg": "mongodbatlas",
|
|
688
|
+
"mod": "index/serviceAccount",
|
|
689
|
+
"fqn": "pulumi_mongodbatlas",
|
|
690
|
+
"classes": {
|
|
691
|
+
"mongodbatlas:index/serviceAccount:ServiceAccount": "ServiceAccount"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"pkg": "mongodbatlas",
|
|
696
|
+
"mod": "index/serviceAccountAccessListEntry",
|
|
697
|
+
"fqn": "pulumi_mongodbatlas",
|
|
698
|
+
"classes": {
|
|
699
|
+
"mongodbatlas:index/serviceAccountAccessListEntry:ServiceAccountAccessListEntry": "ServiceAccountAccessListEntry"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"pkg": "mongodbatlas",
|
|
704
|
+
"mod": "index/serviceAccountProjectAssignment",
|
|
705
|
+
"fqn": "pulumi_mongodbatlas",
|
|
706
|
+
"classes": {
|
|
707
|
+
"mongodbatlas:index/serviceAccountProjectAssignment:ServiceAccountProjectAssignment": "ServiceAccountProjectAssignment"
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"pkg": "mongodbatlas",
|
|
712
|
+
"mod": "index/serviceAccountSecret",
|
|
713
|
+
"fqn": "pulumi_mongodbatlas",
|
|
714
|
+
"classes": {
|
|
715
|
+
"mongodbatlas:index/serviceAccountSecret:ServiceAccountSecret": "ServiceAccountSecret"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
631
718
|
{
|
|
632
719
|
"pkg": "mongodbatlas",
|
|
633
720
|
"mod": "index/streamConnection",
|
{pulumi_mongodbatlas-4.2.0a1768975115 → pulumi_mongodbatlas-4.3.0}/pulumi_mongodbatlas/_inputs.py
RENAMED
|
@@ -231,6 +231,8 @@ __all__ = [
|
|
|
231
231
|
'ProjectIpAddressesServicesClusterArgsDict',
|
|
232
232
|
'ProjectLimitArgs',
|
|
233
233
|
'ProjectLimitArgsDict',
|
|
234
|
+
'ProjectServiceAccountSecretArgs',
|
|
235
|
+
'ProjectServiceAccountSecretArgsDict',
|
|
234
236
|
'ProjectTeamArgs',
|
|
235
237
|
'ProjectTeamArgsDict',
|
|
236
238
|
'ProviderAssumeRoleArgs',
|
|
@@ -255,6 +257,8 @@ __all__ = [
|
|
|
255
257
|
'ServerlessInstanceLinkArgsDict',
|
|
256
258
|
'ServerlessInstanceTagArgs',
|
|
257
259
|
'ServerlessInstanceTagArgsDict',
|
|
260
|
+
'ServiceAccountSecretArgs',
|
|
261
|
+
'ServiceAccountSecretArgsDict',
|
|
258
262
|
'StreamConnectionAuthenticationArgs',
|
|
259
263
|
'StreamConnectionAuthenticationArgsDict',
|
|
260
264
|
'StreamConnectionAwsArgs',
|
|
@@ -265,6 +269,8 @@ __all__ = [
|
|
|
265
269
|
'StreamConnectionNetworkingArgsDict',
|
|
266
270
|
'StreamConnectionNetworkingAccessArgs',
|
|
267
271
|
'StreamConnectionNetworkingAccessArgsDict',
|
|
272
|
+
'StreamConnectionSchemaRegistryAuthenticationArgs',
|
|
273
|
+
'StreamConnectionSchemaRegistryAuthenticationArgsDict',
|
|
268
274
|
'StreamConnectionSecurityArgs',
|
|
269
275
|
'StreamConnectionSecurityArgsDict',
|
|
270
276
|
'StreamInstanceDataProcessRegionArgs',
|
|
@@ -6600,6 +6606,8 @@ if not MYPY:
|
|
|
6600
6606
|
role_name: pulumi.Input[_builtins.str]
|
|
6601
6607
|
"""
|
|
6602
6608
|
Name of the inherited role. This can either be another custom role or a built-in role.
|
|
6609
|
+
|
|
6610
|
+
> **NOTE** Built-in roles are present in clusters by default and do not need to be redefined for their properties to be inherited by a custom role.
|
|
6603
6611
|
"""
|
|
6604
6612
|
elif False:
|
|
6605
6613
|
CustomDbRoleInheritedRoleArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -6614,6 +6622,8 @@ class CustomDbRoleInheritedRoleArgs:
|
|
|
6614
6622
|
|
|
6615
6623
|
> **NOTE** This value should be admin for all roles except read and readWrite.
|
|
6616
6624
|
:param pulumi.Input[_builtins.str] role_name: Name of the inherited role. This can either be another custom role or a built-in role.
|
|
6625
|
+
|
|
6626
|
+
> **NOTE** Built-in roles are present in clusters by default and do not need to be redefined for their properties to be inherited by a custom role.
|
|
6617
6627
|
"""
|
|
6618
6628
|
pulumi.set(__self__, "database_name", database_name)
|
|
6619
6629
|
pulumi.set(__self__, "role_name", role_name)
|
|
@@ -6637,6 +6647,8 @@ class CustomDbRoleInheritedRoleArgs:
|
|
|
6637
6647
|
def role_name(self) -> pulumi.Input[_builtins.str]:
|
|
6638
6648
|
"""
|
|
6639
6649
|
Name of the inherited role. This can either be another custom role or a built-in role.
|
|
6650
|
+
|
|
6651
|
+
> **NOTE** Built-in roles are present in clusters by default and do not need to be redefined for their properties to be inherited by a custom role.
|
|
6640
6652
|
"""
|
|
6641
6653
|
return pulumi.get(self, "role_name")
|
|
6642
6654
|
|
|
@@ -9711,15 +9723,11 @@ if not MYPY:
|
|
|
9711
9723
|
class ProjectIpAccessListTimeoutsArgsDict(TypedDict):
|
|
9712
9724
|
delete: NotRequired[pulumi.Input[_builtins.str]]
|
|
9713
9725
|
"""
|
|
9714
|
-
|
|
9726
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
9715
9727
|
"""
|
|
9716
9728
|
read: NotRequired[pulumi.Input[_builtins.str]]
|
|
9717
9729
|
"""
|
|
9718
|
-
|
|
9719
|
-
"""
|
|
9720
|
-
update: NotRequired[pulumi.Input[_builtins.str]]
|
|
9721
|
-
"""
|
|
9722
|
-
(String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
|
|
9730
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
9723
9731
|
"""
|
|
9724
9732
|
elif False:
|
|
9725
9733
|
ProjectIpAccessListTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -9728,25 +9736,21 @@ elif False:
|
|
|
9728
9736
|
class ProjectIpAccessListTimeoutsArgs:
|
|
9729
9737
|
def __init__(__self__, *,
|
|
9730
9738
|
delete: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9731
|
-
read: Optional[pulumi.Input[_builtins.str]] = None
|
|
9732
|
-
update: Optional[pulumi.Input[_builtins.str]] = None):
|
|
9739
|
+
read: Optional[pulumi.Input[_builtins.str]] = None):
|
|
9733
9740
|
"""
|
|
9734
|
-
:param pulumi.Input[_builtins.str] delete:
|
|
9735
|
-
:param pulumi.Input[_builtins.str] read:
|
|
9736
|
-
:param pulumi.Input[_builtins.str] update: (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
|
|
9741
|
+
:param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
9742
|
+
:param pulumi.Input[_builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
9737
9743
|
"""
|
|
9738
9744
|
if delete is not None:
|
|
9739
9745
|
pulumi.set(__self__, "delete", delete)
|
|
9740
9746
|
if read is not None:
|
|
9741
9747
|
pulumi.set(__self__, "read", read)
|
|
9742
|
-
if update is not None:
|
|
9743
|
-
pulumi.set(__self__, "update", update)
|
|
9744
9748
|
|
|
9745
9749
|
@_builtins.property
|
|
9746
9750
|
@pulumi.getter
|
|
9747
9751
|
def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
9748
9752
|
"""
|
|
9749
|
-
|
|
9753
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
9750
9754
|
"""
|
|
9751
9755
|
return pulumi.get(self, "delete")
|
|
9752
9756
|
|
|
@@ -9758,7 +9762,7 @@ class ProjectIpAccessListTimeoutsArgs:
|
|
|
9758
9762
|
@pulumi.getter
|
|
9759
9763
|
def read(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
9760
9764
|
"""
|
|
9761
|
-
|
|
9765
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
9762
9766
|
"""
|
|
9763
9767
|
return pulumi.get(self, "read")
|
|
9764
9768
|
|
|
@@ -9766,18 +9770,6 @@ class ProjectIpAccessListTimeoutsArgs:
|
|
|
9766
9770
|
def read(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
9767
9771
|
pulumi.set(self, "read", value)
|
|
9768
9772
|
|
|
9769
|
-
@_builtins.property
|
|
9770
|
-
@pulumi.getter
|
|
9771
|
-
def update(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
9772
|
-
"""
|
|
9773
|
-
(String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), and "h" (hours). Default: `45m`.
|
|
9774
|
-
"""
|
|
9775
|
-
return pulumi.get(self, "update")
|
|
9776
|
-
|
|
9777
|
-
@update.setter
|
|
9778
|
-
def update(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
9779
|
-
pulumi.set(self, "update", value)
|
|
9780
|
-
|
|
9781
9773
|
|
|
9782
9774
|
if not MYPY:
|
|
9783
9775
|
class ProjectIpAddressesArgsDict(TypedDict):
|
|
@@ -9963,6 +9955,138 @@ class ProjectLimitArgs:
|
|
|
9963
9955
|
pulumi.set(self, "maximum_limit", value)
|
|
9964
9956
|
|
|
9965
9957
|
|
|
9958
|
+
if not MYPY:
|
|
9959
|
+
class ProjectServiceAccountSecretArgsDict(TypedDict):
|
|
9960
|
+
created_at: NotRequired[pulumi.Input[_builtins.str]]
|
|
9961
|
+
"""
|
|
9962
|
+
The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
9963
|
+
"""
|
|
9964
|
+
expires_at: NotRequired[pulumi.Input[_builtins.str]]
|
|
9965
|
+
"""
|
|
9966
|
+
The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
9967
|
+
"""
|
|
9968
|
+
last_used_at: NotRequired[pulumi.Input[_builtins.str]]
|
|
9969
|
+
"""
|
|
9970
|
+
The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
9971
|
+
"""
|
|
9972
|
+
masked_secret_value: NotRequired[pulumi.Input[_builtins.str]]
|
|
9973
|
+
"""
|
|
9974
|
+
The masked Service Account secret.
|
|
9975
|
+
"""
|
|
9976
|
+
secret: NotRequired[pulumi.Input[_builtins.str]]
|
|
9977
|
+
"""
|
|
9978
|
+
The secret for the Service Account. It will be returned only the first time after creation.
|
|
9979
|
+
"""
|
|
9980
|
+
secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
9981
|
+
"""
|
|
9982
|
+
Unique 24-hexadecimal digit string that identifies the secret.
|
|
9983
|
+
"""
|
|
9984
|
+
elif False:
|
|
9985
|
+
ProjectServiceAccountSecretArgsDict: TypeAlias = Mapping[str, Any]
|
|
9986
|
+
|
|
9987
|
+
@pulumi.input_type
|
|
9988
|
+
class ProjectServiceAccountSecretArgs:
|
|
9989
|
+
def __init__(__self__, *,
|
|
9990
|
+
created_at: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9991
|
+
expires_at: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9992
|
+
last_used_at: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9993
|
+
masked_secret_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9994
|
+
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
9995
|
+
secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
9996
|
+
"""
|
|
9997
|
+
:param pulumi.Input[_builtins.str] created_at: The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
9998
|
+
:param pulumi.Input[_builtins.str] expires_at: The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
9999
|
+
:param pulumi.Input[_builtins.str] last_used_at: The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10000
|
+
:param pulumi.Input[_builtins.str] masked_secret_value: The masked Service Account secret.
|
|
10001
|
+
:param pulumi.Input[_builtins.str] secret: The secret for the Service Account. It will be returned only the first time after creation.
|
|
10002
|
+
:param pulumi.Input[_builtins.str] secret_id: Unique 24-hexadecimal digit string that identifies the secret.
|
|
10003
|
+
"""
|
|
10004
|
+
if created_at is not None:
|
|
10005
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
10006
|
+
if expires_at is not None:
|
|
10007
|
+
pulumi.set(__self__, "expires_at", expires_at)
|
|
10008
|
+
if last_used_at is not None:
|
|
10009
|
+
pulumi.set(__self__, "last_used_at", last_used_at)
|
|
10010
|
+
if masked_secret_value is not None:
|
|
10011
|
+
pulumi.set(__self__, "masked_secret_value", masked_secret_value)
|
|
10012
|
+
if secret is not None:
|
|
10013
|
+
pulumi.set(__self__, "secret", secret)
|
|
10014
|
+
if secret_id is not None:
|
|
10015
|
+
pulumi.set(__self__, "secret_id", secret_id)
|
|
10016
|
+
|
|
10017
|
+
@_builtins.property
|
|
10018
|
+
@pulumi.getter(name="createdAt")
|
|
10019
|
+
def created_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10020
|
+
"""
|
|
10021
|
+
The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10022
|
+
"""
|
|
10023
|
+
return pulumi.get(self, "created_at")
|
|
10024
|
+
|
|
10025
|
+
@created_at.setter
|
|
10026
|
+
def created_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10027
|
+
pulumi.set(self, "created_at", value)
|
|
10028
|
+
|
|
10029
|
+
@_builtins.property
|
|
10030
|
+
@pulumi.getter(name="expiresAt")
|
|
10031
|
+
def expires_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10032
|
+
"""
|
|
10033
|
+
The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10034
|
+
"""
|
|
10035
|
+
return pulumi.get(self, "expires_at")
|
|
10036
|
+
|
|
10037
|
+
@expires_at.setter
|
|
10038
|
+
def expires_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10039
|
+
pulumi.set(self, "expires_at", value)
|
|
10040
|
+
|
|
10041
|
+
@_builtins.property
|
|
10042
|
+
@pulumi.getter(name="lastUsedAt")
|
|
10043
|
+
def last_used_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10044
|
+
"""
|
|
10045
|
+
The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10046
|
+
"""
|
|
10047
|
+
return pulumi.get(self, "last_used_at")
|
|
10048
|
+
|
|
10049
|
+
@last_used_at.setter
|
|
10050
|
+
def last_used_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10051
|
+
pulumi.set(self, "last_used_at", value)
|
|
10052
|
+
|
|
10053
|
+
@_builtins.property
|
|
10054
|
+
@pulumi.getter(name="maskedSecretValue")
|
|
10055
|
+
def masked_secret_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10056
|
+
"""
|
|
10057
|
+
The masked Service Account secret.
|
|
10058
|
+
"""
|
|
10059
|
+
return pulumi.get(self, "masked_secret_value")
|
|
10060
|
+
|
|
10061
|
+
@masked_secret_value.setter
|
|
10062
|
+
def masked_secret_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10063
|
+
pulumi.set(self, "masked_secret_value", value)
|
|
10064
|
+
|
|
10065
|
+
@_builtins.property
|
|
10066
|
+
@pulumi.getter
|
|
10067
|
+
def secret(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10068
|
+
"""
|
|
10069
|
+
The secret for the Service Account. It will be returned only the first time after creation.
|
|
10070
|
+
"""
|
|
10071
|
+
return pulumi.get(self, "secret")
|
|
10072
|
+
|
|
10073
|
+
@secret.setter
|
|
10074
|
+
def secret(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10075
|
+
pulumi.set(self, "secret", value)
|
|
10076
|
+
|
|
10077
|
+
@_builtins.property
|
|
10078
|
+
@pulumi.getter(name="secretId")
|
|
10079
|
+
def secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10080
|
+
"""
|
|
10081
|
+
Unique 24-hexadecimal digit string that identifies the secret.
|
|
10082
|
+
"""
|
|
10083
|
+
return pulumi.get(self, "secret_id")
|
|
10084
|
+
|
|
10085
|
+
@secret_id.setter
|
|
10086
|
+
def secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10087
|
+
pulumi.set(self, "secret_id", value)
|
|
10088
|
+
|
|
10089
|
+
|
|
9966
10090
|
if not MYPY:
|
|
9967
10091
|
class ProjectTeamArgsDict(TypedDict):
|
|
9968
10092
|
role_names: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
@@ -10612,6 +10736,138 @@ class ServerlessInstanceTagArgs:
|
|
|
10612
10736
|
pulumi.set(self, "value", value)
|
|
10613
10737
|
|
|
10614
10738
|
|
|
10739
|
+
if not MYPY:
|
|
10740
|
+
class ServiceAccountSecretArgsDict(TypedDict):
|
|
10741
|
+
created_at: NotRequired[pulumi.Input[_builtins.str]]
|
|
10742
|
+
"""
|
|
10743
|
+
The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10744
|
+
"""
|
|
10745
|
+
expires_at: NotRequired[pulumi.Input[_builtins.str]]
|
|
10746
|
+
"""
|
|
10747
|
+
The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10748
|
+
"""
|
|
10749
|
+
last_used_at: NotRequired[pulumi.Input[_builtins.str]]
|
|
10750
|
+
"""
|
|
10751
|
+
The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10752
|
+
"""
|
|
10753
|
+
masked_secret_value: NotRequired[pulumi.Input[_builtins.str]]
|
|
10754
|
+
"""
|
|
10755
|
+
The masked Service Account secret.
|
|
10756
|
+
"""
|
|
10757
|
+
secret: NotRequired[pulumi.Input[_builtins.str]]
|
|
10758
|
+
"""
|
|
10759
|
+
The secret for the Service Account. It will be returned only the first time after creation.
|
|
10760
|
+
"""
|
|
10761
|
+
secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
10762
|
+
"""
|
|
10763
|
+
Unique 24-hexadecimal digit string that identifies the secret.
|
|
10764
|
+
"""
|
|
10765
|
+
elif False:
|
|
10766
|
+
ServiceAccountSecretArgsDict: TypeAlias = Mapping[str, Any]
|
|
10767
|
+
|
|
10768
|
+
@pulumi.input_type
|
|
10769
|
+
class ServiceAccountSecretArgs:
|
|
10770
|
+
def __init__(__self__, *,
|
|
10771
|
+
created_at: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10772
|
+
expires_at: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10773
|
+
last_used_at: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10774
|
+
masked_secret_value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10775
|
+
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
10776
|
+
secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
10777
|
+
"""
|
|
10778
|
+
:param pulumi.Input[_builtins.str] created_at: The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10779
|
+
:param pulumi.Input[_builtins.str] expires_at: The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10780
|
+
:param pulumi.Input[_builtins.str] last_used_at: The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10781
|
+
:param pulumi.Input[_builtins.str] masked_secret_value: The masked Service Account secret.
|
|
10782
|
+
:param pulumi.Input[_builtins.str] secret: The secret for the Service Account. It will be returned only the first time after creation.
|
|
10783
|
+
:param pulumi.Input[_builtins.str] secret_id: Unique 24-hexadecimal digit string that identifies the secret.
|
|
10784
|
+
"""
|
|
10785
|
+
if created_at is not None:
|
|
10786
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
10787
|
+
if expires_at is not None:
|
|
10788
|
+
pulumi.set(__self__, "expires_at", expires_at)
|
|
10789
|
+
if last_used_at is not None:
|
|
10790
|
+
pulumi.set(__self__, "last_used_at", last_used_at)
|
|
10791
|
+
if masked_secret_value is not None:
|
|
10792
|
+
pulumi.set(__self__, "masked_secret_value", masked_secret_value)
|
|
10793
|
+
if secret is not None:
|
|
10794
|
+
pulumi.set(__self__, "secret", secret)
|
|
10795
|
+
if secret_id is not None:
|
|
10796
|
+
pulumi.set(__self__, "secret_id", secret_id)
|
|
10797
|
+
|
|
10798
|
+
@_builtins.property
|
|
10799
|
+
@pulumi.getter(name="createdAt")
|
|
10800
|
+
def created_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10801
|
+
"""
|
|
10802
|
+
The date that the secret was created on. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10803
|
+
"""
|
|
10804
|
+
return pulumi.get(self, "created_at")
|
|
10805
|
+
|
|
10806
|
+
@created_at.setter
|
|
10807
|
+
def created_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10808
|
+
pulumi.set(self, "created_at", value)
|
|
10809
|
+
|
|
10810
|
+
@_builtins.property
|
|
10811
|
+
@pulumi.getter(name="expiresAt")
|
|
10812
|
+
def expires_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10813
|
+
"""
|
|
10814
|
+
The date for the expiration of the secret. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10815
|
+
"""
|
|
10816
|
+
return pulumi.get(self, "expires_at")
|
|
10817
|
+
|
|
10818
|
+
@expires_at.setter
|
|
10819
|
+
def expires_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10820
|
+
pulumi.set(self, "expires_at", value)
|
|
10821
|
+
|
|
10822
|
+
@_builtins.property
|
|
10823
|
+
@pulumi.getter(name="lastUsedAt")
|
|
10824
|
+
def last_used_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10825
|
+
"""
|
|
10826
|
+
The last time the secret was used. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
|
|
10827
|
+
"""
|
|
10828
|
+
return pulumi.get(self, "last_used_at")
|
|
10829
|
+
|
|
10830
|
+
@last_used_at.setter
|
|
10831
|
+
def last_used_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10832
|
+
pulumi.set(self, "last_used_at", value)
|
|
10833
|
+
|
|
10834
|
+
@_builtins.property
|
|
10835
|
+
@pulumi.getter(name="maskedSecretValue")
|
|
10836
|
+
def masked_secret_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10837
|
+
"""
|
|
10838
|
+
The masked Service Account secret.
|
|
10839
|
+
"""
|
|
10840
|
+
return pulumi.get(self, "masked_secret_value")
|
|
10841
|
+
|
|
10842
|
+
@masked_secret_value.setter
|
|
10843
|
+
def masked_secret_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10844
|
+
pulumi.set(self, "masked_secret_value", value)
|
|
10845
|
+
|
|
10846
|
+
@_builtins.property
|
|
10847
|
+
@pulumi.getter
|
|
10848
|
+
def secret(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10849
|
+
"""
|
|
10850
|
+
The secret for the Service Account. It will be returned only the first time after creation.
|
|
10851
|
+
"""
|
|
10852
|
+
return pulumi.get(self, "secret")
|
|
10853
|
+
|
|
10854
|
+
@secret.setter
|
|
10855
|
+
def secret(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10856
|
+
pulumi.set(self, "secret", value)
|
|
10857
|
+
|
|
10858
|
+
@_builtins.property
|
|
10859
|
+
@pulumi.getter(name="secretId")
|
|
10860
|
+
def secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
10861
|
+
"""
|
|
10862
|
+
Unique 24-hexadecimal digit string that identifies the secret.
|
|
10863
|
+
"""
|
|
10864
|
+
return pulumi.get(self, "secret_id")
|
|
10865
|
+
|
|
10866
|
+
@secret_id.setter
|
|
10867
|
+
def secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
10868
|
+
pulumi.set(self, "secret_id", value)
|
|
10869
|
+
|
|
10870
|
+
|
|
10615
10871
|
if not MYPY:
|
|
10616
10872
|
class StreamConnectionAuthenticationArgsDict(TypedDict):
|
|
10617
10873
|
client_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
@@ -10843,7 +11099,7 @@ if not MYPY:
|
|
|
10843
11099
|
"""
|
|
10844
11100
|
type: pulumi.Input[_builtins.str]
|
|
10845
11101
|
"""
|
|
10846
|
-
Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka` or `
|
|
11102
|
+
Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka`, `Sample`, or `SchemaRegistry`.
|
|
10847
11103
|
|
|
10848
11104
|
> **NOTE:** Either `workspace_name` or `instance_name` must be provided, but not both. These fields are functionally identical and `workspace_name` is an alias for `instance_name`. `workspace_name` should be used instead of `instance_name`.
|
|
10849
11105
|
"""
|
|
@@ -10857,7 +11113,7 @@ class StreamConnectionDbRoleToExecuteArgs:
|
|
|
10857
11113
|
type: pulumi.Input[_builtins.str]):
|
|
10858
11114
|
"""
|
|
10859
11115
|
:param pulumi.Input[_builtins.str] role: The name of the role to use. Value can be `atlasAdmin`, `readWriteAnyDatabase`, or `readAnyDatabase` if `type` is set to `BUILT_IN`, or the name of a user-defined role if `type` is set to `CUSTOM`.
|
|
10860
|
-
:param pulumi.Input[_builtins.str] type: Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka` or `
|
|
11116
|
+
:param pulumi.Input[_builtins.str] type: Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka`, `Sample`, or `SchemaRegistry`.
|
|
10861
11117
|
|
|
10862
11118
|
> **NOTE:** Either `workspace_name` or `instance_name` must be provided, but not both. These fields are functionally identical and `workspace_name` is an alias for `instance_name`. `workspace_name` should be used instead of `instance_name`.
|
|
10863
11119
|
"""
|
|
@@ -10880,7 +11136,7 @@ class StreamConnectionDbRoleToExecuteArgs:
|
|
|
10880
11136
|
@pulumi.getter
|
|
10881
11137
|
def type(self) -> pulumi.Input[_builtins.str]:
|
|
10882
11138
|
"""
|
|
10883
|
-
Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka` or `
|
|
11139
|
+
Type of connection. Can be `AWSLambda`, `Cluster`, `Https`, `Kafka`, `Sample`, or `SchemaRegistry`.
|
|
10884
11140
|
|
|
10885
11141
|
> **NOTE:** Either `workspace_name` or `instance_name` must be provided, but not both. These fields are functionally identical and `workspace_name` is an alias for `instance_name`. `workspace_name` should be used instead of `instance_name`.
|
|
10886
11142
|
"""
|
|
@@ -10973,6 +11229,84 @@ class StreamConnectionNetworkingAccessArgs:
|
|
|
10973
11229
|
pulumi.set(self, "connection_id", value)
|
|
10974
11230
|
|
|
10975
11231
|
|
|
11232
|
+
if not MYPY:
|
|
11233
|
+
class StreamConnectionSchemaRegistryAuthenticationArgsDict(TypedDict):
|
|
11234
|
+
password: NotRequired[pulumi.Input[_builtins.str]]
|
|
11235
|
+
"""
|
|
11236
|
+
Password for the Schema Registry. Required when `type` is `USER_INFO`.
|
|
11237
|
+
"""
|
|
11238
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
11239
|
+
"""
|
|
11240
|
+
Authentication type discriminator. Specifies the authentication mechanism for Confluent Schema Registry. Valid values are `USER_INFO` or `SASL_INHERIT`.
|
|
11241
|
+
* `USER_INFO` - Uses username and password authentication for Confluent Schema Registry.
|
|
11242
|
+
* `SASL_INHERIT` - Inherits the authentication configuration from Kafka for the Confluent Schema Registry.
|
|
11243
|
+
"""
|
|
11244
|
+
username: NotRequired[pulumi.Input[_builtins.str]]
|
|
11245
|
+
"""
|
|
11246
|
+
Username for the Schema Registry. Required when `type` is `USER_INFO`.
|
|
11247
|
+
"""
|
|
11248
|
+
elif False:
|
|
11249
|
+
StreamConnectionSchemaRegistryAuthenticationArgsDict: TypeAlias = Mapping[str, Any]
|
|
11250
|
+
|
|
11251
|
+
@pulumi.input_type
|
|
11252
|
+
class StreamConnectionSchemaRegistryAuthenticationArgs:
|
|
11253
|
+
def __init__(__self__, *,
|
|
11254
|
+
password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
11255
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
11256
|
+
username: Optional[pulumi.Input[_builtins.str]] = None):
|
|
11257
|
+
"""
|
|
11258
|
+
:param pulumi.Input[_builtins.str] password: Password for the Schema Registry. Required when `type` is `USER_INFO`.
|
|
11259
|
+
:param pulumi.Input[_builtins.str] type: Authentication type discriminator. Specifies the authentication mechanism for Confluent Schema Registry. Valid values are `USER_INFO` or `SASL_INHERIT`.
|
|
11260
|
+
* `USER_INFO` - Uses username and password authentication for Confluent Schema Registry.
|
|
11261
|
+
* `SASL_INHERIT` - Inherits the authentication configuration from Kafka for the Confluent Schema Registry.
|
|
11262
|
+
:param pulumi.Input[_builtins.str] username: Username for the Schema Registry. Required when `type` is `USER_INFO`.
|
|
11263
|
+
"""
|
|
11264
|
+
if password is not None:
|
|
11265
|
+
pulumi.set(__self__, "password", password)
|
|
11266
|
+
if type is not None:
|
|
11267
|
+
pulumi.set(__self__, "type", type)
|
|
11268
|
+
if username is not None:
|
|
11269
|
+
pulumi.set(__self__, "username", username)
|
|
11270
|
+
|
|
11271
|
+
@_builtins.property
|
|
11272
|
+
@pulumi.getter
|
|
11273
|
+
def password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
11274
|
+
"""
|
|
11275
|
+
Password for the Schema Registry. Required when `type` is `USER_INFO`.
|
|
11276
|
+
"""
|
|
11277
|
+
return pulumi.get(self, "password")
|
|
11278
|
+
|
|
11279
|
+
@password.setter
|
|
11280
|
+
def password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
11281
|
+
pulumi.set(self, "password", value)
|
|
11282
|
+
|
|
11283
|
+
@_builtins.property
|
|
11284
|
+
@pulumi.getter
|
|
11285
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
11286
|
+
"""
|
|
11287
|
+
Authentication type discriminator. Specifies the authentication mechanism for Confluent Schema Registry. Valid values are `USER_INFO` or `SASL_INHERIT`.
|
|
11288
|
+
* `USER_INFO` - Uses username and password authentication for Confluent Schema Registry.
|
|
11289
|
+
* `SASL_INHERIT` - Inherits the authentication configuration from Kafka for the Confluent Schema Registry.
|
|
11290
|
+
"""
|
|
11291
|
+
return pulumi.get(self, "type")
|
|
11292
|
+
|
|
11293
|
+
@type.setter
|
|
11294
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
11295
|
+
pulumi.set(self, "type", value)
|
|
11296
|
+
|
|
11297
|
+
@_builtins.property
|
|
11298
|
+
@pulumi.getter
|
|
11299
|
+
def username(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
11300
|
+
"""
|
|
11301
|
+
Username for the Schema Registry. Required when `type` is `USER_INFO`.
|
|
11302
|
+
"""
|
|
11303
|
+
return pulumi.get(self, "username")
|
|
11304
|
+
|
|
11305
|
+
@username.setter
|
|
11306
|
+
def username(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
11307
|
+
pulumi.set(self, "username", value)
|
|
11308
|
+
|
|
11309
|
+
|
|
10976
11310
|
if not MYPY:
|
|
10977
11311
|
class StreamConnectionSecurityArgsDict(TypedDict):
|
|
10978
11312
|
broker_public_certificate: NotRequired[pulumi.Input[_builtins.str]]
|