pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.5.0a1756190604__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.5.0a1756190604.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.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.5.0a1756190604.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/top_level.txt +0 -0
@@ -27,16 +27,25 @@ class GetConfigResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getConfig.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, apm_domain_id=None, config_id=None, config_type=None, created_by=None, defined_tags=None, description=None, dimensions=None, display_name=None, etag=None, filter_id=None, filter_text=None, freeform_tags=None, group=None, id=None, in_use_bies=None, metrics=None, namespace=None, opc_dry_run=None, options=None, rules=None, time_created=None, time_updated=None, updated_by=None):
|
30
|
+
def __init__(__self__, agent_version=None, apm_domain_id=None, attach_install_dir=None, config_id=None, config_type=None, configs=None, created_by=None, defined_tags=None, description=None, dimensions=None, display_name=None, etag=None, filter_id=None, filter_text=None, freeform_tags=None, group=None, id=None, in_use_bies=None, management_agent_id=None, match_agents_with_attribute_keys=None, match_agents_with_attribute_value=None, metrics=None, namespace=None, opc_dry_run=None, options=None, overrides=None, process_filters=None, rules=None, run_as_user=None, service_name=None, time_created=None, time_updated=None, updated_by=None):
|
31
|
+
if agent_version and not isinstance(agent_version, str):
|
32
|
+
raise TypeError("Expected argument 'agent_version' to be a str")
|
33
|
+
pulumi.set(__self__, "agent_version", agent_version)
|
31
34
|
if apm_domain_id and not isinstance(apm_domain_id, str):
|
32
35
|
raise TypeError("Expected argument 'apm_domain_id' to be a str")
|
33
36
|
pulumi.set(__self__, "apm_domain_id", apm_domain_id)
|
37
|
+
if attach_install_dir and not isinstance(attach_install_dir, str):
|
38
|
+
raise TypeError("Expected argument 'attach_install_dir' to be a str")
|
39
|
+
pulumi.set(__self__, "attach_install_dir", attach_install_dir)
|
34
40
|
if config_id and not isinstance(config_id, str):
|
35
41
|
raise TypeError("Expected argument 'config_id' to be a str")
|
36
42
|
pulumi.set(__self__, "config_id", config_id)
|
37
43
|
if config_type and not isinstance(config_type, str):
|
38
44
|
raise TypeError("Expected argument 'config_type' to be a str")
|
39
45
|
pulumi.set(__self__, "config_type", config_type)
|
46
|
+
if configs and not isinstance(configs, list):
|
47
|
+
raise TypeError("Expected argument 'configs' to be a list")
|
48
|
+
pulumi.set(__self__, "configs", configs)
|
40
49
|
if created_by and not isinstance(created_by, str):
|
41
50
|
raise TypeError("Expected argument 'created_by' to be a str")
|
42
51
|
pulumi.set(__self__, "created_by", created_by)
|
@@ -73,6 +82,15 @@ class GetConfigResult:
|
|
73
82
|
if in_use_bies and not isinstance(in_use_bies, list):
|
74
83
|
raise TypeError("Expected argument 'in_use_bies' to be a list")
|
75
84
|
pulumi.set(__self__, "in_use_bies", in_use_bies)
|
85
|
+
if management_agent_id and not isinstance(management_agent_id, str):
|
86
|
+
raise TypeError("Expected argument 'management_agent_id' to be a str")
|
87
|
+
pulumi.set(__self__, "management_agent_id", management_agent_id)
|
88
|
+
if match_agents_with_attribute_keys and not isinstance(match_agents_with_attribute_keys, list):
|
89
|
+
raise TypeError("Expected argument 'match_agents_with_attribute_keys' to be a list")
|
90
|
+
pulumi.set(__self__, "match_agents_with_attribute_keys", match_agents_with_attribute_keys)
|
91
|
+
if match_agents_with_attribute_value and not isinstance(match_agents_with_attribute_value, str):
|
92
|
+
raise TypeError("Expected argument 'match_agents_with_attribute_value' to be a str")
|
93
|
+
pulumi.set(__self__, "match_agents_with_attribute_value", match_agents_with_attribute_value)
|
76
94
|
if metrics and not isinstance(metrics, list):
|
77
95
|
raise TypeError("Expected argument 'metrics' to be a list")
|
78
96
|
pulumi.set(__self__, "metrics", metrics)
|
@@ -85,9 +103,21 @@ class GetConfigResult:
|
|
85
103
|
if options and not isinstance(options, str):
|
86
104
|
raise TypeError("Expected argument 'options' to be a str")
|
87
105
|
pulumi.set(__self__, "options", options)
|
106
|
+
if overrides and not isinstance(overrides, list):
|
107
|
+
raise TypeError("Expected argument 'overrides' to be a list")
|
108
|
+
pulumi.set(__self__, "overrides", overrides)
|
109
|
+
if process_filters and not isinstance(process_filters, list):
|
110
|
+
raise TypeError("Expected argument 'process_filters' to be a list")
|
111
|
+
pulumi.set(__self__, "process_filters", process_filters)
|
88
112
|
if rules and not isinstance(rules, list):
|
89
113
|
raise TypeError("Expected argument 'rules' to be a list")
|
90
114
|
pulumi.set(__self__, "rules", rules)
|
115
|
+
if run_as_user and not isinstance(run_as_user, str):
|
116
|
+
raise TypeError("Expected argument 'run_as_user' to be a str")
|
117
|
+
pulumi.set(__self__, "run_as_user", run_as_user)
|
118
|
+
if service_name and not isinstance(service_name, str):
|
119
|
+
raise TypeError("Expected argument 'service_name' to be a str")
|
120
|
+
pulumi.set(__self__, "service_name", service_name)
|
91
121
|
if time_created and not isinstance(time_created, str):
|
92
122
|
raise TypeError("Expected argument 'time_created' to be a str")
|
93
123
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -98,11 +128,27 @@ class GetConfigResult:
|
|
98
128
|
raise TypeError("Expected argument 'updated_by' to be a str")
|
99
129
|
pulumi.set(__self__, "updated_by", updated_by)
|
100
130
|
|
131
|
+
@_builtins.property
|
132
|
+
@pulumi.getter(name="agentVersion")
|
133
|
+
def agent_version(self) -> _builtins.str:
|
134
|
+
"""
|
135
|
+
The version of the referenced agent bundle.
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "agent_version")
|
138
|
+
|
101
139
|
@_builtins.property
|
102
140
|
@pulumi.getter(name="apmDomainId")
|
103
141
|
def apm_domain_id(self) -> _builtins.str:
|
104
142
|
return pulumi.get(self, "apm_domain_id")
|
105
143
|
|
144
|
+
@_builtins.property
|
145
|
+
@pulumi.getter(name="attachInstallDir")
|
146
|
+
def attach_install_dir(self) -> _builtins.str:
|
147
|
+
"""
|
148
|
+
The directory owned by runAsUser.
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "attach_install_dir")
|
151
|
+
|
106
152
|
@_builtins.property
|
107
153
|
@pulumi.getter(name="configId")
|
108
154
|
def config_id(self) -> _builtins.str:
|
@@ -116,6 +162,14 @@ class GetConfigResult:
|
|
116
162
|
"""
|
117
163
|
return pulumi.get(self, "config_type")
|
118
164
|
|
165
|
+
@_builtins.property
|
166
|
+
@pulumi.getter
|
167
|
+
def configs(self) -> Sequence['outputs.GetConfigConfigResult']:
|
168
|
+
"""
|
169
|
+
Collection of agent configuration files. For agents that use a single configuration file, this SHOULD contain a single entry and the file name MAY be an empty string. For multiple entries, you should use multiple blocks of `config_map`. To apply a different configuration in a subset of the agents, put this block anywhere in the body of the configuration and edit <some variable> and <some content> {{ <some variable> | default <some content> }} Example: com.oracle.apm.agent.tracer.enable.jfr = {{ isJfrEnabled | default false }} Then, in the configuration's overrides, specify a different value for <some variable> along with the desired agent filter. Example: "agentFilter": "ApplicationType='Tomcat'" "overrideMap": { "isJfrEnabled": true }
|
170
|
+
"""
|
171
|
+
return pulumi.get(self, "configs")
|
172
|
+
|
119
173
|
@_builtins.property
|
120
174
|
@pulumi.getter(name="createdBy")
|
121
175
|
def created_by(self) -> _builtins.str:
|
@@ -212,6 +266,30 @@ class GetConfigResult:
|
|
212
266
|
"""
|
213
267
|
return pulumi.get(self, "in_use_bies")
|
214
268
|
|
269
|
+
@_builtins.property
|
270
|
+
@pulumi.getter(name="managementAgentId")
|
271
|
+
def management_agent_id(self) -> _builtins.str:
|
272
|
+
"""
|
273
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent that will provision the APM Agent.
|
274
|
+
"""
|
275
|
+
return pulumi.get(self, "management_agent_id")
|
276
|
+
|
277
|
+
@_builtins.property
|
278
|
+
@pulumi.getter(name="matchAgentsWithAttributeKeys")
|
279
|
+
def match_agents_with_attribute_keys(self) -> Sequence[_builtins.str]:
|
280
|
+
"""
|
281
|
+
The agent attribute KEY by which an Agent configuration is matched to an agent. All agent configuration objects share the same key. It is [ServiceName, service.name] by default. The attribute VALUE corresponding to this KEY is in the matchAgentsWithAttributeValue field.
|
282
|
+
"""
|
283
|
+
return pulumi.get(self, "match_agents_with_attribute_keys")
|
284
|
+
|
285
|
+
@_builtins.property
|
286
|
+
@pulumi.getter(name="matchAgentsWithAttributeValue")
|
287
|
+
def match_agents_with_attribute_value(self) -> _builtins.str:
|
288
|
+
"""
|
289
|
+
The agent attribute VALUE by which an agent configuration is matched to an agent. Each agent configuration object must specify a different value. The attribute KEY corresponding to this VALUE is in the matchAgentsWithAttributeKey field.
|
290
|
+
"""
|
291
|
+
return pulumi.get(self, "match_agents_with_attribute_value")
|
292
|
+
|
215
293
|
@_builtins.property
|
216
294
|
@pulumi.getter
|
217
295
|
def metrics(self) -> Sequence['outputs.GetConfigMetricResult']:
|
@@ -241,11 +319,43 @@ class GetConfigResult:
|
|
241
319
|
"""
|
242
320
|
return pulumi.get(self, "options")
|
243
321
|
|
322
|
+
@_builtins.property
|
323
|
+
@pulumi.getter
|
324
|
+
def overrides(self) -> Sequence['outputs.GetConfigOverrideResult']:
|
325
|
+
"""
|
326
|
+
Agent configuration overrides that should apply to a subset of the agents associated with an Agent Config object.
|
327
|
+
"""
|
328
|
+
return pulumi.get(self, "overrides")
|
329
|
+
|
330
|
+
@_builtins.property
|
331
|
+
@pulumi.getter(name="processFilters")
|
332
|
+
def process_filters(self) -> Sequence[_builtins.str]:
|
333
|
+
"""
|
334
|
+
Filter patterns used to discover active Java processes for provisioning the APM Agent.
|
335
|
+
"""
|
336
|
+
return pulumi.get(self, "process_filters")
|
337
|
+
|
244
338
|
@_builtins.property
|
245
339
|
@pulumi.getter
|
246
340
|
def rules(self) -> Sequence['outputs.GetConfigRuleResult']:
|
247
341
|
return pulumi.get(self, "rules")
|
248
342
|
|
343
|
+
@_builtins.property
|
344
|
+
@pulumi.getter(name="runAsUser")
|
345
|
+
def run_as_user(self) -> _builtins.str:
|
346
|
+
"""
|
347
|
+
The OS user that should be used to discover Java processes.
|
348
|
+
"""
|
349
|
+
return pulumi.get(self, "run_as_user")
|
350
|
+
|
351
|
+
@_builtins.property
|
352
|
+
@pulumi.getter(name="serviceName")
|
353
|
+
def service_name(self) -> _builtins.str:
|
354
|
+
"""
|
355
|
+
The name of the service being monitored. This argument enables you to filter by service and view traces and other signals in the APM Explorer user interface.
|
356
|
+
"""
|
357
|
+
return pulumi.get(self, "service_name")
|
358
|
+
|
249
359
|
@_builtins.property
|
250
360
|
@pulumi.getter(name="timeCreated")
|
251
361
|
def time_created(self) -> _builtins.str:
|
@@ -277,9 +387,12 @@ class AwaitableGetConfigResult(GetConfigResult):
|
|
277
387
|
if False:
|
278
388
|
yield self
|
279
389
|
return GetConfigResult(
|
390
|
+
agent_version=self.agent_version,
|
280
391
|
apm_domain_id=self.apm_domain_id,
|
392
|
+
attach_install_dir=self.attach_install_dir,
|
281
393
|
config_id=self.config_id,
|
282
394
|
config_type=self.config_type,
|
395
|
+
configs=self.configs,
|
283
396
|
created_by=self.created_by,
|
284
397
|
defined_tags=self.defined_tags,
|
285
398
|
description=self.description,
|
@@ -292,11 +405,18 @@ class AwaitableGetConfigResult(GetConfigResult):
|
|
292
405
|
group=self.group,
|
293
406
|
id=self.id,
|
294
407
|
in_use_bies=self.in_use_bies,
|
408
|
+
management_agent_id=self.management_agent_id,
|
409
|
+
match_agents_with_attribute_keys=self.match_agents_with_attribute_keys,
|
410
|
+
match_agents_with_attribute_value=self.match_agents_with_attribute_value,
|
295
411
|
metrics=self.metrics,
|
296
412
|
namespace=self.namespace,
|
297
413
|
opc_dry_run=self.opc_dry_run,
|
298
414
|
options=self.options,
|
415
|
+
overrides=self.overrides,
|
416
|
+
process_filters=self.process_filters,
|
299
417
|
rules=self.rules,
|
418
|
+
run_as_user=self.run_as_user,
|
419
|
+
service_name=self.service_name,
|
300
420
|
time_created=self.time_created,
|
301
421
|
time_updated=self.time_updated,
|
302
422
|
updated_by=self.updated_by)
|
@@ -331,9 +451,12 @@ def get_config(apm_domain_id: Optional[_builtins.str] = None,
|
|
331
451
|
__ret__ = pulumi.runtime.invoke('oci:ApmConfig/getConfig:getConfig', __args__, opts=opts, typ=GetConfigResult).value
|
332
452
|
|
333
453
|
return AwaitableGetConfigResult(
|
454
|
+
agent_version=pulumi.get(__ret__, 'agent_version'),
|
334
455
|
apm_domain_id=pulumi.get(__ret__, 'apm_domain_id'),
|
456
|
+
attach_install_dir=pulumi.get(__ret__, 'attach_install_dir'),
|
335
457
|
config_id=pulumi.get(__ret__, 'config_id'),
|
336
458
|
config_type=pulumi.get(__ret__, 'config_type'),
|
459
|
+
configs=pulumi.get(__ret__, 'configs'),
|
337
460
|
created_by=pulumi.get(__ret__, 'created_by'),
|
338
461
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
339
462
|
description=pulumi.get(__ret__, 'description'),
|
@@ -346,11 +469,18 @@ def get_config(apm_domain_id: Optional[_builtins.str] = None,
|
|
346
469
|
group=pulumi.get(__ret__, 'group'),
|
347
470
|
id=pulumi.get(__ret__, 'id'),
|
348
471
|
in_use_bies=pulumi.get(__ret__, 'in_use_bies'),
|
472
|
+
management_agent_id=pulumi.get(__ret__, 'management_agent_id'),
|
473
|
+
match_agents_with_attribute_keys=pulumi.get(__ret__, 'match_agents_with_attribute_keys'),
|
474
|
+
match_agents_with_attribute_value=pulumi.get(__ret__, 'match_agents_with_attribute_value'),
|
349
475
|
metrics=pulumi.get(__ret__, 'metrics'),
|
350
476
|
namespace=pulumi.get(__ret__, 'namespace'),
|
351
477
|
opc_dry_run=pulumi.get(__ret__, 'opc_dry_run'),
|
352
478
|
options=pulumi.get(__ret__, 'options'),
|
479
|
+
overrides=pulumi.get(__ret__, 'overrides'),
|
480
|
+
process_filters=pulumi.get(__ret__, 'process_filters'),
|
353
481
|
rules=pulumi.get(__ret__, 'rules'),
|
482
|
+
run_as_user=pulumi.get(__ret__, 'run_as_user'),
|
483
|
+
service_name=pulumi.get(__ret__, 'service_name'),
|
354
484
|
time_created=pulumi.get(__ret__, 'time_created'),
|
355
485
|
time_updated=pulumi.get(__ret__, 'time_updated'),
|
356
486
|
updated_by=pulumi.get(__ret__, 'updated_by'))
|
@@ -382,9 +512,12 @@ def get_config_output(apm_domain_id: Optional[pulumi.Input[_builtins.str]] = Non
|
|
382
512
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
383
513
|
__ret__ = pulumi.runtime.invoke_output('oci:ApmConfig/getConfig:getConfig', __args__, opts=opts, typ=GetConfigResult)
|
384
514
|
return __ret__.apply(lambda __response__: GetConfigResult(
|
515
|
+
agent_version=pulumi.get(__response__, 'agent_version'),
|
385
516
|
apm_domain_id=pulumi.get(__response__, 'apm_domain_id'),
|
517
|
+
attach_install_dir=pulumi.get(__response__, 'attach_install_dir'),
|
386
518
|
config_id=pulumi.get(__response__, 'config_id'),
|
387
519
|
config_type=pulumi.get(__response__, 'config_type'),
|
520
|
+
configs=pulumi.get(__response__, 'configs'),
|
388
521
|
created_by=pulumi.get(__response__, 'created_by'),
|
389
522
|
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
390
523
|
description=pulumi.get(__response__, 'description'),
|
@@ -397,11 +530,18 @@ def get_config_output(apm_domain_id: Optional[pulumi.Input[_builtins.str]] = Non
|
|
397
530
|
group=pulumi.get(__response__, 'group'),
|
398
531
|
id=pulumi.get(__response__, 'id'),
|
399
532
|
in_use_bies=pulumi.get(__response__, 'in_use_bies'),
|
533
|
+
management_agent_id=pulumi.get(__response__, 'management_agent_id'),
|
534
|
+
match_agents_with_attribute_keys=pulumi.get(__response__, 'match_agents_with_attribute_keys'),
|
535
|
+
match_agents_with_attribute_value=pulumi.get(__response__, 'match_agents_with_attribute_value'),
|
400
536
|
metrics=pulumi.get(__response__, 'metrics'),
|
401
537
|
namespace=pulumi.get(__response__, 'namespace'),
|
402
538
|
opc_dry_run=pulumi.get(__response__, 'opc_dry_run'),
|
403
539
|
options=pulumi.get(__response__, 'options'),
|
540
|
+
overrides=pulumi.get(__response__, 'overrides'),
|
541
|
+
process_filters=pulumi.get(__response__, 'process_filters'),
|
404
542
|
rules=pulumi.get(__response__, 'rules'),
|
543
|
+
run_as_user=pulumi.get(__response__, 'run_as_user'),
|
544
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
405
545
|
time_created=pulumi.get(__response__, 'time_created'),
|
406
546
|
time_updated=pulumi.get(__response__, 'time_updated'),
|
407
547
|
updated_by=pulumi.get(__response__, 'updated_by')))
|
@@ -186,7 +186,7 @@ def get_configs(apm_domain_id: Optional[_builtins.str] = None,
|
|
186
186
|
|
187
187
|
|
188
188
|
:param _builtins.str apm_domain_id: The APM Domain ID the request is intended for.
|
189
|
-
:param _builtins.str config_type: A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, and
|
189
|
+
:param _builtins.str config_type: A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, APDEX, AGENT and MACS_APM_EXTENSION.
|
190
190
|
:param Sequence[_builtins.str] defined_tag_equals: A list of tag filters to apply. Only resources with a defined tag matching the value will be returned. Each item in the list has the format "{namespace}.{tagName}.{value}". All inputs are case-insensitive. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as "OR". Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as "AND".
|
191
191
|
:param Sequence[_builtins.str] defined_tag_exists: A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned. Each item in the list has the format "{namespace}.{tagName}.true" (for checking existence of a defined tag) or "{namespace}.true". All inputs are case-insensitive. Currently, only existence ("true" at the end) is supported. Absence ("false" at the end) is not supported. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as "OR". Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as "AND".
|
192
192
|
:param _builtins.str display_name: A filter to return resources that match the given display name.
|
@@ -252,7 +252,7 @@ def get_configs_output(apm_domain_id: Optional[pulumi.Input[_builtins.str]] = No
|
|
252
252
|
|
253
253
|
|
254
254
|
:param _builtins.str apm_domain_id: The APM Domain ID the request is intended for.
|
255
|
-
:param _builtins.str config_type: A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, and
|
255
|
+
:param _builtins.str config_type: A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, APDEX, AGENT and MACS_APM_EXTENSION.
|
256
256
|
:param Sequence[_builtins.str] defined_tag_equals: A list of tag filters to apply. Only resources with a defined tag matching the value will be returned. Each item in the list has the format "{namespace}.{tagName}.{value}". All inputs are case-insensitive. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as "OR". Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as "AND".
|
257
257
|
:param Sequence[_builtins.str] defined_tag_exists: A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned. Each item in the list has the format "{namespace}.{tagName}.true" (for checking existence of a defined tag) or "{namespace}.true". All inputs are case-insensitive. Currently, only existence ("true" at the end) is supported. Absence ("false" at the end) is not supported. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as "OR". Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as "AND".
|
258
258
|
:param _builtins.str display_name: A filter to return resources that match the given display name.
|