pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.4.0a1755922408__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,368 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetScheduledQueryResult',
|
20
|
+
'AwaitableGetScheduledQueryResult',
|
21
|
+
'get_scheduled_query',
|
22
|
+
'get_scheduled_query_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetScheduledQueryResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getScheduledQuery.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, apm_domain_id=None, defined_tags=None, freeform_tags=None, id=None, opc_dry_run=None, scheduled_query_description=None, scheduled_query_id=None, scheduled_query_instances=None, scheduled_query_maximum_runtime_in_seconds=None, scheduled_query_name=None, scheduled_query_next_run_in_ms=None, scheduled_query_processing_configurations=None, scheduled_query_processing_sub_type=None, scheduled_query_processing_type=None, scheduled_query_retention_criteria=None, scheduled_query_retention_period_in_ms=None, scheduled_query_schedule=None, scheduled_query_text=None, state=None, system_tags=None):
|
31
|
+
if apm_domain_id and not isinstance(apm_domain_id, str):
|
32
|
+
raise TypeError("Expected argument 'apm_domain_id' to be a str")
|
33
|
+
pulumi.set(__self__, "apm_domain_id", apm_domain_id)
|
34
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
35
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
36
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
37
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
38
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
39
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
40
|
+
if id and not isinstance(id, str):
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
42
|
+
pulumi.set(__self__, "id", id)
|
43
|
+
if opc_dry_run and not isinstance(opc_dry_run, str):
|
44
|
+
raise TypeError("Expected argument 'opc_dry_run' to be a str")
|
45
|
+
pulumi.set(__self__, "opc_dry_run", opc_dry_run)
|
46
|
+
if scheduled_query_description and not isinstance(scheduled_query_description, str):
|
47
|
+
raise TypeError("Expected argument 'scheduled_query_description' to be a str")
|
48
|
+
pulumi.set(__self__, "scheduled_query_description", scheduled_query_description)
|
49
|
+
if scheduled_query_id and not isinstance(scheduled_query_id, str):
|
50
|
+
raise TypeError("Expected argument 'scheduled_query_id' to be a str")
|
51
|
+
pulumi.set(__self__, "scheduled_query_id", scheduled_query_id)
|
52
|
+
if scheduled_query_instances and not isinstance(scheduled_query_instances, str):
|
53
|
+
raise TypeError("Expected argument 'scheduled_query_instances' to be a str")
|
54
|
+
pulumi.set(__self__, "scheduled_query_instances", scheduled_query_instances)
|
55
|
+
if scheduled_query_maximum_runtime_in_seconds and not isinstance(scheduled_query_maximum_runtime_in_seconds, str):
|
56
|
+
raise TypeError("Expected argument 'scheduled_query_maximum_runtime_in_seconds' to be a str")
|
57
|
+
pulumi.set(__self__, "scheduled_query_maximum_runtime_in_seconds", scheduled_query_maximum_runtime_in_seconds)
|
58
|
+
if scheduled_query_name and not isinstance(scheduled_query_name, str):
|
59
|
+
raise TypeError("Expected argument 'scheduled_query_name' to be a str")
|
60
|
+
pulumi.set(__self__, "scheduled_query_name", scheduled_query_name)
|
61
|
+
if scheduled_query_next_run_in_ms and not isinstance(scheduled_query_next_run_in_ms, str):
|
62
|
+
raise TypeError("Expected argument 'scheduled_query_next_run_in_ms' to be a str")
|
63
|
+
pulumi.set(__self__, "scheduled_query_next_run_in_ms", scheduled_query_next_run_in_ms)
|
64
|
+
if scheduled_query_processing_configurations and not isinstance(scheduled_query_processing_configurations, list):
|
65
|
+
raise TypeError("Expected argument 'scheduled_query_processing_configurations' to be a list")
|
66
|
+
pulumi.set(__self__, "scheduled_query_processing_configurations", scheduled_query_processing_configurations)
|
67
|
+
if scheduled_query_processing_sub_type and not isinstance(scheduled_query_processing_sub_type, str):
|
68
|
+
raise TypeError("Expected argument 'scheduled_query_processing_sub_type' to be a str")
|
69
|
+
pulumi.set(__self__, "scheduled_query_processing_sub_type", scheduled_query_processing_sub_type)
|
70
|
+
if scheduled_query_processing_type and not isinstance(scheduled_query_processing_type, str):
|
71
|
+
raise TypeError("Expected argument 'scheduled_query_processing_type' to be a str")
|
72
|
+
pulumi.set(__self__, "scheduled_query_processing_type", scheduled_query_processing_type)
|
73
|
+
if scheduled_query_retention_criteria and not isinstance(scheduled_query_retention_criteria, str):
|
74
|
+
raise TypeError("Expected argument 'scheduled_query_retention_criteria' to be a str")
|
75
|
+
pulumi.set(__self__, "scheduled_query_retention_criteria", scheduled_query_retention_criteria)
|
76
|
+
if scheduled_query_retention_period_in_ms and not isinstance(scheduled_query_retention_period_in_ms, str):
|
77
|
+
raise TypeError("Expected argument 'scheduled_query_retention_period_in_ms' to be a str")
|
78
|
+
pulumi.set(__self__, "scheduled_query_retention_period_in_ms", scheduled_query_retention_period_in_ms)
|
79
|
+
if scheduled_query_schedule and not isinstance(scheduled_query_schedule, str):
|
80
|
+
raise TypeError("Expected argument 'scheduled_query_schedule' to be a str")
|
81
|
+
pulumi.set(__self__, "scheduled_query_schedule", scheduled_query_schedule)
|
82
|
+
if scheduled_query_text and not isinstance(scheduled_query_text, str):
|
83
|
+
raise TypeError("Expected argument 'scheduled_query_text' to be a str")
|
84
|
+
pulumi.set(__self__, "scheduled_query_text", scheduled_query_text)
|
85
|
+
if state and not isinstance(state, str):
|
86
|
+
raise TypeError("Expected argument 'state' to be a str")
|
87
|
+
pulumi.set(__self__, "state", state)
|
88
|
+
if system_tags and not isinstance(system_tags, dict):
|
89
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
90
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
91
|
+
|
92
|
+
@_builtins.property
|
93
|
+
@pulumi.getter(name="apmDomainId")
|
94
|
+
def apm_domain_id(self) -> _builtins.str:
|
95
|
+
return pulumi.get(self, "apm_domain_id")
|
96
|
+
|
97
|
+
@_builtins.property
|
98
|
+
@pulumi.getter(name="definedTags")
|
99
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
100
|
+
"""
|
101
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
102
|
+
"""
|
103
|
+
return pulumi.get(self, "defined_tags")
|
104
|
+
|
105
|
+
@_builtins.property
|
106
|
+
@pulumi.getter(name="freeformTags")
|
107
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
108
|
+
"""
|
109
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
110
|
+
"""
|
111
|
+
return pulumi.get(self, "freeform_tags")
|
112
|
+
|
113
|
+
@_builtins.property
|
114
|
+
@pulumi.getter
|
115
|
+
def id(self) -> _builtins.str:
|
116
|
+
"""
|
117
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled query . An OCID is generated when the scheduled query is created.
|
118
|
+
"""
|
119
|
+
return pulumi.get(self, "id")
|
120
|
+
|
121
|
+
@_builtins.property
|
122
|
+
@pulumi.getter(name="opcDryRun")
|
123
|
+
def opc_dry_run(self) -> _builtins.str:
|
124
|
+
return pulumi.get(self, "opc_dry_run")
|
125
|
+
|
126
|
+
@_builtins.property
|
127
|
+
@pulumi.getter(name="scheduledQueryDescription")
|
128
|
+
def scheduled_query_description(self) -> _builtins.str:
|
129
|
+
"""
|
130
|
+
Description for the scheduled query.
|
131
|
+
"""
|
132
|
+
return pulumi.get(self, "scheduled_query_description")
|
133
|
+
|
134
|
+
@_builtins.property
|
135
|
+
@pulumi.getter(name="scheduledQueryId")
|
136
|
+
def scheduled_query_id(self) -> _builtins.str:
|
137
|
+
return pulumi.get(self, "scheduled_query_id")
|
138
|
+
|
139
|
+
@_builtins.property
|
140
|
+
@pulumi.getter(name="scheduledQueryInstances")
|
141
|
+
def scheduled_query_instances(self) -> _builtins.str:
|
142
|
+
"""
|
143
|
+
Scheduled query instances.
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "scheduled_query_instances")
|
146
|
+
|
147
|
+
@_builtins.property
|
148
|
+
@pulumi.getter(name="scheduledQueryMaximumRuntimeInSeconds")
|
149
|
+
def scheduled_query_maximum_runtime_in_seconds(self) -> _builtins.str:
|
150
|
+
"""
|
151
|
+
Maximum runtime for the scheduled query in seconds.
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "scheduled_query_maximum_runtime_in_seconds")
|
154
|
+
|
155
|
+
@_builtins.property
|
156
|
+
@pulumi.getter(name="scheduledQueryName")
|
157
|
+
def scheduled_query_name(self) -> _builtins.str:
|
158
|
+
"""
|
159
|
+
Name of the scheduled query.
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "scheduled_query_name")
|
162
|
+
|
163
|
+
@_builtins.property
|
164
|
+
@pulumi.getter(name="scheduledQueryNextRunInMs")
|
165
|
+
def scheduled_query_next_run_in_ms(self) -> _builtins.str:
|
166
|
+
"""
|
167
|
+
Next run for the scheduled query.
|
168
|
+
"""
|
169
|
+
return pulumi.get(self, "scheduled_query_next_run_in_ms")
|
170
|
+
|
171
|
+
@_builtins.property
|
172
|
+
@pulumi.getter(name="scheduledQueryProcessingConfigurations")
|
173
|
+
def scheduled_query_processing_configurations(self) -> Sequence['outputs.GetScheduledQueryScheduledQueryProcessingConfigurationResult']:
|
174
|
+
"""
|
175
|
+
Definition of the scheduled query processing configuration.
|
176
|
+
"""
|
177
|
+
return pulumi.get(self, "scheduled_query_processing_configurations")
|
178
|
+
|
179
|
+
@_builtins.property
|
180
|
+
@pulumi.getter(name="scheduledQueryProcessingSubType")
|
181
|
+
def scheduled_query_processing_sub_type(self) -> _builtins.str:
|
182
|
+
"""
|
183
|
+
Processing sub type of the scheduled query.
|
184
|
+
"""
|
185
|
+
return pulumi.get(self, "scheduled_query_processing_sub_type")
|
186
|
+
|
187
|
+
@_builtins.property
|
188
|
+
@pulumi.getter(name="scheduledQueryProcessingType")
|
189
|
+
def scheduled_query_processing_type(self) -> _builtins.str:
|
190
|
+
"""
|
191
|
+
Processing type of the scheduled query.
|
192
|
+
"""
|
193
|
+
return pulumi.get(self, "scheduled_query_processing_type")
|
194
|
+
|
195
|
+
@_builtins.property
|
196
|
+
@pulumi.getter(name="scheduledQueryRetentionCriteria")
|
197
|
+
def scheduled_query_retention_criteria(self) -> _builtins.str:
|
198
|
+
"""
|
199
|
+
Retention criteria for the scheduled query.
|
200
|
+
"""
|
201
|
+
return pulumi.get(self, "scheduled_query_retention_criteria")
|
202
|
+
|
203
|
+
@_builtins.property
|
204
|
+
@pulumi.getter(name="scheduledQueryRetentionPeriodInMs")
|
205
|
+
def scheduled_query_retention_period_in_ms(self) -> _builtins.str:
|
206
|
+
"""
|
207
|
+
Retention period for the scheduled query in milliseconds.
|
208
|
+
"""
|
209
|
+
return pulumi.get(self, "scheduled_query_retention_period_in_ms")
|
210
|
+
|
211
|
+
@_builtins.property
|
212
|
+
@pulumi.getter(name="scheduledQuerySchedule")
|
213
|
+
def scheduled_query_schedule(self) -> _builtins.str:
|
214
|
+
"""
|
215
|
+
Schedule for the scheduled query.
|
216
|
+
"""
|
217
|
+
return pulumi.get(self, "scheduled_query_schedule")
|
218
|
+
|
219
|
+
@_builtins.property
|
220
|
+
@pulumi.getter(name="scheduledQueryText")
|
221
|
+
def scheduled_query_text(self) -> _builtins.str:
|
222
|
+
"""
|
223
|
+
Scheduled query to be run.
|
224
|
+
"""
|
225
|
+
return pulumi.get(self, "scheduled_query_text")
|
226
|
+
|
227
|
+
@_builtins.property
|
228
|
+
@pulumi.getter
|
229
|
+
def state(self) -> _builtins.str:
|
230
|
+
"""
|
231
|
+
The current lifecycle state of the Scheduled Query.
|
232
|
+
"""
|
233
|
+
return pulumi.get(self, "state")
|
234
|
+
|
235
|
+
@_builtins.property
|
236
|
+
@pulumi.getter(name="systemTags")
|
237
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
238
|
+
"""
|
239
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
240
|
+
"""
|
241
|
+
return pulumi.get(self, "system_tags")
|
242
|
+
|
243
|
+
|
244
|
+
class AwaitableGetScheduledQueryResult(GetScheduledQueryResult):
|
245
|
+
# pylint: disable=using-constant-test
|
246
|
+
def __await__(self):
|
247
|
+
if False:
|
248
|
+
yield self
|
249
|
+
return GetScheduledQueryResult(
|
250
|
+
apm_domain_id=self.apm_domain_id,
|
251
|
+
defined_tags=self.defined_tags,
|
252
|
+
freeform_tags=self.freeform_tags,
|
253
|
+
id=self.id,
|
254
|
+
opc_dry_run=self.opc_dry_run,
|
255
|
+
scheduled_query_description=self.scheduled_query_description,
|
256
|
+
scheduled_query_id=self.scheduled_query_id,
|
257
|
+
scheduled_query_instances=self.scheduled_query_instances,
|
258
|
+
scheduled_query_maximum_runtime_in_seconds=self.scheduled_query_maximum_runtime_in_seconds,
|
259
|
+
scheduled_query_name=self.scheduled_query_name,
|
260
|
+
scheduled_query_next_run_in_ms=self.scheduled_query_next_run_in_ms,
|
261
|
+
scheduled_query_processing_configurations=self.scheduled_query_processing_configurations,
|
262
|
+
scheduled_query_processing_sub_type=self.scheduled_query_processing_sub_type,
|
263
|
+
scheduled_query_processing_type=self.scheduled_query_processing_type,
|
264
|
+
scheduled_query_retention_criteria=self.scheduled_query_retention_criteria,
|
265
|
+
scheduled_query_retention_period_in_ms=self.scheduled_query_retention_period_in_ms,
|
266
|
+
scheduled_query_schedule=self.scheduled_query_schedule,
|
267
|
+
scheduled_query_text=self.scheduled_query_text,
|
268
|
+
state=self.state,
|
269
|
+
system_tags=self.system_tags)
|
270
|
+
|
271
|
+
|
272
|
+
def get_scheduled_query(apm_domain_id: Optional[_builtins.str] = None,
|
273
|
+
scheduled_query_id: Optional[_builtins.str] = None,
|
274
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetScheduledQueryResult:
|
275
|
+
"""
|
276
|
+
This data source provides details about a specific Scheduled Query resource in Oracle Cloud Infrastructure Apm Traces service.
|
277
|
+
|
278
|
+
Retrieve a scheduled query in the APM Domain.
|
279
|
+
|
280
|
+
## Example Usage
|
281
|
+
|
282
|
+
```python
|
283
|
+
import pulumi
|
284
|
+
import pulumi_oci as oci
|
285
|
+
|
286
|
+
test_scheduled_query = oci.ApmTraces.get_scheduled_query(apm_domain_id=test_apm_domain["id"],
|
287
|
+
scheduled_query_id=test_scheduled_query_oci_apm_traces_scheduled_query["id"])
|
288
|
+
```
|
289
|
+
|
290
|
+
|
291
|
+
:param _builtins.str apm_domain_id: The APM Domain ID for the intended request.
|
292
|
+
:param _builtins.str scheduled_query_id: Id of the scheduled query.
|
293
|
+
"""
|
294
|
+
__args__ = dict()
|
295
|
+
__args__['apmDomainId'] = apm_domain_id
|
296
|
+
__args__['scheduledQueryId'] = scheduled_query_id
|
297
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
298
|
+
__ret__ = pulumi.runtime.invoke('oci:ApmTraces/getScheduledQuery:getScheduledQuery', __args__, opts=opts, typ=GetScheduledQueryResult).value
|
299
|
+
|
300
|
+
return AwaitableGetScheduledQueryResult(
|
301
|
+
apm_domain_id=pulumi.get(__ret__, 'apm_domain_id'),
|
302
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
303
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
304
|
+
id=pulumi.get(__ret__, 'id'),
|
305
|
+
opc_dry_run=pulumi.get(__ret__, 'opc_dry_run'),
|
306
|
+
scheduled_query_description=pulumi.get(__ret__, 'scheduled_query_description'),
|
307
|
+
scheduled_query_id=pulumi.get(__ret__, 'scheduled_query_id'),
|
308
|
+
scheduled_query_instances=pulumi.get(__ret__, 'scheduled_query_instances'),
|
309
|
+
scheduled_query_maximum_runtime_in_seconds=pulumi.get(__ret__, 'scheduled_query_maximum_runtime_in_seconds'),
|
310
|
+
scheduled_query_name=pulumi.get(__ret__, 'scheduled_query_name'),
|
311
|
+
scheduled_query_next_run_in_ms=pulumi.get(__ret__, 'scheduled_query_next_run_in_ms'),
|
312
|
+
scheduled_query_processing_configurations=pulumi.get(__ret__, 'scheduled_query_processing_configurations'),
|
313
|
+
scheduled_query_processing_sub_type=pulumi.get(__ret__, 'scheduled_query_processing_sub_type'),
|
314
|
+
scheduled_query_processing_type=pulumi.get(__ret__, 'scheduled_query_processing_type'),
|
315
|
+
scheduled_query_retention_criteria=pulumi.get(__ret__, 'scheduled_query_retention_criteria'),
|
316
|
+
scheduled_query_retention_period_in_ms=pulumi.get(__ret__, 'scheduled_query_retention_period_in_ms'),
|
317
|
+
scheduled_query_schedule=pulumi.get(__ret__, 'scheduled_query_schedule'),
|
318
|
+
scheduled_query_text=pulumi.get(__ret__, 'scheduled_query_text'),
|
319
|
+
state=pulumi.get(__ret__, 'state'),
|
320
|
+
system_tags=pulumi.get(__ret__, 'system_tags'))
|
321
|
+
def get_scheduled_query_output(apm_domain_id: Optional[pulumi.Input[_builtins.str]] = None,
|
322
|
+
scheduled_query_id: Optional[pulumi.Input[_builtins.str]] = None,
|
323
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetScheduledQueryResult]:
|
324
|
+
"""
|
325
|
+
This data source provides details about a specific Scheduled Query resource in Oracle Cloud Infrastructure Apm Traces service.
|
326
|
+
|
327
|
+
Retrieve a scheduled query in the APM Domain.
|
328
|
+
|
329
|
+
## Example Usage
|
330
|
+
|
331
|
+
```python
|
332
|
+
import pulumi
|
333
|
+
import pulumi_oci as oci
|
334
|
+
|
335
|
+
test_scheduled_query = oci.ApmTraces.get_scheduled_query(apm_domain_id=test_apm_domain["id"],
|
336
|
+
scheduled_query_id=test_scheduled_query_oci_apm_traces_scheduled_query["id"])
|
337
|
+
```
|
338
|
+
|
339
|
+
|
340
|
+
:param _builtins.str apm_domain_id: The APM Domain ID for the intended request.
|
341
|
+
:param _builtins.str scheduled_query_id: Id of the scheduled query.
|
342
|
+
"""
|
343
|
+
__args__ = dict()
|
344
|
+
__args__['apmDomainId'] = apm_domain_id
|
345
|
+
__args__['scheduledQueryId'] = scheduled_query_id
|
346
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
347
|
+
__ret__ = pulumi.runtime.invoke_output('oci:ApmTraces/getScheduledQuery:getScheduledQuery', __args__, opts=opts, typ=GetScheduledQueryResult)
|
348
|
+
return __ret__.apply(lambda __response__: GetScheduledQueryResult(
|
349
|
+
apm_domain_id=pulumi.get(__response__, 'apm_domain_id'),
|
350
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
351
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
352
|
+
id=pulumi.get(__response__, 'id'),
|
353
|
+
opc_dry_run=pulumi.get(__response__, 'opc_dry_run'),
|
354
|
+
scheduled_query_description=pulumi.get(__response__, 'scheduled_query_description'),
|
355
|
+
scheduled_query_id=pulumi.get(__response__, 'scheduled_query_id'),
|
356
|
+
scheduled_query_instances=pulumi.get(__response__, 'scheduled_query_instances'),
|
357
|
+
scheduled_query_maximum_runtime_in_seconds=pulumi.get(__response__, 'scheduled_query_maximum_runtime_in_seconds'),
|
358
|
+
scheduled_query_name=pulumi.get(__response__, 'scheduled_query_name'),
|
359
|
+
scheduled_query_next_run_in_ms=pulumi.get(__response__, 'scheduled_query_next_run_in_ms'),
|
360
|
+
scheduled_query_processing_configurations=pulumi.get(__response__, 'scheduled_query_processing_configurations'),
|
361
|
+
scheduled_query_processing_sub_type=pulumi.get(__response__, 'scheduled_query_processing_sub_type'),
|
362
|
+
scheduled_query_processing_type=pulumi.get(__response__, 'scheduled_query_processing_type'),
|
363
|
+
scheduled_query_retention_criteria=pulumi.get(__response__, 'scheduled_query_retention_criteria'),
|
364
|
+
scheduled_query_retention_period_in_ms=pulumi.get(__response__, 'scheduled_query_retention_period_in_ms'),
|
365
|
+
scheduled_query_schedule=pulumi.get(__response__, 'scheduled_query_schedule'),
|
366
|
+
scheduled_query_text=pulumi.get(__response__, 'scheduled_query_text'),
|
367
|
+
state=pulumi.get(__response__, 'state'),
|
368
|
+
system_tags=pulumi.get(__response__, 'system_tags')))
|
@@ -352,8 +352,8 @@ def get_trace(apm_domain_id: Optional[_builtins.str] = None,
|
|
352
352
|
|
353
353
|
|
354
354
|
:param _builtins.str apm_domain_id: The APM Domain ID for the intended request.
|
355
|
-
:param _builtins.str time_trace_started_greater_than_or_equal_to: Include traces that have a
|
356
|
-
:param _builtins.str time_trace_started_less_than: Include traces that have a
|
355
|
+
:param _builtins.str time_trace_started_greater_than_or_equal_to: Include traces that have a minTraceStartTime equal to or greater than this value.
|
356
|
+
:param _builtins.str time_trace_started_less_than: Include traces that have a minTraceStartTime less than this value.
|
357
357
|
:param _builtins.str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
|
358
358
|
:param _builtins.str trace_namespace: Name space from which the trace details need to be retrieved.
|
359
359
|
"""
|
@@ -418,8 +418,8 @@ def get_trace_output(apm_domain_id: Optional[pulumi.Input[_builtins.str]] = None
|
|
418
418
|
|
419
419
|
|
420
420
|
:param _builtins.str apm_domain_id: The APM Domain ID for the intended request.
|
421
|
-
:param _builtins.str time_trace_started_greater_than_or_equal_to: Include traces that have a
|
422
|
-
:param _builtins.str time_trace_started_less_than: Include traces that have a
|
421
|
+
:param _builtins.str time_trace_started_greater_than_or_equal_to: Include traces that have a minTraceStartTime equal to or greater than this value.
|
422
|
+
:param _builtins.str time_trace_started_less_than: Include traces that have a minTraceStartTime less than this value.
|
423
423
|
:param _builtins.str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
|
424
424
|
:param _builtins.str trace_namespace: Name space from which the trace details need to be retrieved.
|
425
425
|
"""
|