pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.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.
- pulumi_oci/__init__.py +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -125,20 +125,41 @@ class WorkspaceApplicationDependentObjectMetadata(dict):
|
|
125
125
|
:param int object_version: The object version.
|
126
126
|
:param str type: The type of the object in patch.
|
127
127
|
"""
|
128
|
+
WorkspaceApplicationDependentObjectMetadata._configure(
|
129
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
130
|
+
action=action,
|
131
|
+
identifier=identifier,
|
132
|
+
key=key,
|
133
|
+
name=name,
|
134
|
+
name_path=name_path,
|
135
|
+
object_version=object_version,
|
136
|
+
type=type,
|
137
|
+
)
|
138
|
+
@staticmethod
|
139
|
+
def _configure(
|
140
|
+
_setter: Callable[[Any, Any], None],
|
141
|
+
action: Optional[str] = None,
|
142
|
+
identifier: Optional[str] = None,
|
143
|
+
key: Optional[str] = None,
|
144
|
+
name: Optional[str] = None,
|
145
|
+
name_path: Optional[str] = None,
|
146
|
+
object_version: Optional[int] = None,
|
147
|
+
type: Optional[str] = None,
|
148
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
128
149
|
if action is not None:
|
129
|
-
|
150
|
+
_setter("action", action)
|
130
151
|
if identifier is not None:
|
131
|
-
|
152
|
+
_setter("identifier", identifier)
|
132
153
|
if key is not None:
|
133
|
-
|
154
|
+
_setter("key", key)
|
134
155
|
if name is not None:
|
135
|
-
|
156
|
+
_setter("name", name)
|
136
157
|
if name_path is not None:
|
137
|
-
|
158
|
+
_setter("name_path", name_path)
|
138
159
|
if object_version is not None:
|
139
|
-
|
160
|
+
_setter("object_version", object_version)
|
140
161
|
if type is not None:
|
141
|
-
|
162
|
+
_setter("type", type)
|
142
163
|
|
143
164
|
@property
|
144
165
|
@pulumi.getter
|
@@ -269,34 +290,69 @@ class WorkspaceApplicationMetadata(dict):
|
|
269
290
|
:param str updated_by: The user that updated the object.
|
270
291
|
:param str updated_by_name: The user that updated the object.
|
271
292
|
"""
|
293
|
+
WorkspaceApplicationMetadata._configure(
|
294
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
295
|
+
aggregator_key=aggregator_key,
|
296
|
+
aggregators=aggregators,
|
297
|
+
count_statistics=count_statistics,
|
298
|
+
created_by=created_by,
|
299
|
+
created_by_name=created_by_name,
|
300
|
+
identifier_path=identifier_path,
|
301
|
+
info_fields=info_fields,
|
302
|
+
is_favorite=is_favorite,
|
303
|
+
labels=labels,
|
304
|
+
registry_version=registry_version,
|
305
|
+
time_created=time_created,
|
306
|
+
time_updated=time_updated,
|
307
|
+
updated_by=updated_by,
|
308
|
+
updated_by_name=updated_by_name,
|
309
|
+
)
|
310
|
+
@staticmethod
|
311
|
+
def _configure(
|
312
|
+
_setter: Callable[[Any, Any], None],
|
313
|
+
aggregator_key: Optional[str] = None,
|
314
|
+
aggregators: Optional[Sequence['outputs.WorkspaceApplicationMetadataAggregator']] = None,
|
315
|
+
count_statistics: Optional[Sequence['outputs.WorkspaceApplicationMetadataCountStatistic']] = None,
|
316
|
+
created_by: Optional[str] = None,
|
317
|
+
created_by_name: Optional[str] = None,
|
318
|
+
identifier_path: Optional[str] = None,
|
319
|
+
info_fields: Optional[Mapping[str, Any]] = None,
|
320
|
+
is_favorite: Optional[bool] = None,
|
321
|
+
labels: Optional[Sequence[str]] = None,
|
322
|
+
registry_version: Optional[int] = None,
|
323
|
+
time_created: Optional[str] = None,
|
324
|
+
time_updated: Optional[str] = None,
|
325
|
+
updated_by: Optional[str] = None,
|
326
|
+
updated_by_name: Optional[str] = None,
|
327
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
272
328
|
if aggregator_key is not None:
|
273
|
-
|
329
|
+
_setter("aggregator_key", aggregator_key)
|
274
330
|
if aggregators is not None:
|
275
|
-
|
331
|
+
_setter("aggregators", aggregators)
|
276
332
|
if count_statistics is not None:
|
277
|
-
|
333
|
+
_setter("count_statistics", count_statistics)
|
278
334
|
if created_by is not None:
|
279
|
-
|
335
|
+
_setter("created_by", created_by)
|
280
336
|
if created_by_name is not None:
|
281
|
-
|
337
|
+
_setter("created_by_name", created_by_name)
|
282
338
|
if identifier_path is not None:
|
283
|
-
|
339
|
+
_setter("identifier_path", identifier_path)
|
284
340
|
if info_fields is not None:
|
285
|
-
|
341
|
+
_setter("info_fields", info_fields)
|
286
342
|
if is_favorite is not None:
|
287
|
-
|
343
|
+
_setter("is_favorite", is_favorite)
|
288
344
|
if labels is not None:
|
289
|
-
|
345
|
+
_setter("labels", labels)
|
290
346
|
if registry_version is not None:
|
291
|
-
|
347
|
+
_setter("registry_version", registry_version)
|
292
348
|
if time_created is not None:
|
293
|
-
|
349
|
+
_setter("time_created", time_created)
|
294
350
|
if time_updated is not None:
|
295
|
-
|
351
|
+
_setter("time_updated", time_updated)
|
296
352
|
if updated_by is not None:
|
297
|
-
|
353
|
+
_setter("updated_by", updated_by)
|
298
354
|
if updated_by_name is not None:
|
299
|
-
|
355
|
+
_setter("updated_by_name", updated_by_name)
|
300
356
|
|
301
357
|
@property
|
302
358
|
@pulumi.getter(name="aggregatorKey")
|
@@ -426,16 +482,33 @@ class WorkspaceApplicationMetadataAggregator(dict):
|
|
426
482
|
:param str name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
427
483
|
:param str type: The type of the object in patch.
|
428
484
|
"""
|
485
|
+
WorkspaceApplicationMetadataAggregator._configure(
|
486
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
487
|
+
description=description,
|
488
|
+
identifier=identifier,
|
489
|
+
key=key,
|
490
|
+
name=name,
|
491
|
+
type=type,
|
492
|
+
)
|
493
|
+
@staticmethod
|
494
|
+
def _configure(
|
495
|
+
_setter: Callable[[Any, Any], None],
|
496
|
+
description: Optional[str] = None,
|
497
|
+
identifier: Optional[str] = None,
|
498
|
+
key: Optional[str] = None,
|
499
|
+
name: Optional[str] = None,
|
500
|
+
type: Optional[str] = None,
|
501
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
429
502
|
if description is not None:
|
430
|
-
|
503
|
+
_setter("description", description)
|
431
504
|
if identifier is not None:
|
432
|
-
|
505
|
+
_setter("identifier", identifier)
|
433
506
|
if key is not None:
|
434
|
-
|
507
|
+
_setter("key", key)
|
435
508
|
if name is not None:
|
436
|
-
|
509
|
+
_setter("name", name)
|
437
510
|
if type is not None:
|
438
|
-
|
511
|
+
_setter("type", type)
|
439
512
|
|
440
513
|
@property
|
441
514
|
@pulumi.getter
|
@@ -502,8 +575,17 @@ class WorkspaceApplicationMetadataCountStatistic(dict):
|
|
502
575
|
"""
|
503
576
|
:param Sequence['WorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
504
577
|
"""
|
578
|
+
WorkspaceApplicationMetadataCountStatistic._configure(
|
579
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
580
|
+
object_type_count_lists=object_type_count_lists,
|
581
|
+
)
|
582
|
+
@staticmethod
|
583
|
+
def _configure(
|
584
|
+
_setter: Callable[[Any, Any], None],
|
585
|
+
object_type_count_lists: Optional[Sequence['outputs.WorkspaceApplicationMetadataCountStatisticObjectTypeCountList']] = None,
|
586
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
505
587
|
if object_type_count_lists is not None:
|
506
|
-
|
588
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
507
589
|
|
508
590
|
@property
|
509
591
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -542,10 +624,21 @@ class WorkspaceApplicationMetadataCountStatisticObjectTypeCountList(dict):
|
|
542
624
|
:param str object_count: The value for the count statistic object.
|
543
625
|
:param str object_type: The type of object for the count statistic object.
|
544
626
|
"""
|
627
|
+
WorkspaceApplicationMetadataCountStatisticObjectTypeCountList._configure(
|
628
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
629
|
+
object_count=object_count,
|
630
|
+
object_type=object_type,
|
631
|
+
)
|
632
|
+
@staticmethod
|
633
|
+
def _configure(
|
634
|
+
_setter: Callable[[Any, Any], None],
|
635
|
+
object_count: Optional[str] = None,
|
636
|
+
object_type: Optional[str] = None,
|
637
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
545
638
|
if object_count is not None:
|
546
|
-
|
639
|
+
_setter("object_count", object_count)
|
547
640
|
if object_type is not None:
|
548
|
-
|
641
|
+
_setter("object_type", object_type)
|
549
642
|
|
550
643
|
@property
|
551
644
|
@pulumi.getter(name="objectCount")
|
@@ -590,10 +683,21 @@ class WorkspaceApplicationParentRef(dict):
|
|
590
683
|
:param str parent: Key of the parent object.
|
591
684
|
:param str root_doc_id: Key of the root document object.
|
592
685
|
"""
|
686
|
+
WorkspaceApplicationParentRef._configure(
|
687
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
688
|
+
parent=parent,
|
689
|
+
root_doc_id=root_doc_id,
|
690
|
+
)
|
691
|
+
@staticmethod
|
692
|
+
def _configure(
|
693
|
+
_setter: Callable[[Any, Any], None],
|
694
|
+
parent: Optional[str] = None,
|
695
|
+
root_doc_id: Optional[str] = None,
|
696
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
593
697
|
if parent is not None:
|
594
|
-
|
698
|
+
_setter("parent", parent)
|
595
699
|
if root_doc_id is not None:
|
596
|
-
|
700
|
+
_setter("root_doc_id", root_doc_id)
|
597
701
|
|
598
702
|
@property
|
599
703
|
@pulumi.getter
|
@@ -650,20 +754,41 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
|
|
650
754
|
:param int object_version: The object version.
|
651
755
|
:param str type: The type of the object in patch.
|
652
756
|
"""
|
757
|
+
WorkspaceApplicationPublishedObjectMetadata._configure(
|
758
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
759
|
+
action=action,
|
760
|
+
identifier=identifier,
|
761
|
+
key=key,
|
762
|
+
name=name,
|
763
|
+
name_path=name_path,
|
764
|
+
object_version=object_version,
|
765
|
+
type=type,
|
766
|
+
)
|
767
|
+
@staticmethod
|
768
|
+
def _configure(
|
769
|
+
_setter: Callable[[Any, Any], None],
|
770
|
+
action: Optional[str] = None,
|
771
|
+
identifier: Optional[str] = None,
|
772
|
+
key: Optional[str] = None,
|
773
|
+
name: Optional[str] = None,
|
774
|
+
name_path: Optional[str] = None,
|
775
|
+
object_version: Optional[int] = None,
|
776
|
+
type: Optional[str] = None,
|
777
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
653
778
|
if action is not None:
|
654
|
-
|
779
|
+
_setter("action", action)
|
655
780
|
if identifier is not None:
|
656
|
-
|
781
|
+
_setter("identifier", identifier)
|
657
782
|
if key is not None:
|
658
|
-
|
783
|
+
_setter("key", key)
|
659
784
|
if name is not None:
|
660
|
-
|
785
|
+
_setter("name", name)
|
661
786
|
if name_path is not None:
|
662
|
-
|
787
|
+
_setter("name_path", name_path)
|
663
788
|
if object_version is not None:
|
664
|
-
|
789
|
+
_setter("object_version", object_version)
|
665
790
|
if type is not None:
|
666
|
-
|
791
|
+
_setter("type", type)
|
667
792
|
|
668
793
|
@property
|
669
794
|
@pulumi.getter
|
@@ -758,16 +883,33 @@ class WorkspaceApplicationRegistryMetadata(dict):
|
|
758
883
|
:param Sequence[str] labels: Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
|
759
884
|
:param int registry_version: The registry version.
|
760
885
|
"""
|
886
|
+
WorkspaceApplicationRegistryMetadata._configure(
|
887
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
888
|
+
aggregator_key=aggregator_key,
|
889
|
+
is_favorite=is_favorite,
|
890
|
+
key=key,
|
891
|
+
labels=labels,
|
892
|
+
registry_version=registry_version,
|
893
|
+
)
|
894
|
+
@staticmethod
|
895
|
+
def _configure(
|
896
|
+
_setter: Callable[[Any, Any], None],
|
897
|
+
aggregator_key: Optional[str] = None,
|
898
|
+
is_favorite: Optional[bool] = None,
|
899
|
+
key: Optional[str] = None,
|
900
|
+
labels: Optional[Sequence[str]] = None,
|
901
|
+
registry_version: Optional[int] = None,
|
902
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
761
903
|
if aggregator_key is not None:
|
762
|
-
|
904
|
+
_setter("aggregator_key", aggregator_key)
|
763
905
|
if is_favorite is not None:
|
764
|
-
|
906
|
+
_setter("is_favorite", is_favorite)
|
765
907
|
if key is not None:
|
766
|
-
|
908
|
+
_setter("key", key)
|
767
909
|
if labels is not None:
|
768
|
-
|
910
|
+
_setter("labels", labels)
|
769
911
|
if registry_version is not None:
|
770
|
-
|
912
|
+
_setter("registry_version", registry_version)
|
771
913
|
|
772
914
|
@property
|
773
915
|
@pulumi.getter(name="aggregatorKey")
|
@@ -854,16 +996,33 @@ class WorkspaceApplicationSourceApplicationInfo(dict):
|
|
854
996
|
** IMPORTANT **
|
855
997
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
856
998
|
"""
|
999
|
+
WorkspaceApplicationSourceApplicationInfo._configure(
|
1000
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1001
|
+
application_key=application_key,
|
1002
|
+
application_version=application_version,
|
1003
|
+
copy_type=copy_type,
|
1004
|
+
last_patch_key=last_patch_key,
|
1005
|
+
workspace_id=workspace_id,
|
1006
|
+
)
|
1007
|
+
@staticmethod
|
1008
|
+
def _configure(
|
1009
|
+
_setter: Callable[[Any, Any], None],
|
1010
|
+
application_key: Optional[str] = None,
|
1011
|
+
application_version: Optional[str] = None,
|
1012
|
+
copy_type: Optional[str] = None,
|
1013
|
+
last_patch_key: Optional[str] = None,
|
1014
|
+
workspace_id: Optional[str] = None,
|
1015
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
857
1016
|
if application_key is not None:
|
858
|
-
|
1017
|
+
_setter("application_key", application_key)
|
859
1018
|
if application_version is not None:
|
860
|
-
|
1019
|
+
_setter("application_version", application_version)
|
861
1020
|
if copy_type is not None:
|
862
|
-
|
1021
|
+
_setter("copy_type", copy_type)
|
863
1022
|
if last_patch_key is not None:
|
864
|
-
|
1023
|
+
_setter("last_patch_key", last_patch_key)
|
865
1024
|
if workspace_id is not None:
|
866
|
-
|
1025
|
+
_setter("workspace_id", workspace_id)
|
867
1026
|
|
868
1027
|
@property
|
869
1028
|
@pulumi.getter(name="applicationKey")
|
@@ -982,34 +1141,69 @@ class WorkspaceFolderMetadata(dict):
|
|
982
1141
|
:param str updated_by: The user that updated the object.
|
983
1142
|
:param str updated_by_name: The user that updated the object.
|
984
1143
|
"""
|
1144
|
+
WorkspaceFolderMetadata._configure(
|
1145
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1146
|
+
aggregator_key=aggregator_key,
|
1147
|
+
aggregators=aggregators,
|
1148
|
+
count_statistics=count_statistics,
|
1149
|
+
created_by=created_by,
|
1150
|
+
created_by_name=created_by_name,
|
1151
|
+
identifier_path=identifier_path,
|
1152
|
+
info_fields=info_fields,
|
1153
|
+
is_favorite=is_favorite,
|
1154
|
+
labels=labels,
|
1155
|
+
registry_version=registry_version,
|
1156
|
+
time_created=time_created,
|
1157
|
+
time_updated=time_updated,
|
1158
|
+
updated_by=updated_by,
|
1159
|
+
updated_by_name=updated_by_name,
|
1160
|
+
)
|
1161
|
+
@staticmethod
|
1162
|
+
def _configure(
|
1163
|
+
_setter: Callable[[Any, Any], None],
|
1164
|
+
aggregator_key: Optional[str] = None,
|
1165
|
+
aggregators: Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']] = None,
|
1166
|
+
count_statistics: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']] = None,
|
1167
|
+
created_by: Optional[str] = None,
|
1168
|
+
created_by_name: Optional[str] = None,
|
1169
|
+
identifier_path: Optional[str] = None,
|
1170
|
+
info_fields: Optional[Mapping[str, Any]] = None,
|
1171
|
+
is_favorite: Optional[bool] = None,
|
1172
|
+
labels: Optional[Sequence[str]] = None,
|
1173
|
+
registry_version: Optional[int] = None,
|
1174
|
+
time_created: Optional[str] = None,
|
1175
|
+
time_updated: Optional[str] = None,
|
1176
|
+
updated_by: Optional[str] = None,
|
1177
|
+
updated_by_name: Optional[str] = None,
|
1178
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
985
1179
|
if aggregator_key is not None:
|
986
|
-
|
1180
|
+
_setter("aggregator_key", aggregator_key)
|
987
1181
|
if aggregators is not None:
|
988
|
-
|
1182
|
+
_setter("aggregators", aggregators)
|
989
1183
|
if count_statistics is not None:
|
990
|
-
|
1184
|
+
_setter("count_statistics", count_statistics)
|
991
1185
|
if created_by is not None:
|
992
|
-
|
1186
|
+
_setter("created_by", created_by)
|
993
1187
|
if created_by_name is not None:
|
994
|
-
|
1188
|
+
_setter("created_by_name", created_by_name)
|
995
1189
|
if identifier_path is not None:
|
996
|
-
|
1190
|
+
_setter("identifier_path", identifier_path)
|
997
1191
|
if info_fields is not None:
|
998
|
-
|
1192
|
+
_setter("info_fields", info_fields)
|
999
1193
|
if is_favorite is not None:
|
1000
|
-
|
1194
|
+
_setter("is_favorite", is_favorite)
|
1001
1195
|
if labels is not None:
|
1002
|
-
|
1196
|
+
_setter("labels", labels)
|
1003
1197
|
if registry_version is not None:
|
1004
|
-
|
1198
|
+
_setter("registry_version", registry_version)
|
1005
1199
|
if time_created is not None:
|
1006
|
-
|
1200
|
+
_setter("time_created", time_created)
|
1007
1201
|
if time_updated is not None:
|
1008
|
-
|
1202
|
+
_setter("time_updated", time_updated)
|
1009
1203
|
if updated_by is not None:
|
1010
|
-
|
1204
|
+
_setter("updated_by", updated_by)
|
1011
1205
|
if updated_by_name is not None:
|
1012
|
-
|
1206
|
+
_setter("updated_by_name", updated_by_name)
|
1013
1207
|
|
1014
1208
|
@property
|
1015
1209
|
@pulumi.getter(name="aggregatorKey")
|
@@ -1139,16 +1333,33 @@ class WorkspaceFolderMetadataAggregator(dict):
|
|
1139
1333
|
:param str name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
1140
1334
|
:param str type: The type of the aggregator.
|
1141
1335
|
"""
|
1336
|
+
WorkspaceFolderMetadataAggregator._configure(
|
1337
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1338
|
+
description=description,
|
1339
|
+
identifier=identifier,
|
1340
|
+
key=key,
|
1341
|
+
name=name,
|
1342
|
+
type=type,
|
1343
|
+
)
|
1344
|
+
@staticmethod
|
1345
|
+
def _configure(
|
1346
|
+
_setter: Callable[[Any, Any], None],
|
1347
|
+
description: Optional[str] = None,
|
1348
|
+
identifier: Optional[str] = None,
|
1349
|
+
key: Optional[str] = None,
|
1350
|
+
name: Optional[str] = None,
|
1351
|
+
type: Optional[str] = None,
|
1352
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1142
1353
|
if description is not None:
|
1143
|
-
|
1354
|
+
_setter("description", description)
|
1144
1355
|
if identifier is not None:
|
1145
|
-
|
1356
|
+
_setter("identifier", identifier)
|
1146
1357
|
if key is not None:
|
1147
|
-
|
1358
|
+
_setter("key", key)
|
1148
1359
|
if name is not None:
|
1149
|
-
|
1360
|
+
_setter("name", name)
|
1150
1361
|
if type is not None:
|
1151
|
-
|
1362
|
+
_setter("type", type)
|
1152
1363
|
|
1153
1364
|
@property
|
1154
1365
|
@pulumi.getter
|
@@ -1215,8 +1426,17 @@ class WorkspaceFolderMetadataCountStatistic(dict):
|
|
1215
1426
|
"""
|
1216
1427
|
:param Sequence['WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
1217
1428
|
"""
|
1429
|
+
WorkspaceFolderMetadataCountStatistic._configure(
|
1430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1431
|
+
object_type_count_lists=object_type_count_lists,
|
1432
|
+
)
|
1433
|
+
@staticmethod
|
1434
|
+
def _configure(
|
1435
|
+
_setter: Callable[[Any, Any], None],
|
1436
|
+
object_type_count_lists: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatisticObjectTypeCountList']] = None,
|
1437
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1218
1438
|
if object_type_count_lists is not None:
|
1219
|
-
|
1439
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
1220
1440
|
|
1221
1441
|
@property
|
1222
1442
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -1255,10 +1475,21 @@ class WorkspaceFolderMetadataCountStatisticObjectTypeCountList(dict):
|
|
1255
1475
|
:param str object_count: The value for the count statistic object.
|
1256
1476
|
:param str object_type: The type of object for the count statistic object.
|
1257
1477
|
"""
|
1478
|
+
WorkspaceFolderMetadataCountStatisticObjectTypeCountList._configure(
|
1479
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1480
|
+
object_count=object_count,
|
1481
|
+
object_type=object_type,
|
1482
|
+
)
|
1483
|
+
@staticmethod
|
1484
|
+
def _configure(
|
1485
|
+
_setter: Callable[[Any, Any], None],
|
1486
|
+
object_count: Optional[str] = None,
|
1487
|
+
object_type: Optional[str] = None,
|
1488
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1258
1489
|
if object_count is not None:
|
1259
|
-
|
1490
|
+
_setter("object_count", object_count)
|
1260
1491
|
if object_type is not None:
|
1261
|
-
|
1492
|
+
_setter("object_type", object_type)
|
1262
1493
|
|
1263
1494
|
@property
|
1264
1495
|
@pulumi.getter(name="objectCount")
|
@@ -1303,10 +1534,21 @@ class WorkspaceFolderParentRef(dict):
|
|
1303
1534
|
:param str parent: Key of the parent object.
|
1304
1535
|
:param str root_doc_id: Key of the root document object.
|
1305
1536
|
"""
|
1537
|
+
WorkspaceFolderParentRef._configure(
|
1538
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1539
|
+
parent=parent,
|
1540
|
+
root_doc_id=root_doc_id,
|
1541
|
+
)
|
1542
|
+
@staticmethod
|
1543
|
+
def _configure(
|
1544
|
+
_setter: Callable[[Any, Any], None],
|
1545
|
+
parent: Optional[str] = None,
|
1546
|
+
root_doc_id: Optional[str] = None,
|
1547
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1306
1548
|
if parent is not None:
|
1307
|
-
|
1549
|
+
_setter("parent", parent)
|
1308
1550
|
if root_doc_id is not None:
|
1309
|
-
|
1551
|
+
_setter("root_doc_id", root_doc_id)
|
1310
1552
|
|
1311
1553
|
@property
|
1312
1554
|
@pulumi.getter
|
@@ -1361,16 +1603,33 @@ class WorkspaceFolderRegistryMetadata(dict):
|
|
1361
1603
|
:param Sequence[str] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
|
1362
1604
|
:param int registry_version: (Updatable) The registry version.
|
1363
1605
|
"""
|
1606
|
+
WorkspaceFolderRegistryMetadata._configure(
|
1607
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1608
|
+
aggregator_key=aggregator_key,
|
1609
|
+
is_favorite=is_favorite,
|
1610
|
+
key=key,
|
1611
|
+
labels=labels,
|
1612
|
+
registry_version=registry_version,
|
1613
|
+
)
|
1614
|
+
@staticmethod
|
1615
|
+
def _configure(
|
1616
|
+
_setter: Callable[[Any, Any], None],
|
1617
|
+
aggregator_key: Optional[str] = None,
|
1618
|
+
is_favorite: Optional[bool] = None,
|
1619
|
+
key: Optional[str] = None,
|
1620
|
+
labels: Optional[Sequence[str]] = None,
|
1621
|
+
registry_version: Optional[int] = None,
|
1622
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1364
1623
|
if aggregator_key is not None:
|
1365
|
-
|
1624
|
+
_setter("aggregator_key", aggregator_key)
|
1366
1625
|
if is_favorite is not None:
|
1367
|
-
|
1626
|
+
_setter("is_favorite", is_favorite)
|
1368
1627
|
if key is not None:
|
1369
|
-
|
1628
|
+
_setter("key", key)
|
1370
1629
|
if labels is not None:
|
1371
|
-
|
1630
|
+
_setter("labels", labels)
|
1372
1631
|
if registry_version is not None:
|
1373
|
-
|
1632
|
+
_setter("registry_version", registry_version)
|
1374
1633
|
|
1375
1634
|
@property
|
1376
1635
|
@pulumi.getter(name="aggregatorKey")
|
@@ -1485,34 +1744,69 @@ class WorkspaceProjectMetadata(dict):
|
|
1485
1744
|
:param str updated_by: The user that updated the object.
|
1486
1745
|
:param str updated_by_name: The user that updated the object.
|
1487
1746
|
"""
|
1747
|
+
WorkspaceProjectMetadata._configure(
|
1748
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1749
|
+
aggregator_key=aggregator_key,
|
1750
|
+
aggregators=aggregators,
|
1751
|
+
count_statistics=count_statistics,
|
1752
|
+
created_by=created_by,
|
1753
|
+
created_by_name=created_by_name,
|
1754
|
+
identifier_path=identifier_path,
|
1755
|
+
info_fields=info_fields,
|
1756
|
+
is_favorite=is_favorite,
|
1757
|
+
labels=labels,
|
1758
|
+
registry_version=registry_version,
|
1759
|
+
time_created=time_created,
|
1760
|
+
time_updated=time_updated,
|
1761
|
+
updated_by=updated_by,
|
1762
|
+
updated_by_name=updated_by_name,
|
1763
|
+
)
|
1764
|
+
@staticmethod
|
1765
|
+
def _configure(
|
1766
|
+
_setter: Callable[[Any, Any], None],
|
1767
|
+
aggregator_key: Optional[str] = None,
|
1768
|
+
aggregators: Optional[Sequence['outputs.WorkspaceProjectMetadataAggregator']] = None,
|
1769
|
+
count_statistics: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatistic']] = None,
|
1770
|
+
created_by: Optional[str] = None,
|
1771
|
+
created_by_name: Optional[str] = None,
|
1772
|
+
identifier_path: Optional[str] = None,
|
1773
|
+
info_fields: Optional[Mapping[str, Any]] = None,
|
1774
|
+
is_favorite: Optional[bool] = None,
|
1775
|
+
labels: Optional[Sequence[str]] = None,
|
1776
|
+
registry_version: Optional[int] = None,
|
1777
|
+
time_created: Optional[str] = None,
|
1778
|
+
time_updated: Optional[str] = None,
|
1779
|
+
updated_by: Optional[str] = None,
|
1780
|
+
updated_by_name: Optional[str] = None,
|
1781
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1488
1782
|
if aggregator_key is not None:
|
1489
|
-
|
1783
|
+
_setter("aggregator_key", aggregator_key)
|
1490
1784
|
if aggregators is not None:
|
1491
|
-
|
1785
|
+
_setter("aggregators", aggregators)
|
1492
1786
|
if count_statistics is not None:
|
1493
|
-
|
1787
|
+
_setter("count_statistics", count_statistics)
|
1494
1788
|
if created_by is not None:
|
1495
|
-
|
1789
|
+
_setter("created_by", created_by)
|
1496
1790
|
if created_by_name is not None:
|
1497
|
-
|
1791
|
+
_setter("created_by_name", created_by_name)
|
1498
1792
|
if identifier_path is not None:
|
1499
|
-
|
1793
|
+
_setter("identifier_path", identifier_path)
|
1500
1794
|
if info_fields is not None:
|
1501
|
-
|
1795
|
+
_setter("info_fields", info_fields)
|
1502
1796
|
if is_favorite is not None:
|
1503
|
-
|
1797
|
+
_setter("is_favorite", is_favorite)
|
1504
1798
|
if labels is not None:
|
1505
|
-
|
1799
|
+
_setter("labels", labels)
|
1506
1800
|
if registry_version is not None:
|
1507
|
-
|
1801
|
+
_setter("registry_version", registry_version)
|
1508
1802
|
if time_created is not None:
|
1509
|
-
|
1803
|
+
_setter("time_created", time_created)
|
1510
1804
|
if time_updated is not None:
|
1511
|
-
|
1805
|
+
_setter("time_updated", time_updated)
|
1512
1806
|
if updated_by is not None:
|
1513
|
-
|
1807
|
+
_setter("updated_by", updated_by)
|
1514
1808
|
if updated_by_name is not None:
|
1515
|
-
|
1809
|
+
_setter("updated_by_name", updated_by_name)
|
1516
1810
|
|
1517
1811
|
@property
|
1518
1812
|
@pulumi.getter(name="aggregatorKey")
|
@@ -1642,16 +1936,33 @@ class WorkspaceProjectMetadataAggregator(dict):
|
|
1642
1936
|
:param str name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
1643
1937
|
:param str type: The type of the aggregator.
|
1644
1938
|
"""
|
1939
|
+
WorkspaceProjectMetadataAggregator._configure(
|
1940
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1941
|
+
description=description,
|
1942
|
+
identifier=identifier,
|
1943
|
+
key=key,
|
1944
|
+
name=name,
|
1945
|
+
type=type,
|
1946
|
+
)
|
1947
|
+
@staticmethod
|
1948
|
+
def _configure(
|
1949
|
+
_setter: Callable[[Any, Any], None],
|
1950
|
+
description: Optional[str] = None,
|
1951
|
+
identifier: Optional[str] = None,
|
1952
|
+
key: Optional[str] = None,
|
1953
|
+
name: Optional[str] = None,
|
1954
|
+
type: Optional[str] = None,
|
1955
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1645
1956
|
if description is not None:
|
1646
|
-
|
1957
|
+
_setter("description", description)
|
1647
1958
|
if identifier is not None:
|
1648
|
-
|
1959
|
+
_setter("identifier", identifier)
|
1649
1960
|
if key is not None:
|
1650
|
-
|
1961
|
+
_setter("key", key)
|
1651
1962
|
if name is not None:
|
1652
|
-
|
1963
|
+
_setter("name", name)
|
1653
1964
|
if type is not None:
|
1654
|
-
|
1965
|
+
_setter("type", type)
|
1655
1966
|
|
1656
1967
|
@property
|
1657
1968
|
@pulumi.getter
|
@@ -1718,8 +2029,17 @@ class WorkspaceProjectMetadataCountStatistic(dict):
|
|
1718
2029
|
"""
|
1719
2030
|
:param Sequence['WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
1720
2031
|
"""
|
2032
|
+
WorkspaceProjectMetadataCountStatistic._configure(
|
2033
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2034
|
+
object_type_count_lists=object_type_count_lists,
|
2035
|
+
)
|
2036
|
+
@staticmethod
|
2037
|
+
def _configure(
|
2038
|
+
_setter: Callable[[Any, Any], None],
|
2039
|
+
object_type_count_lists: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatisticObjectTypeCountList']] = None,
|
2040
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1721
2041
|
if object_type_count_lists is not None:
|
1722
|
-
|
2042
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
1723
2043
|
|
1724
2044
|
@property
|
1725
2045
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -1758,10 +2078,21 @@ class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
|
|
1758
2078
|
:param str object_count: The value for the count statistic object.
|
1759
2079
|
:param str object_type: The type of object for the count statistic object.
|
1760
2080
|
"""
|
2081
|
+
WorkspaceProjectMetadataCountStatisticObjectTypeCountList._configure(
|
2082
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2083
|
+
object_count=object_count,
|
2084
|
+
object_type=object_type,
|
2085
|
+
)
|
2086
|
+
@staticmethod
|
2087
|
+
def _configure(
|
2088
|
+
_setter: Callable[[Any, Any], None],
|
2089
|
+
object_count: Optional[str] = None,
|
2090
|
+
object_type: Optional[str] = None,
|
2091
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1761
2092
|
if object_count is not None:
|
1762
|
-
|
2093
|
+
_setter("object_count", object_count)
|
1763
2094
|
if object_type is not None:
|
1764
|
-
|
2095
|
+
_setter("object_type", object_type)
|
1765
2096
|
|
1766
2097
|
@property
|
1767
2098
|
@pulumi.getter(name="objectCount")
|
@@ -1806,10 +2137,21 @@ class WorkspaceProjectParentRef(dict):
|
|
1806
2137
|
:param str parent: Key of the parent object.
|
1807
2138
|
:param str root_doc_id: Key of the root document object.
|
1808
2139
|
"""
|
2140
|
+
WorkspaceProjectParentRef._configure(
|
2141
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2142
|
+
parent=parent,
|
2143
|
+
root_doc_id=root_doc_id,
|
2144
|
+
)
|
2145
|
+
@staticmethod
|
2146
|
+
def _configure(
|
2147
|
+
_setter: Callable[[Any, Any], None],
|
2148
|
+
parent: Optional[str] = None,
|
2149
|
+
root_doc_id: Optional[str] = None,
|
2150
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1809
2151
|
if parent is not None:
|
1810
|
-
|
2152
|
+
_setter("parent", parent)
|
1811
2153
|
if root_doc_id is not None:
|
1812
|
-
|
2154
|
+
_setter("root_doc_id", root_doc_id)
|
1813
2155
|
|
1814
2156
|
@property
|
1815
2157
|
@pulumi.getter
|
@@ -1864,16 +2206,33 @@ class WorkspaceProjectRegistryMetadata(dict):
|
|
1864
2206
|
:param Sequence[str] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
|
1865
2207
|
:param int registry_version: (Updatable) The registry version.
|
1866
2208
|
"""
|
2209
|
+
WorkspaceProjectRegistryMetadata._configure(
|
2210
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2211
|
+
aggregator_key=aggregator_key,
|
2212
|
+
is_favorite=is_favorite,
|
2213
|
+
key=key,
|
2214
|
+
labels=labels,
|
2215
|
+
registry_version=registry_version,
|
2216
|
+
)
|
2217
|
+
@staticmethod
|
2218
|
+
def _configure(
|
2219
|
+
_setter: Callable[[Any, Any], None],
|
2220
|
+
aggregator_key: Optional[str] = None,
|
2221
|
+
is_favorite: Optional[bool] = None,
|
2222
|
+
key: Optional[str] = None,
|
2223
|
+
labels: Optional[Sequence[str]] = None,
|
2224
|
+
registry_version: Optional[int] = None,
|
2225
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1867
2226
|
if aggregator_key is not None:
|
1868
|
-
|
2227
|
+
_setter("aggregator_key", aggregator_key)
|
1869
2228
|
if is_favorite is not None:
|
1870
|
-
|
2229
|
+
_setter("is_favorite", is_favorite)
|
1871
2230
|
if key is not None:
|
1872
|
-
|
2231
|
+
_setter("key", key)
|
1873
2232
|
if labels is not None:
|
1874
|
-
|
2233
|
+
_setter("labels", labels)
|
1875
2234
|
if registry_version is not None:
|
1876
|
-
|
2235
|
+
_setter("registry_version", registry_version)
|
1877
2236
|
|
1878
2237
|
@property
|
1879
2238
|
@pulumi.getter(name="aggregatorKey")
|
@@ -1935,13 +2294,34 @@ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
|
|
1935
2294
|
:param int object_version: The object version.
|
1936
2295
|
:param str type: The type of the object in patch.
|
1937
2296
|
"""
|
1938
|
-
|
1939
|
-
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
2297
|
+
GetWorkspaceApplicationDependentObjectMetadataResult._configure(
|
2298
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2299
|
+
action=action,
|
2300
|
+
identifier=identifier,
|
2301
|
+
key=key,
|
2302
|
+
name=name,
|
2303
|
+
name_path=name_path,
|
2304
|
+
object_version=object_version,
|
2305
|
+
type=type,
|
2306
|
+
)
|
2307
|
+
@staticmethod
|
2308
|
+
def _configure(
|
2309
|
+
_setter: Callable[[Any, Any], None],
|
2310
|
+
action: str,
|
2311
|
+
identifier: str,
|
2312
|
+
key: str,
|
2313
|
+
name: str,
|
2314
|
+
name_path: str,
|
2315
|
+
object_version: int,
|
2316
|
+
type: str,
|
2317
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2318
|
+
_setter("action", action)
|
2319
|
+
_setter("identifier", identifier)
|
2320
|
+
_setter("key", key)
|
2321
|
+
_setter("name", name)
|
2322
|
+
_setter("name_path", name_path)
|
2323
|
+
_setter("object_version", object_version)
|
2324
|
+
_setter("type", type)
|
1945
2325
|
|
1946
2326
|
@property
|
1947
2327
|
@pulumi.getter
|
@@ -2033,20 +2413,55 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2033
2413
|
:param str updated_by: The user that updated the object.
|
2034
2414
|
:param str updated_by_name: The user that updated the object.
|
2035
2415
|
"""
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
2040
|
-
|
2041
|
-
|
2042
|
-
|
2043
|
-
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2416
|
+
GetWorkspaceApplicationMetadataResult._configure(
|
2417
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2418
|
+
aggregator_key=aggregator_key,
|
2419
|
+
aggregators=aggregators,
|
2420
|
+
count_statistics=count_statistics,
|
2421
|
+
created_by=created_by,
|
2422
|
+
created_by_name=created_by_name,
|
2423
|
+
identifier_path=identifier_path,
|
2424
|
+
info_fields=info_fields,
|
2425
|
+
is_favorite=is_favorite,
|
2426
|
+
labels=labels,
|
2427
|
+
registry_version=registry_version,
|
2428
|
+
time_created=time_created,
|
2429
|
+
time_updated=time_updated,
|
2430
|
+
updated_by=updated_by,
|
2431
|
+
updated_by_name=updated_by_name,
|
2432
|
+
)
|
2433
|
+
@staticmethod
|
2434
|
+
def _configure(
|
2435
|
+
_setter: Callable[[Any, Any], None],
|
2436
|
+
aggregator_key: str,
|
2437
|
+
aggregators: Sequence['outputs.GetWorkspaceApplicationMetadataAggregatorResult'],
|
2438
|
+
count_statistics: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticResult'],
|
2439
|
+
created_by: str,
|
2440
|
+
created_by_name: str,
|
2441
|
+
identifier_path: str,
|
2442
|
+
info_fields: Mapping[str, Any],
|
2443
|
+
is_favorite: bool,
|
2444
|
+
labels: Sequence[str],
|
2445
|
+
registry_version: int,
|
2446
|
+
time_created: str,
|
2447
|
+
time_updated: str,
|
2448
|
+
updated_by: str,
|
2449
|
+
updated_by_name: str,
|
2450
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2451
|
+
_setter("aggregator_key", aggregator_key)
|
2452
|
+
_setter("aggregators", aggregators)
|
2453
|
+
_setter("count_statistics", count_statistics)
|
2454
|
+
_setter("created_by", created_by)
|
2455
|
+
_setter("created_by_name", created_by_name)
|
2456
|
+
_setter("identifier_path", identifier_path)
|
2457
|
+
_setter("info_fields", info_fields)
|
2458
|
+
_setter("is_favorite", is_favorite)
|
2459
|
+
_setter("labels", labels)
|
2460
|
+
_setter("registry_version", registry_version)
|
2461
|
+
_setter("time_created", time_created)
|
2462
|
+
_setter("time_updated", time_updated)
|
2463
|
+
_setter("updated_by", updated_by)
|
2464
|
+
_setter("updated_by_name", updated_by_name)
|
2050
2465
|
|
2051
2466
|
@property
|
2052
2467
|
@pulumi.getter(name="aggregatorKey")
|
@@ -2176,11 +2591,28 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
|
|
2176
2591
|
:param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
2177
2592
|
:param str type: The type of the object in patch.
|
2178
2593
|
"""
|
2179
|
-
|
2180
|
-
|
2181
|
-
|
2182
|
-
|
2183
|
-
|
2594
|
+
GetWorkspaceApplicationMetadataAggregatorResult._configure(
|
2595
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2596
|
+
description=description,
|
2597
|
+
identifier=identifier,
|
2598
|
+
key=key,
|
2599
|
+
name=name,
|
2600
|
+
type=type,
|
2601
|
+
)
|
2602
|
+
@staticmethod
|
2603
|
+
def _configure(
|
2604
|
+
_setter: Callable[[Any, Any], None],
|
2605
|
+
description: str,
|
2606
|
+
identifier: str,
|
2607
|
+
key: str,
|
2608
|
+
name: str,
|
2609
|
+
type: str,
|
2610
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2611
|
+
_setter("description", description)
|
2612
|
+
_setter("identifier", identifier)
|
2613
|
+
_setter("key", key)
|
2614
|
+
_setter("name", name)
|
2615
|
+
_setter("type", type)
|
2184
2616
|
|
2185
2617
|
@property
|
2186
2618
|
@pulumi.getter
|
@@ -2230,7 +2662,16 @@ class GetWorkspaceApplicationMetadataCountStatisticResult(dict):
|
|
2230
2662
|
"""
|
2231
2663
|
:param Sequence['GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
2232
2664
|
"""
|
2233
|
-
|
2665
|
+
GetWorkspaceApplicationMetadataCountStatisticResult._configure(
|
2666
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2667
|
+
object_type_count_lists=object_type_count_lists,
|
2668
|
+
)
|
2669
|
+
@staticmethod
|
2670
|
+
def _configure(
|
2671
|
+
_setter: Callable[[Any, Any], None],
|
2672
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult'],
|
2673
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2674
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
2234
2675
|
|
2235
2676
|
@property
|
2236
2677
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -2250,8 +2691,19 @@ class GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult(dic
|
|
2250
2691
|
:param str object_count: The value for the count statistic object.
|
2251
2692
|
:param str object_type: The type of object for the count statistic object.
|
2252
2693
|
"""
|
2253
|
-
|
2254
|
-
|
2694
|
+
GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult._configure(
|
2695
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2696
|
+
object_count=object_count,
|
2697
|
+
object_type=object_type,
|
2698
|
+
)
|
2699
|
+
@staticmethod
|
2700
|
+
def _configure(
|
2701
|
+
_setter: Callable[[Any, Any], None],
|
2702
|
+
object_count: str,
|
2703
|
+
object_type: str,
|
2704
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2705
|
+
_setter("object_count", object_count)
|
2706
|
+
_setter("object_type", object_type)
|
2255
2707
|
|
2256
2708
|
@property
|
2257
2709
|
@pulumi.getter(name="objectCount")
|
@@ -2279,8 +2731,19 @@ class GetWorkspaceApplicationParentRefResult(dict):
|
|
2279
2731
|
:param str parent: Key of the parent object.
|
2280
2732
|
:param str root_doc_id: Key of the root document object.
|
2281
2733
|
"""
|
2282
|
-
|
2283
|
-
|
2734
|
+
GetWorkspaceApplicationParentRefResult._configure(
|
2735
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2736
|
+
parent=parent,
|
2737
|
+
root_doc_id=root_doc_id,
|
2738
|
+
)
|
2739
|
+
@staticmethod
|
2740
|
+
def _configure(
|
2741
|
+
_setter: Callable[[Any, Any], None],
|
2742
|
+
parent: str,
|
2743
|
+
root_doc_id: str,
|
2744
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2745
|
+
_setter("parent", parent)
|
2746
|
+
_setter("root_doc_id", root_doc_id)
|
2284
2747
|
|
2285
2748
|
@property
|
2286
2749
|
@pulumi.getter
|
@@ -2318,13 +2781,34 @@ class GetWorkspaceApplicationPublishedObjectMetadataResult(dict):
|
|
2318
2781
|
:param int object_version: The object version.
|
2319
2782
|
:param str type: The type of the object in patch.
|
2320
2783
|
"""
|
2321
|
-
|
2322
|
-
|
2323
|
-
|
2324
|
-
|
2325
|
-
|
2326
|
-
|
2327
|
-
|
2784
|
+
GetWorkspaceApplicationPublishedObjectMetadataResult._configure(
|
2785
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2786
|
+
action=action,
|
2787
|
+
identifier=identifier,
|
2788
|
+
key=key,
|
2789
|
+
name=name,
|
2790
|
+
name_path=name_path,
|
2791
|
+
object_version=object_version,
|
2792
|
+
type=type,
|
2793
|
+
)
|
2794
|
+
@staticmethod
|
2795
|
+
def _configure(
|
2796
|
+
_setter: Callable[[Any, Any], None],
|
2797
|
+
action: str,
|
2798
|
+
identifier: str,
|
2799
|
+
key: str,
|
2800
|
+
name: str,
|
2801
|
+
name_path: str,
|
2802
|
+
object_version: int,
|
2803
|
+
type: str,
|
2804
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2805
|
+
_setter("action", action)
|
2806
|
+
_setter("identifier", identifier)
|
2807
|
+
_setter("key", key)
|
2808
|
+
_setter("name", name)
|
2809
|
+
_setter("name_path", name_path)
|
2810
|
+
_setter("object_version", object_version)
|
2811
|
+
_setter("type", type)
|
2328
2812
|
|
2329
2813
|
@property
|
2330
2814
|
@pulumi.getter
|
@@ -2398,11 +2882,28 @@ class GetWorkspaceApplicationRegistryMetadataResult(dict):
|
|
2398
2882
|
:param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
|
2399
2883
|
:param int registry_version: The registry version of the object.
|
2400
2884
|
"""
|
2401
|
-
|
2402
|
-
|
2403
|
-
|
2404
|
-
|
2405
|
-
|
2885
|
+
GetWorkspaceApplicationRegistryMetadataResult._configure(
|
2886
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2887
|
+
aggregator_key=aggregator_key,
|
2888
|
+
is_favorite=is_favorite,
|
2889
|
+
key=key,
|
2890
|
+
labels=labels,
|
2891
|
+
registry_version=registry_version,
|
2892
|
+
)
|
2893
|
+
@staticmethod
|
2894
|
+
def _configure(
|
2895
|
+
_setter: Callable[[Any, Any], None],
|
2896
|
+
aggregator_key: str,
|
2897
|
+
is_favorite: bool,
|
2898
|
+
key: str,
|
2899
|
+
labels: Sequence[str],
|
2900
|
+
registry_version: int,
|
2901
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2902
|
+
_setter("aggregator_key", aggregator_key)
|
2903
|
+
_setter("is_favorite", is_favorite)
|
2904
|
+
_setter("key", key)
|
2905
|
+
_setter("labels", labels)
|
2906
|
+
_setter("registry_version", registry_version)
|
2406
2907
|
|
2407
2908
|
@property
|
2408
2909
|
@pulumi.getter(name="aggregatorKey")
|
@@ -2459,11 +2960,28 @@ class GetWorkspaceApplicationSourceApplicationInfoResult(dict):
|
|
2459
2960
|
:param str last_patch_key: The last patch key for the application.
|
2460
2961
|
:param str workspace_id: The workspace ID.
|
2461
2962
|
"""
|
2462
|
-
|
2463
|
-
|
2464
|
-
|
2465
|
-
|
2466
|
-
|
2963
|
+
GetWorkspaceApplicationSourceApplicationInfoResult._configure(
|
2964
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2965
|
+
application_key=application_key,
|
2966
|
+
application_version=application_version,
|
2967
|
+
copy_type=copy_type,
|
2968
|
+
last_patch_key=last_patch_key,
|
2969
|
+
workspace_id=workspace_id,
|
2970
|
+
)
|
2971
|
+
@staticmethod
|
2972
|
+
def _configure(
|
2973
|
+
_setter: Callable[[Any, Any], None],
|
2974
|
+
application_key: str,
|
2975
|
+
application_version: str,
|
2976
|
+
copy_type: str,
|
2977
|
+
last_patch_key: str,
|
2978
|
+
workspace_id: str,
|
2979
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2980
|
+
_setter("application_key", application_key)
|
2981
|
+
_setter("application_version", application_version)
|
2982
|
+
_setter("copy_type", copy_type)
|
2983
|
+
_setter("last_patch_key", last_patch_key)
|
2984
|
+
_setter("workspace_id", workspace_id)
|
2467
2985
|
|
2468
2986
|
@property
|
2469
2987
|
@pulumi.getter(name="applicationKey")
|
@@ -2507,7 +3025,16 @@ class GetWorkspaceApplicationSourceApplicationInfoResult(dict):
|
|
2507
3025
|
class GetWorkspaceApplicationsApplicationSummaryCollectionResult(dict):
|
2508
3026
|
def __init__(__self__, *,
|
2509
3027
|
items: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemResult']):
|
2510
|
-
|
3028
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionResult._configure(
|
3029
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3030
|
+
items=items,
|
3031
|
+
)
|
3032
|
+
@staticmethod
|
3033
|
+
def _configure(
|
3034
|
+
_setter: Callable[[Any, Any], None],
|
3035
|
+
items: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemResult'],
|
3036
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3037
|
+
_setter("items", items)
|
2511
3038
|
|
2512
3039
|
@property
|
2513
3040
|
@pulumi.getter
|
@@ -2571,32 +3098,91 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemResult(dict):
|
|
2571
3098
|
:param str time_updated: The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
|
2572
3099
|
:param str workspace_id: The workspace ID.
|
2573
3100
|
"""
|
2574
|
-
|
2575
|
-
|
2576
|
-
|
2577
|
-
|
2578
|
-
|
2579
|
-
|
2580
|
-
|
2581
|
-
|
2582
|
-
|
2583
|
-
|
2584
|
-
|
2585
|
-
|
2586
|
-
|
2587
|
-
|
2588
|
-
|
2589
|
-
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
2594
|
-
|
2595
|
-
|
2596
|
-
|
2597
|
-
|
2598
|
-
|
2599
|
-
|
3101
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemResult._configure(
|
3102
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3103
|
+
application_version=application_version,
|
3104
|
+
compartment_id=compartment_id,
|
3105
|
+
defined_tags=defined_tags,
|
3106
|
+
dependent_object_metadatas=dependent_object_metadatas,
|
3107
|
+
description=description,
|
3108
|
+
display_name=display_name,
|
3109
|
+
freeform_tags=freeform_tags,
|
3110
|
+
id=id,
|
3111
|
+
identifier=identifier,
|
3112
|
+
key=key,
|
3113
|
+
key_map=key_map,
|
3114
|
+
metadatas=metadatas,
|
3115
|
+
model_type=model_type,
|
3116
|
+
model_version=model_version,
|
3117
|
+
name=name,
|
3118
|
+
object_status=object_status,
|
3119
|
+
object_version=object_version,
|
3120
|
+
parent_reves=parent_reves,
|
3121
|
+
published_object_metadatas=published_object_metadatas,
|
3122
|
+
registry_metadatas=registry_metadatas,
|
3123
|
+
source_application_infos=source_application_infos,
|
3124
|
+
state=state,
|
3125
|
+
time_created=time_created,
|
3126
|
+
time_patched=time_patched,
|
3127
|
+
time_updated=time_updated,
|
3128
|
+
workspace_id=workspace_id,
|
3129
|
+
)
|
3130
|
+
@staticmethod
|
3131
|
+
def _configure(
|
3132
|
+
_setter: Callable[[Any, Any], None],
|
3133
|
+
application_version: int,
|
3134
|
+
compartment_id: str,
|
3135
|
+
defined_tags: Mapping[str, Any],
|
3136
|
+
dependent_object_metadatas: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadataResult'],
|
3137
|
+
description: str,
|
3138
|
+
display_name: str,
|
3139
|
+
freeform_tags: Mapping[str, Any],
|
3140
|
+
id: str,
|
3141
|
+
identifier: str,
|
3142
|
+
key: str,
|
3143
|
+
key_map: Mapping[str, Any],
|
3144
|
+
metadatas: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataResult'],
|
3145
|
+
model_type: str,
|
3146
|
+
model_version: str,
|
3147
|
+
name: str,
|
3148
|
+
object_status: int,
|
3149
|
+
object_version: int,
|
3150
|
+
parent_reves: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRefResult'],
|
3151
|
+
published_object_metadatas: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadataResult'],
|
3152
|
+
registry_metadatas: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadataResult'],
|
3153
|
+
source_application_infos: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfoResult'],
|
3154
|
+
state: str,
|
3155
|
+
time_created: str,
|
3156
|
+
time_patched: str,
|
3157
|
+
time_updated: str,
|
3158
|
+
workspace_id: str,
|
3159
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3160
|
+
_setter("application_version", application_version)
|
3161
|
+
_setter("compartment_id", compartment_id)
|
3162
|
+
_setter("defined_tags", defined_tags)
|
3163
|
+
_setter("dependent_object_metadatas", dependent_object_metadatas)
|
3164
|
+
_setter("description", description)
|
3165
|
+
_setter("display_name", display_name)
|
3166
|
+
_setter("freeform_tags", freeform_tags)
|
3167
|
+
_setter("id", id)
|
3168
|
+
_setter("identifier", identifier)
|
3169
|
+
_setter("key", key)
|
3170
|
+
_setter("key_map", key_map)
|
3171
|
+
_setter("metadatas", metadatas)
|
3172
|
+
_setter("model_type", model_type)
|
3173
|
+
_setter("model_version", model_version)
|
3174
|
+
_setter("name", name)
|
3175
|
+
_setter("object_status", object_status)
|
3176
|
+
_setter("object_version", object_version)
|
3177
|
+
_setter("parent_reves", parent_reves)
|
3178
|
+
_setter("published_object_metadatas", published_object_metadatas)
|
3179
|
+
_setter("registry_metadatas", registry_metadatas)
|
3180
|
+
_setter("source_application_infos", source_application_infos)
|
3181
|
+
_setter("state", state)
|
3182
|
+
_setter("time_created", time_created)
|
3183
|
+
_setter("time_patched", time_patched)
|
3184
|
+
_setter("time_updated", time_updated)
|
3185
|
+
_setter("workspace_id", workspace_id)
|
2600
3186
|
|
2601
3187
|
@property
|
2602
3188
|
@pulumi.getter(name="applicationVersion")
|
@@ -2823,13 +3409,34 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMet
|
|
2823
3409
|
:param int object_version: The object version.
|
2824
3410
|
:param str type: The type of the object in patch.
|
2825
3411
|
"""
|
2826
|
-
|
2827
|
-
|
2828
|
-
|
2829
|
-
|
2830
|
-
|
2831
|
-
|
2832
|
-
|
3412
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemDependentObjectMetadataResult._configure(
|
3413
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3414
|
+
action=action,
|
3415
|
+
identifier=identifier,
|
3416
|
+
key=key,
|
3417
|
+
name=name,
|
3418
|
+
name_path=name_path,
|
3419
|
+
object_version=object_version,
|
3420
|
+
type=type,
|
3421
|
+
)
|
3422
|
+
@staticmethod
|
3423
|
+
def _configure(
|
3424
|
+
_setter: Callable[[Any, Any], None],
|
3425
|
+
action: str,
|
3426
|
+
identifier: str,
|
3427
|
+
key: str,
|
3428
|
+
name: str,
|
3429
|
+
name_path: str,
|
3430
|
+
object_version: int,
|
3431
|
+
type: str,
|
3432
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3433
|
+
_setter("action", action)
|
3434
|
+
_setter("identifier", identifier)
|
3435
|
+
_setter("key", key)
|
3436
|
+
_setter("name", name)
|
3437
|
+
_setter("name_path", name_path)
|
3438
|
+
_setter("object_version", object_version)
|
3439
|
+
_setter("type", type)
|
2833
3440
|
|
2834
3441
|
@property
|
2835
3442
|
@pulumi.getter
|
@@ -2921,20 +3528,55 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataResult(dic
|
|
2921
3528
|
:param str updated_by: The user that updated the object.
|
2922
3529
|
:param str updated_by_name: The user that updated the object.
|
2923
3530
|
"""
|
2924
|
-
|
2925
|
-
|
2926
|
-
|
2927
|
-
|
2928
|
-
|
2929
|
-
|
2930
|
-
|
2931
|
-
|
2932
|
-
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
|
3531
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataResult._configure(
|
3532
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3533
|
+
aggregator_key=aggregator_key,
|
3534
|
+
aggregators=aggregators,
|
3535
|
+
count_statistics=count_statistics,
|
3536
|
+
created_by=created_by,
|
3537
|
+
created_by_name=created_by_name,
|
3538
|
+
identifier_path=identifier_path,
|
3539
|
+
info_fields=info_fields,
|
3540
|
+
is_favorite=is_favorite,
|
3541
|
+
labels=labels,
|
3542
|
+
registry_version=registry_version,
|
3543
|
+
time_created=time_created,
|
3544
|
+
time_updated=time_updated,
|
3545
|
+
updated_by=updated_by,
|
3546
|
+
updated_by_name=updated_by_name,
|
3547
|
+
)
|
3548
|
+
@staticmethod
|
3549
|
+
def _configure(
|
3550
|
+
_setter: Callable[[Any, Any], None],
|
3551
|
+
aggregator_key: str,
|
3552
|
+
aggregators: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregatorResult'],
|
3553
|
+
count_statistics: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatisticResult'],
|
3554
|
+
created_by: str,
|
3555
|
+
created_by_name: str,
|
3556
|
+
identifier_path: str,
|
3557
|
+
info_fields: Mapping[str, Any],
|
3558
|
+
is_favorite: bool,
|
3559
|
+
labels: Sequence[str],
|
3560
|
+
registry_version: int,
|
3561
|
+
time_created: str,
|
3562
|
+
time_updated: str,
|
3563
|
+
updated_by: str,
|
3564
|
+
updated_by_name: str,
|
3565
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3566
|
+
_setter("aggregator_key", aggregator_key)
|
3567
|
+
_setter("aggregators", aggregators)
|
3568
|
+
_setter("count_statistics", count_statistics)
|
3569
|
+
_setter("created_by", created_by)
|
3570
|
+
_setter("created_by_name", created_by_name)
|
3571
|
+
_setter("identifier_path", identifier_path)
|
3572
|
+
_setter("info_fields", info_fields)
|
3573
|
+
_setter("is_favorite", is_favorite)
|
3574
|
+
_setter("labels", labels)
|
3575
|
+
_setter("registry_version", registry_version)
|
3576
|
+
_setter("time_created", time_created)
|
3577
|
+
_setter("time_updated", time_updated)
|
3578
|
+
_setter("updated_by", updated_by)
|
3579
|
+
_setter("updated_by_name", updated_by_name)
|
2938
3580
|
|
2939
3581
|
@property
|
2940
3582
|
@pulumi.getter(name="aggregatorKey")
|
@@ -3064,11 +3706,28 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregator
|
|
3064
3706
|
:param str name: Used to filter by the name of the object.
|
3065
3707
|
:param str type: The type of the object in patch.
|
3066
3708
|
"""
|
3067
|
-
|
3068
|
-
|
3069
|
-
|
3070
|
-
|
3071
|
-
|
3709
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataAggregatorResult._configure(
|
3710
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3711
|
+
description=description,
|
3712
|
+
identifier=identifier,
|
3713
|
+
key=key,
|
3714
|
+
name=name,
|
3715
|
+
type=type,
|
3716
|
+
)
|
3717
|
+
@staticmethod
|
3718
|
+
def _configure(
|
3719
|
+
_setter: Callable[[Any, Any], None],
|
3720
|
+
description: str,
|
3721
|
+
identifier: str,
|
3722
|
+
key: str,
|
3723
|
+
name: str,
|
3724
|
+
type: str,
|
3725
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3726
|
+
_setter("description", description)
|
3727
|
+
_setter("identifier", identifier)
|
3728
|
+
_setter("key", key)
|
3729
|
+
_setter("name", name)
|
3730
|
+
_setter("type", type)
|
3072
3731
|
|
3073
3732
|
@property
|
3074
3733
|
@pulumi.getter
|
@@ -3118,7 +3777,16 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStati
|
|
3118
3777
|
"""
|
3119
3778
|
:param Sequence['GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
3120
3779
|
"""
|
3121
|
-
|
3780
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatisticResult._configure(
|
3781
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3782
|
+
object_type_count_lists=object_type_count_lists,
|
3783
|
+
)
|
3784
|
+
@staticmethod
|
3785
|
+
def _configure(
|
3786
|
+
_setter: Callable[[Any, Any], None],
|
3787
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult'],
|
3788
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3789
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
3122
3790
|
|
3123
3791
|
@property
|
3124
3792
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -3138,8 +3806,19 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStati
|
|
3138
3806
|
:param str object_count: The value for the count statistic object.
|
3139
3807
|
:param str object_type: The type of object for the count statistic object.
|
3140
3808
|
"""
|
3141
|
-
|
3142
|
-
|
3809
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult._configure(
|
3810
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3811
|
+
object_count=object_count,
|
3812
|
+
object_type=object_type,
|
3813
|
+
)
|
3814
|
+
@staticmethod
|
3815
|
+
def _configure(
|
3816
|
+
_setter: Callable[[Any, Any], None],
|
3817
|
+
object_count: str,
|
3818
|
+
object_type: str,
|
3819
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3820
|
+
_setter("object_count", object_count)
|
3821
|
+
_setter("object_type", object_type)
|
3143
3822
|
|
3144
3823
|
@property
|
3145
3824
|
@pulumi.getter(name="objectCount")
|
@@ -3167,8 +3846,19 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRefResult(di
|
|
3167
3846
|
:param str parent: Key of the parent object.
|
3168
3847
|
:param str root_doc_id: Key of the root document object.
|
3169
3848
|
"""
|
3170
|
-
|
3171
|
-
|
3849
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemParentRefResult._configure(
|
3850
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3851
|
+
parent=parent,
|
3852
|
+
root_doc_id=root_doc_id,
|
3853
|
+
)
|
3854
|
+
@staticmethod
|
3855
|
+
def _configure(
|
3856
|
+
_setter: Callable[[Any, Any], None],
|
3857
|
+
parent: str,
|
3858
|
+
root_doc_id: str,
|
3859
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3860
|
+
_setter("parent", parent)
|
3861
|
+
_setter("root_doc_id", root_doc_id)
|
3172
3862
|
|
3173
3863
|
@property
|
3174
3864
|
@pulumi.getter
|
@@ -3206,13 +3896,34 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMet
|
|
3206
3896
|
:param int object_version: The object version.
|
3207
3897
|
:param str type: The type of the object in patch.
|
3208
3898
|
"""
|
3209
|
-
|
3210
|
-
|
3211
|
-
|
3212
|
-
|
3213
|
-
|
3214
|
-
|
3215
|
-
|
3899
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemPublishedObjectMetadataResult._configure(
|
3900
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3901
|
+
action=action,
|
3902
|
+
identifier=identifier,
|
3903
|
+
key=key,
|
3904
|
+
name=name,
|
3905
|
+
name_path=name_path,
|
3906
|
+
object_version=object_version,
|
3907
|
+
type=type,
|
3908
|
+
)
|
3909
|
+
@staticmethod
|
3910
|
+
def _configure(
|
3911
|
+
_setter: Callable[[Any, Any], None],
|
3912
|
+
action: str,
|
3913
|
+
identifier: str,
|
3914
|
+
key: str,
|
3915
|
+
name: str,
|
3916
|
+
name_path: str,
|
3917
|
+
object_version: int,
|
3918
|
+
type: str,
|
3919
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3920
|
+
_setter("action", action)
|
3921
|
+
_setter("identifier", identifier)
|
3922
|
+
_setter("key", key)
|
3923
|
+
_setter("name", name)
|
3924
|
+
_setter("name_path", name_path)
|
3925
|
+
_setter("object_version", object_version)
|
3926
|
+
_setter("type", type)
|
3216
3927
|
|
3217
3928
|
@property
|
3218
3929
|
@pulumi.getter
|
@@ -3286,11 +3997,28 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadataRe
|
|
3286
3997
|
:param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
|
3287
3998
|
:param int registry_version: The registry version of the object.
|
3288
3999
|
"""
|
3289
|
-
|
3290
|
-
|
3291
|
-
|
3292
|
-
|
3293
|
-
|
4000
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemRegistryMetadataResult._configure(
|
4001
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4002
|
+
aggregator_key=aggregator_key,
|
4003
|
+
is_favorite=is_favorite,
|
4004
|
+
key=key,
|
4005
|
+
labels=labels,
|
4006
|
+
registry_version=registry_version,
|
4007
|
+
)
|
4008
|
+
@staticmethod
|
4009
|
+
def _configure(
|
4010
|
+
_setter: Callable[[Any, Any], None],
|
4011
|
+
aggregator_key: str,
|
4012
|
+
is_favorite: bool,
|
4013
|
+
key: str,
|
4014
|
+
labels: Sequence[str],
|
4015
|
+
registry_version: int,
|
4016
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4017
|
+
_setter("aggregator_key", aggregator_key)
|
4018
|
+
_setter("is_favorite", is_favorite)
|
4019
|
+
_setter("key", key)
|
4020
|
+
_setter("labels", labels)
|
4021
|
+
_setter("registry_version", registry_version)
|
3294
4022
|
|
3295
4023
|
@property
|
3296
4024
|
@pulumi.getter(name="aggregatorKey")
|
@@ -3347,11 +4075,28 @@ class GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationI
|
|
3347
4075
|
:param str last_patch_key: The last patch key for the application.
|
3348
4076
|
:param str workspace_id: The workspace ID.
|
3349
4077
|
"""
|
3350
|
-
|
3351
|
-
|
3352
|
-
|
3353
|
-
|
3354
|
-
|
4078
|
+
GetWorkspaceApplicationsApplicationSummaryCollectionItemSourceApplicationInfoResult._configure(
|
4079
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4080
|
+
application_key=application_key,
|
4081
|
+
application_version=application_version,
|
4082
|
+
copy_type=copy_type,
|
4083
|
+
last_patch_key=last_patch_key,
|
4084
|
+
workspace_id=workspace_id,
|
4085
|
+
)
|
4086
|
+
@staticmethod
|
4087
|
+
def _configure(
|
4088
|
+
_setter: Callable[[Any, Any], None],
|
4089
|
+
application_key: str,
|
4090
|
+
application_version: str,
|
4091
|
+
copy_type: str,
|
4092
|
+
last_patch_key: str,
|
4093
|
+
workspace_id: str,
|
4094
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4095
|
+
_setter("application_key", application_key)
|
4096
|
+
_setter("application_version", application_version)
|
4097
|
+
_setter("copy_type", copy_type)
|
4098
|
+
_setter("last_patch_key", last_patch_key)
|
4099
|
+
_setter("workspace_id", workspace_id)
|
3355
4100
|
|
3356
4101
|
@property
|
3357
4102
|
@pulumi.getter(name="applicationKey")
|
@@ -3400,10 +4145,23 @@ class GetWorkspaceApplicationsFilterResult(dict):
|
|
3400
4145
|
"""
|
3401
4146
|
:param str name: Used to filter by the name of the object.
|
3402
4147
|
"""
|
3403
|
-
|
3404
|
-
|
4148
|
+
GetWorkspaceApplicationsFilterResult._configure(
|
4149
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4150
|
+
name=name,
|
4151
|
+
values=values,
|
4152
|
+
regex=regex,
|
4153
|
+
)
|
4154
|
+
@staticmethod
|
4155
|
+
def _configure(
|
4156
|
+
_setter: Callable[[Any, Any], None],
|
4157
|
+
name: str,
|
4158
|
+
values: Sequence[str],
|
4159
|
+
regex: Optional[bool] = None,
|
4160
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4161
|
+
_setter("name", name)
|
4162
|
+
_setter("values", values)
|
3405
4163
|
if regex is not None:
|
3406
|
-
|
4164
|
+
_setter("regex", regex)
|
3407
4165
|
|
3408
4166
|
@property
|
3409
4167
|
@pulumi.getter
|
@@ -3457,20 +4215,55 @@ class GetWorkspaceFolderMetadataResult(dict):
|
|
3457
4215
|
:param str updated_by: The user that updated the object.
|
3458
4216
|
:param str updated_by_name: The user that updated the object.
|
3459
4217
|
"""
|
3460
|
-
|
3461
|
-
|
3462
|
-
|
3463
|
-
|
3464
|
-
|
3465
|
-
|
3466
|
-
|
3467
|
-
|
3468
|
-
|
3469
|
-
|
3470
|
-
|
3471
|
-
|
3472
|
-
|
3473
|
-
|
4218
|
+
GetWorkspaceFolderMetadataResult._configure(
|
4219
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4220
|
+
aggregator_key=aggregator_key,
|
4221
|
+
aggregators=aggregators,
|
4222
|
+
count_statistics=count_statistics,
|
4223
|
+
created_by=created_by,
|
4224
|
+
created_by_name=created_by_name,
|
4225
|
+
identifier_path=identifier_path,
|
4226
|
+
info_fields=info_fields,
|
4227
|
+
is_favorite=is_favorite,
|
4228
|
+
labels=labels,
|
4229
|
+
registry_version=registry_version,
|
4230
|
+
time_created=time_created,
|
4231
|
+
time_updated=time_updated,
|
4232
|
+
updated_by=updated_by,
|
4233
|
+
updated_by_name=updated_by_name,
|
4234
|
+
)
|
4235
|
+
@staticmethod
|
4236
|
+
def _configure(
|
4237
|
+
_setter: Callable[[Any, Any], None],
|
4238
|
+
aggregator_key: str,
|
4239
|
+
aggregators: Sequence['outputs.GetWorkspaceFolderMetadataAggregatorResult'],
|
4240
|
+
count_statistics: Sequence['outputs.GetWorkspaceFolderMetadataCountStatisticResult'],
|
4241
|
+
created_by: str,
|
4242
|
+
created_by_name: str,
|
4243
|
+
identifier_path: str,
|
4244
|
+
info_fields: Mapping[str, Any],
|
4245
|
+
is_favorite: bool,
|
4246
|
+
labels: Sequence[str],
|
4247
|
+
registry_version: int,
|
4248
|
+
time_created: str,
|
4249
|
+
time_updated: str,
|
4250
|
+
updated_by: str,
|
4251
|
+
updated_by_name: str,
|
4252
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4253
|
+
_setter("aggregator_key", aggregator_key)
|
4254
|
+
_setter("aggregators", aggregators)
|
4255
|
+
_setter("count_statistics", count_statistics)
|
4256
|
+
_setter("created_by", created_by)
|
4257
|
+
_setter("created_by_name", created_by_name)
|
4258
|
+
_setter("identifier_path", identifier_path)
|
4259
|
+
_setter("info_fields", info_fields)
|
4260
|
+
_setter("is_favorite", is_favorite)
|
4261
|
+
_setter("labels", labels)
|
4262
|
+
_setter("registry_version", registry_version)
|
4263
|
+
_setter("time_created", time_created)
|
4264
|
+
_setter("time_updated", time_updated)
|
4265
|
+
_setter("updated_by", updated_by)
|
4266
|
+
_setter("updated_by_name", updated_by_name)
|
3474
4267
|
|
3475
4268
|
@property
|
3476
4269
|
@pulumi.getter(name="aggregatorKey")
|
@@ -3600,11 +4393,28 @@ class GetWorkspaceFolderMetadataAggregatorResult(dict):
|
|
3600
4393
|
:param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
3601
4394
|
:param str type: The type of the aggregator.
|
3602
4395
|
"""
|
3603
|
-
|
3604
|
-
|
3605
|
-
|
3606
|
-
|
3607
|
-
|
4396
|
+
GetWorkspaceFolderMetadataAggregatorResult._configure(
|
4397
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4398
|
+
description=description,
|
4399
|
+
identifier=identifier,
|
4400
|
+
key=key,
|
4401
|
+
name=name,
|
4402
|
+
type=type,
|
4403
|
+
)
|
4404
|
+
@staticmethod
|
4405
|
+
def _configure(
|
4406
|
+
_setter: Callable[[Any, Any], None],
|
4407
|
+
description: str,
|
4408
|
+
identifier: str,
|
4409
|
+
key: str,
|
4410
|
+
name: str,
|
4411
|
+
type: str,
|
4412
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4413
|
+
_setter("description", description)
|
4414
|
+
_setter("identifier", identifier)
|
4415
|
+
_setter("key", key)
|
4416
|
+
_setter("name", name)
|
4417
|
+
_setter("type", type)
|
3608
4418
|
|
3609
4419
|
@property
|
3610
4420
|
@pulumi.getter
|
@@ -3654,7 +4464,16 @@ class GetWorkspaceFolderMetadataCountStatisticResult(dict):
|
|
3654
4464
|
"""
|
3655
4465
|
:param Sequence['GetWorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
3656
4466
|
"""
|
3657
|
-
|
4467
|
+
GetWorkspaceFolderMetadataCountStatisticResult._configure(
|
4468
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4469
|
+
object_type_count_lists=object_type_count_lists,
|
4470
|
+
)
|
4471
|
+
@staticmethod
|
4472
|
+
def _configure(
|
4473
|
+
_setter: Callable[[Any, Any], None],
|
4474
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceFolderMetadataCountStatisticObjectTypeCountListResult'],
|
4475
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4476
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
3658
4477
|
|
3659
4478
|
@property
|
3660
4479
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -3674,8 +4493,19 @@ class GetWorkspaceFolderMetadataCountStatisticObjectTypeCountListResult(dict):
|
|
3674
4493
|
:param str object_count: The value for the count statistic object.
|
3675
4494
|
:param str object_type: The type of object for the count statistic object.
|
3676
4495
|
"""
|
3677
|
-
|
3678
|
-
|
4496
|
+
GetWorkspaceFolderMetadataCountStatisticObjectTypeCountListResult._configure(
|
4497
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4498
|
+
object_count=object_count,
|
4499
|
+
object_type=object_type,
|
4500
|
+
)
|
4501
|
+
@staticmethod
|
4502
|
+
def _configure(
|
4503
|
+
_setter: Callable[[Any, Any], None],
|
4504
|
+
object_count: str,
|
4505
|
+
object_type: str,
|
4506
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4507
|
+
_setter("object_count", object_count)
|
4508
|
+
_setter("object_type", object_type)
|
3679
4509
|
|
3680
4510
|
@property
|
3681
4511
|
@pulumi.getter(name="objectCount")
|
@@ -3703,8 +4533,19 @@ class GetWorkspaceFolderParentRefResult(dict):
|
|
3703
4533
|
:param str parent: Key of the parent object.
|
3704
4534
|
:param str root_doc_id: Key of the root document object.
|
3705
4535
|
"""
|
3706
|
-
|
3707
|
-
|
4536
|
+
GetWorkspaceFolderParentRefResult._configure(
|
4537
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4538
|
+
parent=parent,
|
4539
|
+
root_doc_id=root_doc_id,
|
4540
|
+
)
|
4541
|
+
@staticmethod
|
4542
|
+
def _configure(
|
4543
|
+
_setter: Callable[[Any, Any], None],
|
4544
|
+
parent: str,
|
4545
|
+
root_doc_id: str,
|
4546
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4547
|
+
_setter("parent", parent)
|
4548
|
+
_setter("root_doc_id", root_doc_id)
|
3708
4549
|
|
3709
4550
|
@property
|
3710
4551
|
@pulumi.getter
|
@@ -3738,11 +4579,28 @@ class GetWorkspaceFolderRegistryMetadataResult(dict):
|
|
3738
4579
|
:param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
|
3739
4580
|
:param int registry_version: The registry version of the object.
|
3740
4581
|
"""
|
3741
|
-
|
3742
|
-
|
3743
|
-
|
3744
|
-
|
3745
|
-
|
4582
|
+
GetWorkspaceFolderRegistryMetadataResult._configure(
|
4583
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4584
|
+
aggregator_key=aggregator_key,
|
4585
|
+
is_favorite=is_favorite,
|
4586
|
+
key=key,
|
4587
|
+
labels=labels,
|
4588
|
+
registry_version=registry_version,
|
4589
|
+
)
|
4590
|
+
@staticmethod
|
4591
|
+
def _configure(
|
4592
|
+
_setter: Callable[[Any, Any], None],
|
4593
|
+
aggregator_key: str,
|
4594
|
+
is_favorite: bool,
|
4595
|
+
key: str,
|
4596
|
+
labels: Sequence[str],
|
4597
|
+
registry_version: int,
|
4598
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4599
|
+
_setter("aggregator_key", aggregator_key)
|
4600
|
+
_setter("is_favorite", is_favorite)
|
4601
|
+
_setter("key", key)
|
4602
|
+
_setter("labels", labels)
|
4603
|
+
_setter("registry_version", registry_version)
|
3746
4604
|
|
3747
4605
|
@property
|
3748
4606
|
@pulumi.getter(name="aggregatorKey")
|
@@ -3794,10 +4652,23 @@ class GetWorkspaceFoldersFilterResult(dict):
|
|
3794
4652
|
"""
|
3795
4653
|
:param str name: Used to filter by the name of the object.
|
3796
4654
|
"""
|
3797
|
-
|
3798
|
-
|
4655
|
+
GetWorkspaceFoldersFilterResult._configure(
|
4656
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4657
|
+
name=name,
|
4658
|
+
values=values,
|
4659
|
+
regex=regex,
|
4660
|
+
)
|
4661
|
+
@staticmethod
|
4662
|
+
def _configure(
|
4663
|
+
_setter: Callable[[Any, Any], None],
|
4664
|
+
name: str,
|
4665
|
+
values: Sequence[str],
|
4666
|
+
regex: Optional[bool] = None,
|
4667
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4668
|
+
_setter("name", name)
|
4669
|
+
_setter("values", values)
|
3799
4670
|
if regex is not None:
|
3800
|
-
|
4671
|
+
_setter("regex", regex)
|
3801
4672
|
|
3802
4673
|
@property
|
3803
4674
|
@pulumi.getter
|
@@ -3822,7 +4693,16 @@ class GetWorkspaceFoldersFilterResult(dict):
|
|
3822
4693
|
class GetWorkspaceFoldersFolderSummaryCollectionResult(dict):
|
3823
4694
|
def __init__(__self__, *,
|
3824
4695
|
items: Sequence['outputs.GetWorkspaceFoldersFolderSummaryCollectionItemResult']):
|
3825
|
-
|
4696
|
+
GetWorkspaceFoldersFolderSummaryCollectionResult._configure(
|
4697
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4698
|
+
items=items,
|
4699
|
+
)
|
4700
|
+
@staticmethod
|
4701
|
+
def _configure(
|
4702
|
+
_setter: Callable[[Any, Any], None],
|
4703
|
+
items: Sequence['outputs.GetWorkspaceFoldersFolderSummaryCollectionItemResult'],
|
4704
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4705
|
+
_setter("items", items)
|
3826
4706
|
|
3827
4707
|
@property
|
3828
4708
|
@pulumi.getter
|
@@ -3863,21 +4743,58 @@ class GetWorkspaceFoldersFolderSummaryCollectionItemResult(dict):
|
|
3863
4743
|
:param Sequence['GetWorkspaceFoldersFolderSummaryCollectionItemParentRefArgs'] parent_reves: A reference to the object's parent.
|
3864
4744
|
:param str workspace_id: The workspace ID.
|
3865
4745
|
"""
|
3866
|
-
|
3867
|
-
|
3868
|
-
|
3869
|
-
|
3870
|
-
|
3871
|
-
|
3872
|
-
|
3873
|
-
|
3874
|
-
|
3875
|
-
|
3876
|
-
|
3877
|
-
|
3878
|
-
|
3879
|
-
|
3880
|
-
|
4746
|
+
GetWorkspaceFoldersFolderSummaryCollectionItemResult._configure(
|
4747
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4748
|
+
category_name=category_name,
|
4749
|
+
description=description,
|
4750
|
+
folder_key=folder_key,
|
4751
|
+
identifier=identifier,
|
4752
|
+
key=key,
|
4753
|
+
key_map=key_map,
|
4754
|
+
metadatas=metadatas,
|
4755
|
+
model_type=model_type,
|
4756
|
+
model_version=model_version,
|
4757
|
+
name=name,
|
4758
|
+
object_status=object_status,
|
4759
|
+
object_version=object_version,
|
4760
|
+
parent_reves=parent_reves,
|
4761
|
+
registry_metadata=registry_metadata,
|
4762
|
+
workspace_id=workspace_id,
|
4763
|
+
)
|
4764
|
+
@staticmethod
|
4765
|
+
def _configure(
|
4766
|
+
_setter: Callable[[Any, Any], None],
|
4767
|
+
category_name: str,
|
4768
|
+
description: str,
|
4769
|
+
folder_key: str,
|
4770
|
+
identifier: str,
|
4771
|
+
key: str,
|
4772
|
+
key_map: Mapping[str, Any],
|
4773
|
+
metadatas: Sequence['outputs.GetWorkspaceFoldersFolderSummaryCollectionItemMetadataResult'],
|
4774
|
+
model_type: str,
|
4775
|
+
model_version: str,
|
4776
|
+
name: str,
|
4777
|
+
object_status: int,
|
4778
|
+
object_version: int,
|
4779
|
+
parent_reves: Sequence['outputs.GetWorkspaceFoldersFolderSummaryCollectionItemParentRefResult'],
|
4780
|
+
registry_metadata: 'outputs.GetWorkspaceFoldersFolderSummaryCollectionItemRegistryMetadataResult',
|
4781
|
+
workspace_id: str,
|
4782
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4783
|
+
_setter("category_name", category_name)
|
4784
|
+
_setter("description", description)
|
4785
|
+
_setter("folder_key", folder_key)
|
4786
|
+
_setter("identifier", identifier)
|
4787
|
+
_setter("key", key)
|
4788
|
+
_setter("key_map", key_map)
|
4789
|
+
_setter("metadatas", metadatas)
|
4790
|
+
_setter("model_type", model_type)
|
4791
|
+
_setter("model_version", model_version)
|
4792
|
+
_setter("name", name)
|
4793
|
+
_setter("object_status", object_status)
|
4794
|
+
_setter("object_version", object_version)
|
4795
|
+
_setter("parent_reves", parent_reves)
|
4796
|
+
_setter("registry_metadata", registry_metadata)
|
4797
|
+
_setter("workspace_id", workspace_id)
|
3881
4798
|
|
3882
4799
|
@property
|
3883
4800
|
@pulumi.getter(name="categoryName")
|
@@ -4027,20 +4944,55 @@ class GetWorkspaceFoldersFolderSummaryCollectionItemMetadataResult(dict):
|
|
4027
4944
|
:param str updated_by: The user that updated the object.
|
4028
4945
|
:param str updated_by_name: The user that updated the object.
|
4029
4946
|
"""
|
4030
|
-
|
4031
|
-
|
4032
|
-
|
4033
|
-
|
4034
|
-
|
4035
|
-
|
4036
|
-
|
4037
|
-
|
4038
|
-
|
4039
|
-
|
4040
|
-
|
4041
|
-
|
4042
|
-
|
4043
|
-
|
4947
|
+
GetWorkspaceFoldersFolderSummaryCollectionItemMetadataResult._configure(
|
4948
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4949
|
+
aggregator_key=aggregator_key,
|
4950
|
+
aggregators=aggregators,
|
4951
|
+
count_statistics=count_statistics,
|
4952
|
+
created_by=created_by,
|
4953
|
+
created_by_name=created_by_name,
|
4954
|
+
identifier_path=identifier_path,
|
4955
|
+
info_fields=info_fields,
|
4956
|
+
is_favorite=is_favorite,
|
4957
|
+
labels=labels,
|
4958
|
+
registry_version=registry_version,
|
4959
|
+
time_created=time_created,
|
4960
|
+
time_updated=time_updated,
|
4961
|
+
updated_by=updated_by,
|
4962
|
+
updated_by_name=updated_by_name,
|
4963
|
+
)
|
4964
|
+
@staticmethod
|
4965
|
+
def _configure(
|
4966
|
+
_setter: Callable[[Any, Any], None],
|
4967
|
+
aggregator_key: str,
|
4968
|
+
aggregators: Sequence['outputs.GetWorkspaceFoldersFolderSummaryCollectionItemMetadataAggregatorResult'],
|
4969
|
+
count_statistics: Sequence['outputs.GetWorkspaceFoldersFolderSummaryCollectionItemMetadataCountStatisticResult'],
|
4970
|
+
created_by: str,
|
4971
|
+
created_by_name: str,
|
4972
|
+
identifier_path: str,
|
4973
|
+
info_fields: Mapping[str, Any],
|
4974
|
+
is_favorite: bool,
|
4975
|
+
labels: Sequence[str],
|
4976
|
+
registry_version: int,
|
4977
|
+
time_created: str,
|
4978
|
+
time_updated: str,
|
4979
|
+
updated_by: str,
|
4980
|
+
updated_by_name: str,
|
4981
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4982
|
+
_setter("aggregator_key", aggregator_key)
|
4983
|
+
_setter("aggregators", aggregators)
|
4984
|
+
_setter("count_statistics", count_statistics)
|
4985
|
+
_setter("created_by", created_by)
|
4986
|
+
_setter("created_by_name", created_by_name)
|
4987
|
+
_setter("identifier_path", identifier_path)
|
4988
|
+
_setter("info_fields", info_fields)
|
4989
|
+
_setter("is_favorite", is_favorite)
|
4990
|
+
_setter("labels", labels)
|
4991
|
+
_setter("registry_version", registry_version)
|
4992
|
+
_setter("time_created", time_created)
|
4993
|
+
_setter("time_updated", time_updated)
|
4994
|
+
_setter("updated_by", updated_by)
|
4995
|
+
_setter("updated_by_name", updated_by_name)
|
4044
4996
|
|
4045
4997
|
@property
|
4046
4998
|
@pulumi.getter(name="aggregatorKey")
|
@@ -4170,11 +5122,28 @@ class GetWorkspaceFoldersFolderSummaryCollectionItemMetadataAggregatorResult(dic
|
|
4170
5122
|
:param str name: Used to filter by the name of the object.
|
4171
5123
|
:param str type: The type of the aggregator.
|
4172
5124
|
"""
|
4173
|
-
|
4174
|
-
|
4175
|
-
|
4176
|
-
|
4177
|
-
|
5125
|
+
GetWorkspaceFoldersFolderSummaryCollectionItemMetadataAggregatorResult._configure(
|
5126
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5127
|
+
description=description,
|
5128
|
+
identifier=identifier,
|
5129
|
+
key=key,
|
5130
|
+
name=name,
|
5131
|
+
type=type,
|
5132
|
+
)
|
5133
|
+
@staticmethod
|
5134
|
+
def _configure(
|
5135
|
+
_setter: Callable[[Any, Any], None],
|
5136
|
+
description: str,
|
5137
|
+
identifier: str,
|
5138
|
+
key: str,
|
5139
|
+
name: str,
|
5140
|
+
type: str,
|
5141
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5142
|
+
_setter("description", description)
|
5143
|
+
_setter("identifier", identifier)
|
5144
|
+
_setter("key", key)
|
5145
|
+
_setter("name", name)
|
5146
|
+
_setter("type", type)
|
4178
5147
|
|
4179
5148
|
@property
|
4180
5149
|
@pulumi.getter
|
@@ -4224,7 +5193,16 @@ class GetWorkspaceFoldersFolderSummaryCollectionItemMetadataCountStatisticResult
|
|
4224
5193
|
"""
|
4225
5194
|
:param Sequence['GetWorkspaceFoldersFolderSummaryCollectionItemMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
4226
5195
|
"""
|
4227
|
-
|
5196
|
+
GetWorkspaceFoldersFolderSummaryCollectionItemMetadataCountStatisticResult._configure(
|
5197
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5198
|
+
object_type_count_lists=object_type_count_lists,
|
5199
|
+
)
|
5200
|
+
@staticmethod
|
5201
|
+
def _configure(
|
5202
|
+
_setter: Callable[[Any, Any], None],
|
5203
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceFoldersFolderSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult'],
|
5204
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5205
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
4228
5206
|
|
4229
5207
|
@property
|
4230
5208
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -4244,8 +5222,19 @@ class GetWorkspaceFoldersFolderSummaryCollectionItemMetadataCountStatisticObject
|
|
4244
5222
|
:param str object_count: The value for the count statistic object.
|
4245
5223
|
:param str object_type: The type of object for the count statistic object.
|
4246
5224
|
"""
|
4247
|
-
|
4248
|
-
|
5225
|
+
GetWorkspaceFoldersFolderSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult._configure(
|
5226
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5227
|
+
object_count=object_count,
|
5228
|
+
object_type=object_type,
|
5229
|
+
)
|
5230
|
+
@staticmethod
|
5231
|
+
def _configure(
|
5232
|
+
_setter: Callable[[Any, Any], None],
|
5233
|
+
object_count: str,
|
5234
|
+
object_type: str,
|
5235
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5236
|
+
_setter("object_count", object_count)
|
5237
|
+
_setter("object_type", object_type)
|
4249
5238
|
|
4250
5239
|
@property
|
4251
5240
|
@pulumi.getter(name="objectCount")
|
@@ -4273,8 +5262,19 @@ class GetWorkspaceFoldersFolderSummaryCollectionItemParentRefResult(dict):
|
|
4273
5262
|
:param str parent: Key of the parent object.
|
4274
5263
|
:param str root_doc_id: Key of the root document object.
|
4275
5264
|
"""
|
4276
|
-
|
4277
|
-
|
5265
|
+
GetWorkspaceFoldersFolderSummaryCollectionItemParentRefResult._configure(
|
5266
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5267
|
+
parent=parent,
|
5268
|
+
root_doc_id=root_doc_id,
|
5269
|
+
)
|
5270
|
+
@staticmethod
|
5271
|
+
def _configure(
|
5272
|
+
_setter: Callable[[Any, Any], None],
|
5273
|
+
parent: str,
|
5274
|
+
root_doc_id: str,
|
5275
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5276
|
+
_setter("parent", parent)
|
5277
|
+
_setter("root_doc_id", root_doc_id)
|
4278
5278
|
|
4279
5279
|
@property
|
4280
5280
|
@pulumi.getter
|
@@ -4308,11 +5308,28 @@ class GetWorkspaceFoldersFolderSummaryCollectionItemRegistryMetadataResult(dict)
|
|
4308
5308
|
:param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
|
4309
5309
|
:param int registry_version: The registry version of the object.
|
4310
5310
|
"""
|
4311
|
-
|
4312
|
-
|
4313
|
-
|
4314
|
-
|
4315
|
-
|
5311
|
+
GetWorkspaceFoldersFolderSummaryCollectionItemRegistryMetadataResult._configure(
|
5312
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5313
|
+
aggregator_key=aggregator_key,
|
5314
|
+
is_favorite=is_favorite,
|
5315
|
+
key=key,
|
5316
|
+
labels=labels,
|
5317
|
+
registry_version=registry_version,
|
5318
|
+
)
|
5319
|
+
@staticmethod
|
5320
|
+
def _configure(
|
5321
|
+
_setter: Callable[[Any, Any], None],
|
5322
|
+
aggregator_key: str,
|
5323
|
+
is_favorite: bool,
|
5324
|
+
key: str,
|
5325
|
+
labels: Sequence[str],
|
5326
|
+
registry_version: int,
|
5327
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5328
|
+
_setter("aggregator_key", aggregator_key)
|
5329
|
+
_setter("is_favorite", is_favorite)
|
5330
|
+
_setter("key", key)
|
5331
|
+
_setter("labels", labels)
|
5332
|
+
_setter("registry_version", registry_version)
|
4316
5333
|
|
4317
5334
|
@property
|
4318
5335
|
@pulumi.getter(name="aggregatorKey")
|
@@ -4388,20 +5405,55 @@ class GetWorkspaceProjectMetadataResult(dict):
|
|
4388
5405
|
:param str updated_by: The user that updated the object.
|
4389
5406
|
:param str updated_by_name: The user that updated the object.
|
4390
5407
|
"""
|
4391
|
-
|
4392
|
-
|
4393
|
-
|
4394
|
-
|
4395
|
-
|
4396
|
-
|
4397
|
-
|
4398
|
-
|
4399
|
-
|
4400
|
-
|
4401
|
-
|
4402
|
-
|
4403
|
-
|
4404
|
-
|
5408
|
+
GetWorkspaceProjectMetadataResult._configure(
|
5409
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5410
|
+
aggregator_key=aggregator_key,
|
5411
|
+
aggregators=aggregators,
|
5412
|
+
count_statistics=count_statistics,
|
5413
|
+
created_by=created_by,
|
5414
|
+
created_by_name=created_by_name,
|
5415
|
+
identifier_path=identifier_path,
|
5416
|
+
info_fields=info_fields,
|
5417
|
+
is_favorite=is_favorite,
|
5418
|
+
labels=labels,
|
5419
|
+
registry_version=registry_version,
|
5420
|
+
time_created=time_created,
|
5421
|
+
time_updated=time_updated,
|
5422
|
+
updated_by=updated_by,
|
5423
|
+
updated_by_name=updated_by_name,
|
5424
|
+
)
|
5425
|
+
@staticmethod
|
5426
|
+
def _configure(
|
5427
|
+
_setter: Callable[[Any, Any], None],
|
5428
|
+
aggregator_key: str,
|
5429
|
+
aggregators: Sequence['outputs.GetWorkspaceProjectMetadataAggregatorResult'],
|
5430
|
+
count_statistics: Sequence['outputs.GetWorkspaceProjectMetadataCountStatisticResult'],
|
5431
|
+
created_by: str,
|
5432
|
+
created_by_name: str,
|
5433
|
+
identifier_path: str,
|
5434
|
+
info_fields: Mapping[str, Any],
|
5435
|
+
is_favorite: bool,
|
5436
|
+
labels: Sequence[str],
|
5437
|
+
registry_version: int,
|
5438
|
+
time_created: str,
|
5439
|
+
time_updated: str,
|
5440
|
+
updated_by: str,
|
5441
|
+
updated_by_name: str,
|
5442
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5443
|
+
_setter("aggregator_key", aggregator_key)
|
5444
|
+
_setter("aggregators", aggregators)
|
5445
|
+
_setter("count_statistics", count_statistics)
|
5446
|
+
_setter("created_by", created_by)
|
5447
|
+
_setter("created_by_name", created_by_name)
|
5448
|
+
_setter("identifier_path", identifier_path)
|
5449
|
+
_setter("info_fields", info_fields)
|
5450
|
+
_setter("is_favorite", is_favorite)
|
5451
|
+
_setter("labels", labels)
|
5452
|
+
_setter("registry_version", registry_version)
|
5453
|
+
_setter("time_created", time_created)
|
5454
|
+
_setter("time_updated", time_updated)
|
5455
|
+
_setter("updated_by", updated_by)
|
5456
|
+
_setter("updated_by_name", updated_by_name)
|
4405
5457
|
|
4406
5458
|
@property
|
4407
5459
|
@pulumi.getter(name="aggregatorKey")
|
@@ -4531,11 +5583,28 @@ class GetWorkspaceProjectMetadataAggregatorResult(dict):
|
|
4531
5583
|
:param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
4532
5584
|
:param str type: The type of the aggregator.
|
4533
5585
|
"""
|
4534
|
-
|
4535
|
-
|
4536
|
-
|
4537
|
-
|
4538
|
-
|
5586
|
+
GetWorkspaceProjectMetadataAggregatorResult._configure(
|
5587
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5588
|
+
description=description,
|
5589
|
+
identifier=identifier,
|
5590
|
+
key=key,
|
5591
|
+
name=name,
|
5592
|
+
type=type,
|
5593
|
+
)
|
5594
|
+
@staticmethod
|
5595
|
+
def _configure(
|
5596
|
+
_setter: Callable[[Any, Any], None],
|
5597
|
+
description: str,
|
5598
|
+
identifier: str,
|
5599
|
+
key: str,
|
5600
|
+
name: str,
|
5601
|
+
type: str,
|
5602
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5603
|
+
_setter("description", description)
|
5604
|
+
_setter("identifier", identifier)
|
5605
|
+
_setter("key", key)
|
5606
|
+
_setter("name", name)
|
5607
|
+
_setter("type", type)
|
4539
5608
|
|
4540
5609
|
@property
|
4541
5610
|
@pulumi.getter
|
@@ -4585,7 +5654,16 @@ class GetWorkspaceProjectMetadataCountStatisticResult(dict):
|
|
4585
5654
|
"""
|
4586
5655
|
:param Sequence['GetWorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
4587
5656
|
"""
|
4588
|
-
|
5657
|
+
GetWorkspaceProjectMetadataCountStatisticResult._configure(
|
5658
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5659
|
+
object_type_count_lists=object_type_count_lists,
|
5660
|
+
)
|
5661
|
+
@staticmethod
|
5662
|
+
def _configure(
|
5663
|
+
_setter: Callable[[Any, Any], None],
|
5664
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceProjectMetadataCountStatisticObjectTypeCountListResult'],
|
5665
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5666
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
4589
5667
|
|
4590
5668
|
@property
|
4591
5669
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -4605,8 +5683,19 @@ class GetWorkspaceProjectMetadataCountStatisticObjectTypeCountListResult(dict):
|
|
4605
5683
|
:param str object_count: The value for the count statistic object.
|
4606
5684
|
:param str object_type: The type of object for the count statistic object.
|
4607
5685
|
"""
|
4608
|
-
|
4609
|
-
|
5686
|
+
GetWorkspaceProjectMetadataCountStatisticObjectTypeCountListResult._configure(
|
5687
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5688
|
+
object_count=object_count,
|
5689
|
+
object_type=object_type,
|
5690
|
+
)
|
5691
|
+
@staticmethod
|
5692
|
+
def _configure(
|
5693
|
+
_setter: Callable[[Any, Any], None],
|
5694
|
+
object_count: str,
|
5695
|
+
object_type: str,
|
5696
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5697
|
+
_setter("object_count", object_count)
|
5698
|
+
_setter("object_type", object_type)
|
4610
5699
|
|
4611
5700
|
@property
|
4612
5701
|
@pulumi.getter(name="objectCount")
|
@@ -4634,8 +5723,19 @@ class GetWorkspaceProjectParentRefResult(dict):
|
|
4634
5723
|
:param str parent: Key of the parent object.
|
4635
5724
|
:param str root_doc_id: Key of the root document object.
|
4636
5725
|
"""
|
4637
|
-
|
4638
|
-
|
5726
|
+
GetWorkspaceProjectParentRefResult._configure(
|
5727
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5728
|
+
parent=parent,
|
5729
|
+
root_doc_id=root_doc_id,
|
5730
|
+
)
|
5731
|
+
@staticmethod
|
5732
|
+
def _configure(
|
5733
|
+
_setter: Callable[[Any, Any], None],
|
5734
|
+
parent: str,
|
5735
|
+
root_doc_id: str,
|
5736
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5737
|
+
_setter("parent", parent)
|
5738
|
+
_setter("root_doc_id", root_doc_id)
|
4639
5739
|
|
4640
5740
|
@property
|
4641
5741
|
@pulumi.getter
|
@@ -4669,11 +5769,28 @@ class GetWorkspaceProjectRegistryMetadataResult(dict):
|
|
4669
5769
|
:param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
|
4670
5770
|
:param int registry_version: The registry version of the object.
|
4671
5771
|
"""
|
4672
|
-
|
4673
|
-
|
4674
|
-
|
4675
|
-
|
4676
|
-
|
5772
|
+
GetWorkspaceProjectRegistryMetadataResult._configure(
|
5773
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5774
|
+
aggregator_key=aggregator_key,
|
5775
|
+
is_favorite=is_favorite,
|
5776
|
+
key=key,
|
5777
|
+
labels=labels,
|
5778
|
+
registry_version=registry_version,
|
5779
|
+
)
|
5780
|
+
@staticmethod
|
5781
|
+
def _configure(
|
5782
|
+
_setter: Callable[[Any, Any], None],
|
5783
|
+
aggregator_key: str,
|
5784
|
+
is_favorite: bool,
|
5785
|
+
key: str,
|
5786
|
+
labels: Sequence[str],
|
5787
|
+
registry_version: int,
|
5788
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5789
|
+
_setter("aggregator_key", aggregator_key)
|
5790
|
+
_setter("is_favorite", is_favorite)
|
5791
|
+
_setter("key", key)
|
5792
|
+
_setter("labels", labels)
|
5793
|
+
_setter("registry_version", registry_version)
|
4677
5794
|
|
4678
5795
|
@property
|
4679
5796
|
@pulumi.getter(name="aggregatorKey")
|
@@ -4725,10 +5842,23 @@ class GetWorkspaceProjectsFilterResult(dict):
|
|
4725
5842
|
"""
|
4726
5843
|
:param str name: Used to filter by the name of the object.
|
4727
5844
|
"""
|
4728
|
-
|
4729
|
-
|
5845
|
+
GetWorkspaceProjectsFilterResult._configure(
|
5846
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5847
|
+
name=name,
|
5848
|
+
values=values,
|
5849
|
+
regex=regex,
|
5850
|
+
)
|
5851
|
+
@staticmethod
|
5852
|
+
def _configure(
|
5853
|
+
_setter: Callable[[Any, Any], None],
|
5854
|
+
name: str,
|
5855
|
+
values: Sequence[str],
|
5856
|
+
regex: Optional[bool] = None,
|
5857
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5858
|
+
_setter("name", name)
|
5859
|
+
_setter("values", values)
|
4730
5860
|
if regex is not None:
|
4731
|
-
|
5861
|
+
_setter("regex", regex)
|
4732
5862
|
|
4733
5863
|
@property
|
4734
5864
|
@pulumi.getter
|
@@ -4753,7 +5883,16 @@ class GetWorkspaceProjectsFilterResult(dict):
|
|
4753
5883
|
class GetWorkspaceProjectsProjectSummaryCollectionResult(dict):
|
4754
5884
|
def __init__(__self__, *,
|
4755
5885
|
items: Sequence['outputs.GetWorkspaceProjectsProjectSummaryCollectionItemResult']):
|
4756
|
-
|
5886
|
+
GetWorkspaceProjectsProjectSummaryCollectionResult._configure(
|
5887
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5888
|
+
items=items,
|
5889
|
+
)
|
5890
|
+
@staticmethod
|
5891
|
+
def _configure(
|
5892
|
+
_setter: Callable[[Any, Any], None],
|
5893
|
+
items: Sequence['outputs.GetWorkspaceProjectsProjectSummaryCollectionItemResult'],
|
5894
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5895
|
+
_setter("items", items)
|
4757
5896
|
|
4758
5897
|
@property
|
4759
5898
|
@pulumi.getter
|
@@ -4792,20 +5931,55 @@ class GetWorkspaceProjectsProjectSummaryCollectionItemResult(dict):
|
|
4792
5931
|
:param Sequence['GetWorkspaceProjectsProjectSummaryCollectionItemParentRefArgs'] parent_reves: A reference to the object's parent.
|
4793
5932
|
:param str workspace_id: The workspace ID.
|
4794
5933
|
"""
|
4795
|
-
|
4796
|
-
|
4797
|
-
|
4798
|
-
|
4799
|
-
|
4800
|
-
|
4801
|
-
|
4802
|
-
|
4803
|
-
|
4804
|
-
|
4805
|
-
|
4806
|
-
|
4807
|
-
|
4808
|
-
|
5934
|
+
GetWorkspaceProjectsProjectSummaryCollectionItemResult._configure(
|
5935
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5936
|
+
description=description,
|
5937
|
+
identifier=identifier,
|
5938
|
+
key=key,
|
5939
|
+
key_map=key_map,
|
5940
|
+
metadatas=metadatas,
|
5941
|
+
model_type=model_type,
|
5942
|
+
model_version=model_version,
|
5943
|
+
name=name,
|
5944
|
+
object_status=object_status,
|
5945
|
+
object_version=object_version,
|
5946
|
+
parent_reves=parent_reves,
|
5947
|
+
project_key=project_key,
|
5948
|
+
registry_metadata=registry_metadata,
|
5949
|
+
workspace_id=workspace_id,
|
5950
|
+
)
|
5951
|
+
@staticmethod
|
5952
|
+
def _configure(
|
5953
|
+
_setter: Callable[[Any, Any], None],
|
5954
|
+
description: str,
|
5955
|
+
identifier: str,
|
5956
|
+
key: str,
|
5957
|
+
key_map: Mapping[str, Any],
|
5958
|
+
metadatas: Sequence['outputs.GetWorkspaceProjectsProjectSummaryCollectionItemMetadataResult'],
|
5959
|
+
model_type: str,
|
5960
|
+
model_version: str,
|
5961
|
+
name: str,
|
5962
|
+
object_status: int,
|
5963
|
+
object_version: int,
|
5964
|
+
parent_reves: Sequence['outputs.GetWorkspaceProjectsProjectSummaryCollectionItemParentRefResult'],
|
5965
|
+
project_key: str,
|
5966
|
+
registry_metadata: 'outputs.GetWorkspaceProjectsProjectSummaryCollectionItemRegistryMetadataResult',
|
5967
|
+
workspace_id: str,
|
5968
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5969
|
+
_setter("description", description)
|
5970
|
+
_setter("identifier", identifier)
|
5971
|
+
_setter("key", key)
|
5972
|
+
_setter("key_map", key_map)
|
5973
|
+
_setter("metadatas", metadatas)
|
5974
|
+
_setter("model_type", model_type)
|
5975
|
+
_setter("model_version", model_version)
|
5976
|
+
_setter("name", name)
|
5977
|
+
_setter("object_status", object_status)
|
5978
|
+
_setter("object_version", object_version)
|
5979
|
+
_setter("parent_reves", parent_reves)
|
5980
|
+
_setter("project_key", project_key)
|
5981
|
+
_setter("registry_metadata", registry_metadata)
|
5982
|
+
_setter("workspace_id", workspace_id)
|
4809
5983
|
|
4810
5984
|
@property
|
4811
5985
|
@pulumi.getter
|
@@ -4947,20 +6121,55 @@ class GetWorkspaceProjectsProjectSummaryCollectionItemMetadataResult(dict):
|
|
4947
6121
|
:param str updated_by: The user that updated the object.
|
4948
6122
|
:param str updated_by_name: The user that updated the object.
|
4949
6123
|
"""
|
4950
|
-
|
4951
|
-
|
4952
|
-
|
4953
|
-
|
4954
|
-
|
4955
|
-
|
4956
|
-
|
4957
|
-
|
4958
|
-
|
4959
|
-
|
4960
|
-
|
4961
|
-
|
4962
|
-
|
4963
|
-
|
6124
|
+
GetWorkspaceProjectsProjectSummaryCollectionItemMetadataResult._configure(
|
6125
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6126
|
+
aggregator_key=aggregator_key,
|
6127
|
+
aggregators=aggregators,
|
6128
|
+
count_statistics=count_statistics,
|
6129
|
+
created_by=created_by,
|
6130
|
+
created_by_name=created_by_name,
|
6131
|
+
identifier_path=identifier_path,
|
6132
|
+
info_fields=info_fields,
|
6133
|
+
is_favorite=is_favorite,
|
6134
|
+
labels=labels,
|
6135
|
+
registry_version=registry_version,
|
6136
|
+
time_created=time_created,
|
6137
|
+
time_updated=time_updated,
|
6138
|
+
updated_by=updated_by,
|
6139
|
+
updated_by_name=updated_by_name,
|
6140
|
+
)
|
6141
|
+
@staticmethod
|
6142
|
+
def _configure(
|
6143
|
+
_setter: Callable[[Any, Any], None],
|
6144
|
+
aggregator_key: str,
|
6145
|
+
aggregators: Sequence['outputs.GetWorkspaceProjectsProjectSummaryCollectionItemMetadataAggregatorResult'],
|
6146
|
+
count_statistics: Sequence['outputs.GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticResult'],
|
6147
|
+
created_by: str,
|
6148
|
+
created_by_name: str,
|
6149
|
+
identifier_path: str,
|
6150
|
+
info_fields: Mapping[str, Any],
|
6151
|
+
is_favorite: bool,
|
6152
|
+
labels: Sequence[str],
|
6153
|
+
registry_version: int,
|
6154
|
+
time_created: str,
|
6155
|
+
time_updated: str,
|
6156
|
+
updated_by: str,
|
6157
|
+
updated_by_name: str,
|
6158
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6159
|
+
_setter("aggregator_key", aggregator_key)
|
6160
|
+
_setter("aggregators", aggregators)
|
6161
|
+
_setter("count_statistics", count_statistics)
|
6162
|
+
_setter("created_by", created_by)
|
6163
|
+
_setter("created_by_name", created_by_name)
|
6164
|
+
_setter("identifier_path", identifier_path)
|
6165
|
+
_setter("info_fields", info_fields)
|
6166
|
+
_setter("is_favorite", is_favorite)
|
6167
|
+
_setter("labels", labels)
|
6168
|
+
_setter("registry_version", registry_version)
|
6169
|
+
_setter("time_created", time_created)
|
6170
|
+
_setter("time_updated", time_updated)
|
6171
|
+
_setter("updated_by", updated_by)
|
6172
|
+
_setter("updated_by_name", updated_by_name)
|
4964
6173
|
|
4965
6174
|
@property
|
4966
6175
|
@pulumi.getter(name="aggregatorKey")
|
@@ -5090,11 +6299,28 @@ class GetWorkspaceProjectsProjectSummaryCollectionItemMetadataAggregatorResult(d
|
|
5090
6299
|
:param str name: Used to filter by the name of the object.
|
5091
6300
|
:param str type: The type of the aggregator.
|
5092
6301
|
"""
|
5093
|
-
|
5094
|
-
|
5095
|
-
|
5096
|
-
|
5097
|
-
|
6302
|
+
GetWorkspaceProjectsProjectSummaryCollectionItemMetadataAggregatorResult._configure(
|
6303
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6304
|
+
description=description,
|
6305
|
+
identifier=identifier,
|
6306
|
+
key=key,
|
6307
|
+
name=name,
|
6308
|
+
type=type,
|
6309
|
+
)
|
6310
|
+
@staticmethod
|
6311
|
+
def _configure(
|
6312
|
+
_setter: Callable[[Any, Any], None],
|
6313
|
+
description: str,
|
6314
|
+
identifier: str,
|
6315
|
+
key: str,
|
6316
|
+
name: str,
|
6317
|
+
type: str,
|
6318
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6319
|
+
_setter("description", description)
|
6320
|
+
_setter("identifier", identifier)
|
6321
|
+
_setter("key", key)
|
6322
|
+
_setter("name", name)
|
6323
|
+
_setter("type", type)
|
5098
6324
|
|
5099
6325
|
@property
|
5100
6326
|
@pulumi.getter
|
@@ -5144,7 +6370,16 @@ class GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticResu
|
|
5144
6370
|
"""
|
5145
6371
|
:param Sequence['GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
5146
6372
|
"""
|
5147
|
-
|
6373
|
+
GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticResult._configure(
|
6374
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6375
|
+
object_type_count_lists=object_type_count_lists,
|
6376
|
+
)
|
6377
|
+
@staticmethod
|
6378
|
+
def _configure(
|
6379
|
+
_setter: Callable[[Any, Any], None],
|
6380
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult'],
|
6381
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6382
|
+
_setter("object_type_count_lists", object_type_count_lists)
|
5148
6383
|
|
5149
6384
|
@property
|
5150
6385
|
@pulumi.getter(name="objectTypeCountLists")
|
@@ -5164,8 +6399,19 @@ class GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticObje
|
|
5164
6399
|
:param str object_count: The value for the count statistic object.
|
5165
6400
|
:param str object_type: The type of object for the count statistic object.
|
5166
6401
|
"""
|
5167
|
-
|
5168
|
-
|
6402
|
+
GetWorkspaceProjectsProjectSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult._configure(
|
6403
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6404
|
+
object_count=object_count,
|
6405
|
+
object_type=object_type,
|
6406
|
+
)
|
6407
|
+
@staticmethod
|
6408
|
+
def _configure(
|
6409
|
+
_setter: Callable[[Any, Any], None],
|
6410
|
+
object_count: str,
|
6411
|
+
object_type: str,
|
6412
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6413
|
+
_setter("object_count", object_count)
|
6414
|
+
_setter("object_type", object_type)
|
5169
6415
|
|
5170
6416
|
@property
|
5171
6417
|
@pulumi.getter(name="objectCount")
|
@@ -5193,8 +6439,19 @@ class GetWorkspaceProjectsProjectSummaryCollectionItemParentRefResult(dict):
|
|
5193
6439
|
:param str parent: Key of the parent object.
|
5194
6440
|
:param str root_doc_id: Key of the root document object.
|
5195
6441
|
"""
|
5196
|
-
|
5197
|
-
|
6442
|
+
GetWorkspaceProjectsProjectSummaryCollectionItemParentRefResult._configure(
|
6443
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6444
|
+
parent=parent,
|
6445
|
+
root_doc_id=root_doc_id,
|
6446
|
+
)
|
6447
|
+
@staticmethod
|
6448
|
+
def _configure(
|
6449
|
+
_setter: Callable[[Any, Any], None],
|
6450
|
+
parent: str,
|
6451
|
+
root_doc_id: str,
|
6452
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6453
|
+
_setter("parent", parent)
|
6454
|
+
_setter("root_doc_id", root_doc_id)
|
5198
6455
|
|
5199
6456
|
@property
|
5200
6457
|
@pulumi.getter
|
@@ -5228,11 +6485,28 @@ class GetWorkspaceProjectsProjectSummaryCollectionItemRegistryMetadataResult(dic
|
|
5228
6485
|
:param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
|
5229
6486
|
:param int registry_version: The registry version of the object.
|
5230
6487
|
"""
|
5231
|
-
|
5232
|
-
|
5233
|
-
|
5234
|
-
|
5235
|
-
|
6488
|
+
GetWorkspaceProjectsProjectSummaryCollectionItemRegistryMetadataResult._configure(
|
6489
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6490
|
+
aggregator_key=aggregator_key,
|
6491
|
+
is_favorite=is_favorite,
|
6492
|
+
key=key,
|
6493
|
+
labels=labels,
|
6494
|
+
registry_version=registry_version,
|
6495
|
+
)
|
6496
|
+
@staticmethod
|
6497
|
+
def _configure(
|
6498
|
+
_setter: Callable[[Any, Any], None],
|
6499
|
+
aggregator_key: str,
|
6500
|
+
is_favorite: bool,
|
6501
|
+
key: str,
|
6502
|
+
labels: Sequence[str],
|
6503
|
+
registry_version: int,
|
6504
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6505
|
+
_setter("aggregator_key", aggregator_key)
|
6506
|
+
_setter("is_favorite", is_favorite)
|
6507
|
+
_setter("key", key)
|
6508
|
+
_setter("labels", labels)
|
6509
|
+
_setter("registry_version", registry_version)
|
5236
6510
|
|
5237
6511
|
@property
|
5238
6512
|
@pulumi.getter(name="aggregatorKey")
|
@@ -5284,10 +6558,23 @@ class GetWorkspacesFilterResult(dict):
|
|
5284
6558
|
"""
|
5285
6559
|
:param str name: Used to filter by the name of the object.
|
5286
6560
|
"""
|
5287
|
-
|
5288
|
-
|
6561
|
+
GetWorkspacesFilterResult._configure(
|
6562
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6563
|
+
name=name,
|
6564
|
+
values=values,
|
6565
|
+
regex=regex,
|
6566
|
+
)
|
6567
|
+
@staticmethod
|
6568
|
+
def _configure(
|
6569
|
+
_setter: Callable[[Any, Any], None],
|
6570
|
+
name: str,
|
6571
|
+
values: Sequence[str],
|
6572
|
+
regex: Optional[bool] = None,
|
6573
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6574
|
+
_setter("name", name)
|
6575
|
+
_setter("values", values)
|
5289
6576
|
if regex is not None:
|
5290
|
-
|
6577
|
+
_setter("regex", regex)
|
5291
6578
|
|
5292
6579
|
@property
|
5293
6580
|
@pulumi.getter
|
@@ -5354,29 +6641,82 @@ class GetWorkspacesWorkspaceResult(dict):
|
|
5354
6641
|
:param str time_updated: The date and time the workspace was updated, in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
5355
6642
|
:param str vcn_id: The OCID of the VCN the subnet is in.
|
5356
6643
|
"""
|
5357
|
-
|
5358
|
-
|
5359
|
-
|
5360
|
-
|
5361
|
-
|
5362
|
-
|
5363
|
-
|
5364
|
-
|
5365
|
-
|
5366
|
-
|
5367
|
-
|
5368
|
-
|
5369
|
-
|
5370
|
-
|
5371
|
-
|
5372
|
-
|
5373
|
-
|
5374
|
-
|
5375
|
-
|
5376
|
-
|
5377
|
-
|
5378
|
-
|
5379
|
-
|
6644
|
+
GetWorkspacesWorkspaceResult._configure(
|
6645
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6646
|
+
compartment_id=compartment_id,
|
6647
|
+
defined_tags=defined_tags,
|
6648
|
+
description=description,
|
6649
|
+
display_name=display_name,
|
6650
|
+
dns_server_ip=dns_server_ip,
|
6651
|
+
dns_server_zone=dns_server_zone,
|
6652
|
+
endpoint_compartment_id=endpoint_compartment_id,
|
6653
|
+
endpoint_id=endpoint_id,
|
6654
|
+
endpoint_name=endpoint_name,
|
6655
|
+
freeform_tags=freeform_tags,
|
6656
|
+
id=id,
|
6657
|
+
is_force_operation=is_force_operation,
|
6658
|
+
is_private_network_enabled=is_private_network_enabled,
|
6659
|
+
quiesce_timeout=quiesce_timeout,
|
6660
|
+
registry_compartment_id=registry_compartment_id,
|
6661
|
+
registry_id=registry_id,
|
6662
|
+
registry_name=registry_name,
|
6663
|
+
state=state,
|
6664
|
+
state_message=state_message,
|
6665
|
+
subnet_id=subnet_id,
|
6666
|
+
time_created=time_created,
|
6667
|
+
time_updated=time_updated,
|
6668
|
+
vcn_id=vcn_id,
|
6669
|
+
)
|
6670
|
+
@staticmethod
|
6671
|
+
def _configure(
|
6672
|
+
_setter: Callable[[Any, Any], None],
|
6673
|
+
compartment_id: str,
|
6674
|
+
defined_tags: Mapping[str, Any],
|
6675
|
+
description: str,
|
6676
|
+
display_name: str,
|
6677
|
+
dns_server_ip: str,
|
6678
|
+
dns_server_zone: str,
|
6679
|
+
endpoint_compartment_id: str,
|
6680
|
+
endpoint_id: str,
|
6681
|
+
endpoint_name: str,
|
6682
|
+
freeform_tags: Mapping[str, Any],
|
6683
|
+
id: str,
|
6684
|
+
is_force_operation: bool,
|
6685
|
+
is_private_network_enabled: bool,
|
6686
|
+
quiesce_timeout: int,
|
6687
|
+
registry_compartment_id: str,
|
6688
|
+
registry_id: str,
|
6689
|
+
registry_name: str,
|
6690
|
+
state: str,
|
6691
|
+
state_message: str,
|
6692
|
+
subnet_id: str,
|
6693
|
+
time_created: str,
|
6694
|
+
time_updated: str,
|
6695
|
+
vcn_id: str,
|
6696
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6697
|
+
_setter("compartment_id", compartment_id)
|
6698
|
+
_setter("defined_tags", defined_tags)
|
6699
|
+
_setter("description", description)
|
6700
|
+
_setter("display_name", display_name)
|
6701
|
+
_setter("dns_server_ip", dns_server_ip)
|
6702
|
+
_setter("dns_server_zone", dns_server_zone)
|
6703
|
+
_setter("endpoint_compartment_id", endpoint_compartment_id)
|
6704
|
+
_setter("endpoint_id", endpoint_id)
|
6705
|
+
_setter("endpoint_name", endpoint_name)
|
6706
|
+
_setter("freeform_tags", freeform_tags)
|
6707
|
+
_setter("id", id)
|
6708
|
+
_setter("is_force_operation", is_force_operation)
|
6709
|
+
_setter("is_private_network_enabled", is_private_network_enabled)
|
6710
|
+
_setter("quiesce_timeout", quiesce_timeout)
|
6711
|
+
_setter("registry_compartment_id", registry_compartment_id)
|
6712
|
+
_setter("registry_id", registry_id)
|
6713
|
+
_setter("registry_name", registry_name)
|
6714
|
+
_setter("state", state)
|
6715
|
+
_setter("state_message", state_message)
|
6716
|
+
_setter("subnet_id", subnet_id)
|
6717
|
+
_setter("time_created", time_created)
|
6718
|
+
_setter("time_updated", time_updated)
|
6719
|
+
_setter("vcn_id", vcn_id)
|
5380
6720
|
|
5381
6721
|
@property
|
5382
6722
|
@pulumi.getter(name="compartmentId")
|