pulumi-oci 1.28.0__py3-none-any.whl → 1.28.0a1710997024__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 CHANGED
@@ -4049,14 +4049,6 @@ _utilities.register(
4049
4049
  "oci:Integration/integrationInstance:IntegrationInstance": "IntegrationInstance"
4050
4050
  }
4051
4051
  },
4052
- {
4053
- "pkg": "oci",
4054
- "mod": "Integration/privateEndpointOutboundConnection",
4055
- "fqn": "pulumi_oci.integration",
4056
- "classes": {
4057
- "oci:Integration/privateEndpointOutboundConnection:PrivateEndpointOutboundConnection": "PrivateEndpointOutboundConnection"
4058
- }
4059
- },
4060
4052
  {
4061
4053
  "pkg": "oci",
4062
4054
  "mod": "Jms/fleet",
@@ -97,7 +97,7 @@ def get_query_quick_picks(apm_domain_id: Optional[str] = None,
97
97
  <!--End PulumiCodeChooser -->
98
98
 
99
99
 
100
- :param str apm_domain_id: The APM Domain ID for the intended request.
100
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
101
101
  """
102
102
  __args__ = dict()
103
103
  __args__['apmDomainId'] = apm_domain_id
@@ -134,6 +134,6 @@ def get_query_quick_picks_output(apm_domain_id: Optional[pulumi.Input[str]] = No
134
134
  <!--End PulumiCodeChooser -->
135
135
 
136
136
 
137
- :param str apm_domain_id: The APM Domain ID for the intended request.
137
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
138
138
  """
139
139
  ...
@@ -22,7 +22,7 @@ class GetTraceResult:
22
22
  """
23
23
  A collection of values returned by getTrace.
24
24
  """
25
- def __init__(__self__, apm_domain_id=None, error_span_count=None, id=None, is_fault=None, key=None, root_span_duration_in_ms=None, root_span_operation_name=None, root_span_service_name=None, service_summaries=None, source_name=None, span_count=None, span_summaries=None, spans=None, time_earliest_span_started=None, time_latest_span_ended=None, time_root_span_ended=None, time_root_span_started=None, time_trace_started_greater_than_or_equal_to=None, time_trace_started_less_than=None, trace_duration_in_ms=None, trace_error_code=None, trace_error_type=None, trace_key=None, trace_namespace=None, trace_status=None):
25
+ def __init__(__self__, apm_domain_id=None, error_span_count=None, id=None, is_fault=None, key=None, root_span_duration_in_ms=None, root_span_operation_name=None, root_span_service_name=None, service_summaries=None, span_count=None, span_summaries=None, spans=None, time_earliest_span_started=None, time_latest_span_ended=None, time_root_span_ended=None, time_root_span_started=None, trace_duration_in_ms=None, trace_error_code=None, trace_error_type=None, trace_key=None, trace_status=None):
26
26
  if apm_domain_id and not isinstance(apm_domain_id, str):
27
27
  raise TypeError("Expected argument 'apm_domain_id' to be a str")
28
28
  pulumi.set(__self__, "apm_domain_id", apm_domain_id)
@@ -50,9 +50,6 @@ class GetTraceResult:
50
50
  if service_summaries and not isinstance(service_summaries, list):
51
51
  raise TypeError("Expected argument 'service_summaries' to be a list")
52
52
  pulumi.set(__self__, "service_summaries", service_summaries)
53
- if source_name and not isinstance(source_name, str):
54
- raise TypeError("Expected argument 'source_name' to be a str")
55
- pulumi.set(__self__, "source_name", source_name)
56
53
  if span_count and not isinstance(span_count, int):
57
54
  raise TypeError("Expected argument 'span_count' to be a int")
58
55
  pulumi.set(__self__, "span_count", span_count)
@@ -74,12 +71,6 @@ class GetTraceResult:
74
71
  if time_root_span_started and not isinstance(time_root_span_started, str):
75
72
  raise TypeError("Expected argument 'time_root_span_started' to be a str")
76
73
  pulumi.set(__self__, "time_root_span_started", time_root_span_started)
77
- if time_trace_started_greater_than_or_equal_to and not isinstance(time_trace_started_greater_than_or_equal_to, str):
78
- raise TypeError("Expected argument 'time_trace_started_greater_than_or_equal_to' to be a str")
79
- pulumi.set(__self__, "time_trace_started_greater_than_or_equal_to", time_trace_started_greater_than_or_equal_to)
80
- if time_trace_started_less_than and not isinstance(time_trace_started_less_than, str):
81
- raise TypeError("Expected argument 'time_trace_started_less_than' to be a str")
82
- pulumi.set(__self__, "time_trace_started_less_than", time_trace_started_less_than)
83
74
  if trace_duration_in_ms and not isinstance(trace_duration_in_ms, int):
84
75
  raise TypeError("Expected argument 'trace_duration_in_ms' to be a int")
85
76
  pulumi.set(__self__, "trace_duration_in_ms", trace_duration_in_ms)
@@ -92,9 +83,6 @@ class GetTraceResult:
92
83
  if trace_key and not isinstance(trace_key, str):
93
84
  raise TypeError("Expected argument 'trace_key' to be a str")
94
85
  pulumi.set(__self__, "trace_key", trace_key)
95
- if trace_namespace and not isinstance(trace_namespace, str):
96
- raise TypeError("Expected argument 'trace_namespace' to be a str")
97
- pulumi.set(__self__, "trace_namespace", trace_namespace)
98
86
  if trace_status and not isinstance(trace_status, str):
99
87
  raise TypeError("Expected argument 'trace_status' to be a str")
100
88
  pulumi.set(__self__, "trace_status", trace_status)
@@ -168,14 +156,6 @@ class GetTraceResult:
168
156
  """
169
157
  return pulumi.get(self, "service_summaries")
170
158
 
171
- @property
172
- @pulumi.getter(name="sourceName")
173
- def source_name(self) -> str:
174
- """
175
- Source of span (spans, syn_spans).
176
- """
177
- return pulumi.get(self, "source_name")
178
-
179
159
  @property
180
160
  @pulumi.getter(name="spanCount")
181
161
  def span_count(self) -> int:
@@ -232,16 +212,6 @@ class GetTraceResult:
232
212
  """
233
213
  return pulumi.get(self, "time_root_span_started")
234
214
 
235
- @property
236
- @pulumi.getter(name="timeTraceStartedGreaterThanOrEqualTo")
237
- def time_trace_started_greater_than_or_equal_to(self) -> Optional[str]:
238
- return pulumi.get(self, "time_trace_started_greater_than_or_equal_to")
239
-
240
- @property
241
- @pulumi.getter(name="timeTraceStartedLessThan")
242
- def time_trace_started_less_than(self) -> Optional[str]:
243
- return pulumi.get(self, "time_trace_started_less_than")
244
-
245
215
  @property
246
216
  @pulumi.getter(name="traceDurationInMs")
247
217
  def trace_duration_in_ms(self) -> int:
@@ -274,11 +244,6 @@ class GetTraceResult:
274
244
  """
275
245
  return pulumi.get(self, "trace_key")
276
246
 
277
- @property
278
- @pulumi.getter(name="traceNamespace")
279
- def trace_namespace(self) -> Optional[str]:
280
- return pulumi.get(self, "trace_namespace")
281
-
282
247
  @property
283
248
  @pulumi.getter(name="traceStatus")
284
249
  def trace_status(self) -> str:
@@ -303,7 +268,6 @@ class AwaitableGetTraceResult(GetTraceResult):
303
268
  root_span_operation_name=self.root_span_operation_name,
304
269
  root_span_service_name=self.root_span_service_name,
305
270
  service_summaries=self.service_summaries,
306
- source_name=self.source_name,
307
271
  span_count=self.span_count,
308
272
  span_summaries=self.span_summaries,
309
273
  spans=self.spans,
@@ -311,21 +275,15 @@ class AwaitableGetTraceResult(GetTraceResult):
311
275
  time_latest_span_ended=self.time_latest_span_ended,
312
276
  time_root_span_ended=self.time_root_span_ended,
313
277
  time_root_span_started=self.time_root_span_started,
314
- time_trace_started_greater_than_or_equal_to=self.time_trace_started_greater_than_or_equal_to,
315
- time_trace_started_less_than=self.time_trace_started_less_than,
316
278
  trace_duration_in_ms=self.trace_duration_in_ms,
317
279
  trace_error_code=self.trace_error_code,
318
280
  trace_error_type=self.trace_error_type,
319
281
  trace_key=self.trace_key,
320
- trace_namespace=self.trace_namespace,
321
282
  trace_status=self.trace_status)
322
283
 
323
284
 
324
285
  def get_trace(apm_domain_id: Optional[str] = None,
325
- time_trace_started_greater_than_or_equal_to: Optional[str] = None,
326
- time_trace_started_less_than: Optional[str] = None,
327
286
  trace_key: Optional[str] = None,
328
- trace_namespace: Optional[str] = None,
329
287
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTraceResult:
330
288
  """
331
289
  This data source provides details about a specific Trace resource in Oracle Cloud Infrastructure Apm Traces service.
@@ -340,26 +298,17 @@ def get_trace(apm_domain_id: Optional[str] = None,
340
298
  import pulumi_oci as oci
341
299
 
342
300
  test_trace = oci.ApmTraces.get_trace(apm_domain_id=oci_apm_apm_domain["test_apm_domain"]["id"],
343
- trace_key=var["trace_trace_key"],
344
- time_trace_started_greater_than_or_equal_to=var["trace_time_trace_started_greater_than_or_equal_to"],
345
- time_trace_started_less_than=var["trace_time_trace_started_less_than"],
346
- trace_namespace=var["trace_trace_namespace"])
301
+ trace_key=var["trace_trace_key"])
347
302
  ```
348
303
  <!--End PulumiCodeChooser -->
349
304
 
350
305
 
351
- :param str apm_domain_id: The APM Domain ID for the intended request.
352
- :param str time_trace_started_greater_than_or_equal_to: Include traces that have a `minTraceStartTime` equal to or greater than this value.
353
- :param str time_trace_started_less_than: Include traces that have a `minTraceStartTime` less than this value.
306
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
354
307
  :param str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
355
- :param str trace_namespace: Name space from which the trace details need to be retrieved.
356
308
  """
357
309
  __args__ = dict()
358
310
  __args__['apmDomainId'] = apm_domain_id
359
- __args__['timeTraceStartedGreaterThanOrEqualTo'] = time_trace_started_greater_than_or_equal_to
360
- __args__['timeTraceStartedLessThan'] = time_trace_started_less_than
361
311
  __args__['traceKey'] = trace_key
362
- __args__['traceNamespace'] = trace_namespace
363
312
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
364
313
  __ret__ = pulumi.runtime.invoke('oci:ApmTraces/getTrace:getTrace', __args__, opts=opts, typ=GetTraceResult).value
365
314
 
@@ -373,7 +322,6 @@ def get_trace(apm_domain_id: Optional[str] = None,
373
322
  root_span_operation_name=pulumi.get(__ret__, 'root_span_operation_name'),
374
323
  root_span_service_name=pulumi.get(__ret__, 'root_span_service_name'),
375
324
  service_summaries=pulumi.get(__ret__, 'service_summaries'),
376
- source_name=pulumi.get(__ret__, 'source_name'),
377
325
  span_count=pulumi.get(__ret__, 'span_count'),
378
326
  span_summaries=pulumi.get(__ret__, 'span_summaries'),
379
327
  spans=pulumi.get(__ret__, 'spans'),
@@ -381,22 +329,16 @@ def get_trace(apm_domain_id: Optional[str] = None,
381
329
  time_latest_span_ended=pulumi.get(__ret__, 'time_latest_span_ended'),
382
330
  time_root_span_ended=pulumi.get(__ret__, 'time_root_span_ended'),
383
331
  time_root_span_started=pulumi.get(__ret__, 'time_root_span_started'),
384
- time_trace_started_greater_than_or_equal_to=pulumi.get(__ret__, 'time_trace_started_greater_than_or_equal_to'),
385
- time_trace_started_less_than=pulumi.get(__ret__, 'time_trace_started_less_than'),
386
332
  trace_duration_in_ms=pulumi.get(__ret__, 'trace_duration_in_ms'),
387
333
  trace_error_code=pulumi.get(__ret__, 'trace_error_code'),
388
334
  trace_error_type=pulumi.get(__ret__, 'trace_error_type'),
389
335
  trace_key=pulumi.get(__ret__, 'trace_key'),
390
- trace_namespace=pulumi.get(__ret__, 'trace_namespace'),
391
336
  trace_status=pulumi.get(__ret__, 'trace_status'))
392
337
 
393
338
 
394
339
  @_utilities.lift_output_func(get_trace)
395
340
  def get_trace_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
396
- time_trace_started_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
397
- time_trace_started_less_than: Optional[pulumi.Input[Optional[str]]] = None,
398
341
  trace_key: Optional[pulumi.Input[str]] = None,
399
- trace_namespace: Optional[pulumi.Input[Optional[str]]] = None,
400
342
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTraceResult]:
401
343
  """
402
344
  This data source provides details about a specific Trace resource in Oracle Cloud Infrastructure Apm Traces service.
@@ -411,18 +353,12 @@ def get_trace_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
411
353
  import pulumi_oci as oci
412
354
 
413
355
  test_trace = oci.ApmTraces.get_trace(apm_domain_id=oci_apm_apm_domain["test_apm_domain"]["id"],
414
- trace_key=var["trace_trace_key"],
415
- time_trace_started_greater_than_or_equal_to=var["trace_time_trace_started_greater_than_or_equal_to"],
416
- time_trace_started_less_than=var["trace_time_trace_started_less_than"],
417
- trace_namespace=var["trace_trace_namespace"])
356
+ trace_key=var["trace_trace_key"])
418
357
  ```
419
358
  <!--End PulumiCodeChooser -->
420
359
 
421
360
 
422
- :param str apm_domain_id: The APM Domain ID for the intended request.
423
- :param str time_trace_started_greater_than_or_equal_to: Include traces that have a `minTraceStartTime` equal to or greater than this value.
424
- :param str time_trace_started_less_than: Include traces that have a `minTraceStartTime` less than this value.
361
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
425
362
  :param str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
426
- :param str trace_namespace: Name space from which the trace details need to be retrieved.
427
363
  """
428
364
  ...
@@ -22,7 +22,7 @@ class GetTraceAggregatedSnapshotDataResult:
22
22
  """
23
23
  A collection of values returned by getTraceAggregatedSnapshotData.
24
24
  """
25
- def __init__(__self__, apm_domain_id=None, details=None, id=None, server_name=None, service_name=None, span_key=None, span_name=None, trace_key=None):
25
+ def __init__(__self__, apm_domain_id=None, details=None, id=None, trace_key=None):
26
26
  if apm_domain_id and not isinstance(apm_domain_id, str):
27
27
  raise TypeError("Expected argument 'apm_domain_id' to be a str")
28
28
  pulumi.set(__self__, "apm_domain_id", apm_domain_id)
@@ -32,18 +32,6 @@ class GetTraceAggregatedSnapshotDataResult:
32
32
  if id and not isinstance(id, str):
33
33
  raise TypeError("Expected argument 'id' to be a str")
34
34
  pulumi.set(__self__, "id", id)
35
- if server_name and not isinstance(server_name, str):
36
- raise TypeError("Expected argument 'server_name' to be a str")
37
- pulumi.set(__self__, "server_name", server_name)
38
- if service_name and not isinstance(service_name, str):
39
- raise TypeError("Expected argument 'service_name' to be a str")
40
- pulumi.set(__self__, "service_name", service_name)
41
- if span_key and not isinstance(span_key, str):
42
- raise TypeError("Expected argument 'span_key' to be a str")
43
- pulumi.set(__self__, "span_key", span_key)
44
- if span_name and not isinstance(span_name, str):
45
- raise TypeError("Expected argument 'span_name' to be a str")
46
- pulumi.set(__self__, "span_name", span_name)
47
35
  if trace_key and not isinstance(trace_key, str):
48
36
  raise TypeError("Expected argument 'trace_key' to be a str")
49
37
  pulumi.set(__self__, "trace_key", trace_key)
@@ -69,26 +57,6 @@ class GetTraceAggregatedSnapshotDataResult:
69
57
  """
70
58
  return pulumi.get(self, "id")
71
59
 
72
- @property
73
- @pulumi.getter(name="serverName")
74
- def server_name(self) -> Optional[str]:
75
- return pulumi.get(self, "server_name")
76
-
77
- @property
78
- @pulumi.getter(name="serviceName")
79
- def service_name(self) -> Optional[str]:
80
- return pulumi.get(self, "service_name")
81
-
82
- @property
83
- @pulumi.getter(name="spanKey")
84
- def span_key(self) -> Optional[str]:
85
- return pulumi.get(self, "span_key")
86
-
87
- @property
88
- @pulumi.getter(name="spanName")
89
- def span_name(self) -> Optional[str]:
90
- return pulumi.get(self, "span_name")
91
-
92
60
  @property
93
61
  @pulumi.getter(name="traceKey")
94
62
  def trace_key(self) -> str:
@@ -104,18 +72,10 @@ class AwaitableGetTraceAggregatedSnapshotDataResult(GetTraceAggregatedSnapshotDa
104
72
  apm_domain_id=self.apm_domain_id,
105
73
  details=self.details,
106
74
  id=self.id,
107
- server_name=self.server_name,
108
- service_name=self.service_name,
109
- span_key=self.span_key,
110
- span_name=self.span_name,
111
75
  trace_key=self.trace_key)
112
76
 
113
77
 
114
78
  def get_trace_aggregated_snapshot_data(apm_domain_id: Optional[str] = None,
115
- server_name: Optional[str] = None,
116
- service_name: Optional[str] = None,
117
- span_key: Optional[str] = None,
118
- span_name: Optional[str] = None,
119
79
  trace_key: Optional[str] = None,
120
80
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTraceAggregatedSnapshotDataResult:
121
81
  """
@@ -131,28 +91,16 @@ def get_trace_aggregated_snapshot_data(apm_domain_id: Optional[str] = None,
131
91
  import pulumi_oci as oci
132
92
 
133
93
  test_trace_aggregated_snapshot_data = oci.ApmTraces.get_trace_aggregated_snapshot_data(apm_domain_id=oci_apm_apm_domain["test_apm_domain"]["id"],
134
- trace_key=var["trace_aggregated_snapshot_data_trace_key"],
135
- server_name=var["trace_aggregated_snapshot_data_server_name"],
136
- service_name=oci_core_service["test_service"]["name"],
137
- span_key=var["trace_aggregated_snapshot_data_span_key"],
138
- span_name=var["trace_aggregated_snapshot_data_span_name"])
94
+ trace_key=var["trace_aggregated_snapshot_data_trace_key"])
139
95
  ```
140
96
  <!--End PulumiCodeChooser -->
141
97
 
142
98
 
143
- :param str apm_domain_id: The APM Domain ID for the intended request.
144
- :param str server_name: Name of the server.
145
- :param str service_name: Name associated with the service.
146
- :param str span_key: Unique Application Performance Monitoring span identifier (spanId).
147
- :param str span_name: Name of the span associated with the trace.
99
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
148
100
  :param str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
149
101
  """
150
102
  __args__ = dict()
151
103
  __args__['apmDomainId'] = apm_domain_id
152
- __args__['serverName'] = server_name
153
- __args__['serviceName'] = service_name
154
- __args__['spanKey'] = span_key
155
- __args__['spanName'] = span_name
156
104
  __args__['traceKey'] = trace_key
157
105
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
158
106
  __ret__ = pulumi.runtime.invoke('oci:ApmTraces/getTraceAggregatedSnapshotData:getTraceAggregatedSnapshotData', __args__, opts=opts, typ=GetTraceAggregatedSnapshotDataResult).value
@@ -161,19 +109,11 @@ def get_trace_aggregated_snapshot_data(apm_domain_id: Optional[str] = None,
161
109
  apm_domain_id=pulumi.get(__ret__, 'apm_domain_id'),
162
110
  details=pulumi.get(__ret__, 'details'),
163
111
  id=pulumi.get(__ret__, 'id'),
164
- server_name=pulumi.get(__ret__, 'server_name'),
165
- service_name=pulumi.get(__ret__, 'service_name'),
166
- span_key=pulumi.get(__ret__, 'span_key'),
167
- span_name=pulumi.get(__ret__, 'span_name'),
168
112
  trace_key=pulumi.get(__ret__, 'trace_key'))
169
113
 
170
114
 
171
115
  @_utilities.lift_output_func(get_trace_aggregated_snapshot_data)
172
116
  def get_trace_aggregated_snapshot_data_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
173
- server_name: Optional[pulumi.Input[Optional[str]]] = None,
174
- service_name: Optional[pulumi.Input[Optional[str]]] = None,
175
- span_key: Optional[pulumi.Input[Optional[str]]] = None,
176
- span_name: Optional[pulumi.Input[Optional[str]]] = None,
177
117
  trace_key: Optional[pulumi.Input[str]] = None,
178
118
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTraceAggregatedSnapshotDataResult]:
179
119
  """
@@ -189,20 +129,12 @@ def get_trace_aggregated_snapshot_data_output(apm_domain_id: Optional[pulumi.Inp
189
129
  import pulumi_oci as oci
190
130
 
191
131
  test_trace_aggregated_snapshot_data = oci.ApmTraces.get_trace_aggregated_snapshot_data(apm_domain_id=oci_apm_apm_domain["test_apm_domain"]["id"],
192
- trace_key=var["trace_aggregated_snapshot_data_trace_key"],
193
- server_name=var["trace_aggregated_snapshot_data_server_name"],
194
- service_name=oci_core_service["test_service"]["name"],
195
- span_key=var["trace_aggregated_snapshot_data_span_key"],
196
- span_name=var["trace_aggregated_snapshot_data_span_name"])
132
+ trace_key=var["trace_aggregated_snapshot_data_trace_key"])
197
133
  ```
198
134
  <!--End PulumiCodeChooser -->
199
135
 
200
136
 
201
- :param str apm_domain_id: The APM Domain ID for the intended request.
202
- :param str server_name: Name of the server.
203
- :param str service_name: Name associated with the service.
204
- :param str span_key: Unique Application Performance Monitoring span identifier (spanId).
205
- :param str span_name: Name of the span associated with the trace.
137
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
206
138
  :param str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
207
139
  """
208
140
  ...
@@ -165,10 +165,10 @@ def get_trace_snapshot_data(apm_domain_id: Optional[str] = None,
165
165
  <!--End PulumiCodeChooser -->
166
166
 
167
167
 
168
- :param str apm_domain_id: The APM Domain ID for the intended request.
169
- :param bool is_summarized: If enabled, only span level details are sent.
168
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
169
+ :param bool is_summarized: If enabled, then only span level details will be sent.
170
170
  :param str snapshot_time: Epoch time of snapshot.
171
- :param str thread_id: Thread ID for which snapshots need to be retrieved. This identifier of a thread is a long positive number generated when a thread is created.
171
+ :param str thread_id: Thread id for which snapshots needs to be retrieved. This is an identifier of a thread, and is a positive long number generated when when a thread is created.
172
172
  :param str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
173
173
  """
174
174
  __args__ = dict()
@@ -221,10 +221,10 @@ def get_trace_snapshot_data_output(apm_domain_id: Optional[pulumi.Input[str]] =
221
221
  <!--End PulumiCodeChooser -->
222
222
 
223
223
 
224
- :param str apm_domain_id: The APM Domain ID for the intended request.
225
- :param bool is_summarized: If enabled, only span level details are sent.
224
+ :param str apm_domain_id: The APM Domain ID the request is intended for.
225
+ :param bool is_summarized: If enabled, then only span level details will be sent.
226
226
  :param str snapshot_time: Epoch time of snapshot.
227
- :param str thread_id: Thread ID for which snapshots need to be retrieved. This identifier of a thread is a long positive number generated when a thread is created.
227
+ :param str thread_id: Thread id for which snapshots needs to be retrieved. This is an identifier of a thread, and is a positive long number generated when when a thread is created.
228
228
  :param str trace_key: Unique Application Performance Monitoring trace identifier (traceId).
229
229
  """
230
230
  ...
@@ -189,7 +189,6 @@ class GetTraceSpanResult(dict):
189
189
  operation_name: str,
190
190
  parent_span_key: str,
191
191
  service_name: str,
192
- source_name: str,
193
192
  tags: Sequence['outputs.GetTraceSpanTagResult'],
194
193
  time_ended: str,
195
194
  time_started: str,
@@ -203,7 +202,6 @@ class GetTraceSpanResult(dict):
203
202
  :param str operation_name: Span name associated with the trace. This is usually the method or URI of the request.
204
203
  :param str parent_span_key: Unique parent identifier for the span if one exists. For root spans this will be null.
205
204
  :param str service_name: Service name associated with the span.
206
- :param str source_name: Source of span (spans, syn_spans).
207
205
  :param Sequence['GetTraceSpanTagArgs'] tags: List of tags associated with the span.
208
206
  :param str time_ended: Span end time. Timestamp when the span was completed.
209
207
  :param str time_started: Span start time. Timestamp when the span was started.
@@ -217,7 +215,6 @@ class GetTraceSpanResult(dict):
217
215
  pulumi.set(__self__, "operation_name", operation_name)
218
216
  pulumi.set(__self__, "parent_span_key", parent_span_key)
219
217
  pulumi.set(__self__, "service_name", service_name)
220
- pulumi.set(__self__, "source_name", source_name)
221
218
  pulumi.set(__self__, "tags", tags)
222
219
  pulumi.set(__self__, "time_ended", time_ended)
223
220
  pulumi.set(__self__, "time_started", time_started)
@@ -287,14 +284,6 @@ class GetTraceSpanResult(dict):
287
284
  """
288
285
  return pulumi.get(self, "service_name")
289
286
 
290
- @property
291
- @pulumi.getter(name="sourceName")
292
- def source_name(self) -> str:
293
- """
294
- Source of span (spans, syn_spans).
295
- """
296
- return pulumi.get(self, "source_name")
297
-
298
287
  @property
299
288
  @pulumi.getter
300
289
  def tags(self) -> Sequence['outputs.GetTraceSpanTagResult']:
@@ -331,26 +320,15 @@ class GetTraceSpanResult(dict):
331
320
  @pulumi.output_type
332
321
  class GetTraceSpanLogResult(dict):
333
322
  def __init__(__self__, *,
334
- event_name: str,
335
323
  span_logs: Sequence['outputs.GetTraceSpanLogSpanLogResult'],
336
324
  time_created: str):
337
325
  """
338
- :param str event_name: Name of the event for which the log is created.
339
326
  :param Sequence['GetTraceSpanLogSpanLogArgs'] span_logs: List of logs associated with the span at the given timestamp.
340
327
  :param str time_created: Timestamp at which the log is created.
341
328
  """
342
- pulumi.set(__self__, "event_name", event_name)
343
329
  pulumi.set(__self__, "span_logs", span_logs)
344
330
  pulumi.set(__self__, "time_created", time_created)
345
331
 
346
- @property
347
- @pulumi.getter(name="eventName")
348
- def event_name(self) -> str:
349
- """
350
- Name of the event for which the log is created.
351
- """
352
- return pulumi.get(self, "event_name")
353
-
354
332
  @property
355
333
  @pulumi.getter(name="spanLogs")
356
334
  def span_logs(self) -> Sequence['outputs.GetTraceSpanLogSpanLogResult']:
@@ -1778,9 +1778,9 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
1778
1778
  vault_id: Optional[pulumi.Input[str]] = None):
1779
1779
  """
1780
1780
  :param pulumi.Input[str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
1781
- :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
1781
+ :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
1782
1782
  :param pulumi.Input[str] time_activated: The date and time the kms key activated.
1783
- :param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
1783
+ :param pulumi.Input[str] vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
1784
1784
  """
1785
1785
  if id is not None:
1786
1786
  pulumi.set(__self__, "id", id)
@@ -1807,7 +1807,7 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
1807
1807
  @pulumi.getter(name="kmsKeyVersionId")
1808
1808
  def kms_key_version_id(self) -> Optional[pulumi.Input[str]]:
1809
1809
  """
1810
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
1810
+ The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
1811
1811
  """
1812
1812
  return pulumi.get(self, "kms_key_version_id")
1813
1813
 
@@ -1831,7 +1831,7 @@ class AutonomousDatabaseKeyHistoryEntryArgs:
1831
1831
  @pulumi.getter(name="vaultId")
1832
1832
  def vault_id(self) -> Optional[pulumi.Input[str]]:
1833
1833
  """
1834
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
1834
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts).
1835
1835
  """
1836
1836
  return pulumi.get(self, "vault_id")
1837
1837