pulumi-oci 2.4.0__py3-none-any.whl → 2.4.0a1721890421__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.
Files changed (82) hide show
  1. pulumi_oci/__init__.py +0 -19
  2. pulumi_oci/apmsynthetics/_inputs.py +1 -457
  3. pulumi_oci/apmsynthetics/config.py +7 -172
  4. pulumi_oci/apmsynthetics/get_monitor.py +3 -42
  5. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  6. pulumi_oci/apmsynthetics/outputs.py +9 -1129
  7. pulumi_oci/core/_inputs.py +8 -8
  8. pulumi_oci/core/outputs.py +8 -24
  9. pulumi_oci/database/_inputs.py +0 -16
  10. pulumi_oci/database/autonomous_database.py +9 -83
  11. pulumi_oci/database/cloud_autonomous_vm_cluster.py +25 -7
  12. pulumi_oci/database/cloud_exadata_infrastructure.py +17 -66
  13. pulumi_oci/database/cloud_vm_cluster.py +0 -49
  14. pulumi_oci/database/database.py +96 -0
  15. pulumi_oci/database/get_autonomous_database.py +1 -25
  16. pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -14
  17. pulumi_oci/database/get_cloud_vm_cluster.py +1 -14
  18. pulumi_oci/database/get_key_store.py +1 -11
  19. pulumi_oci/database/key_store.py +0 -34
  20. pulumi_oci/database/outputs.py +0 -93
  21. pulumi_oci/datasafe/__init__.py +0 -1
  22. pulumi_oci/datasafe/_inputs.py +0 -130
  23. pulumi_oci/datasafe/discovery_mod.py +38 -67
  24. pulumi_oci/datasafe/get_audit_events.py +2 -2
  25. pulumi_oci/datasafe/get_discovery_job.py +1 -15
  26. pulumi_oci/datasafe/get_report.py +1 -1
  27. pulumi_oci/datasafe/get_report_definition.py +1 -1
  28. pulumi_oci/datasafe/get_reports.py +1 -43
  29. pulumi_oci/datasafe/get_security_assessment.py +1 -14
  30. pulumi_oci/datasafe/get_security_assessment_finding.py +3 -16
  31. pulumi_oci/datasafe/get_security_assessment_findings.py +3 -21
  32. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -15
  33. pulumi_oci/datasafe/get_user_assessment.py +1 -14
  34. pulumi_oci/datasafe/outputs.py +6 -530
  35. pulumi_oci/datasafe/report.py +4 -4
  36. pulumi_oci/datasafe/report_definition.py +4 -4
  37. pulumi_oci/datasafe/security_assessment.py +0 -49
  38. pulumi_oci/datasafe/sensitive_data_model.py +3 -60
  39. pulumi_oci/datasafe/unset_security_assessment_baseline.py +16 -69
  40. pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -58
  41. pulumi_oci/datasafe/user_assessment.py +0 -49
  42. pulumi_oci/integration/_inputs.py +2 -0
  43. pulumi_oci/integration/get_integration_instance.py +1 -0
  44. pulumi_oci/integration/integration_instance.py +27 -0
  45. pulumi_oci/integration/outputs.py +12 -4
  46. pulumi_oci/opsi/_inputs.py +8 -8
  47. pulumi_oci/opsi/database_insight.py +15 -71
  48. pulumi_oci/opsi/get_database_insight.py +3 -29
  49. pulumi_oci/opsi/get_database_insights.py +1 -1
  50. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  51. pulumi_oci/opsi/get_host_insight.py +4 -1
  52. pulumi_oci/opsi/get_host_insights.py +3 -3
  53. pulumi_oci/opsi/get_news_report.py +1 -1
  54. pulumi_oci/opsi/get_news_reports.py +3 -3
  55. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  56. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  57. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  58. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  59. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  60. pulumi_oci/opsi/host_insight.py +14 -6
  61. pulumi_oci/opsi/news_report.py +2 -2
  62. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  63. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  64. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  65. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  66. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  67. pulumi_oci/opsi/outputs.py +24 -46
  68. pulumi_oci/pulumi-plugin.json +1 -1
  69. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/METADATA +1 -1
  70. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/RECORD +72 -82
  71. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +0 -153
  72. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  73. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  74. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  75. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  76. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  77. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  78. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  79. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  80. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  81. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/WHEEL +0 -0
  82. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,6 @@ class ConfigArgs:
26
26
  configuration: Optional[pulumi.Input['ConfigConfigurationArgs']] = None,
27
27
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
28
28
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
29
- is_ipv6: Optional[pulumi.Input[bool]] = None,
30
29
  is_run_now: Optional[pulumi.Input[bool]] = None,
31
30
  is_run_once: Optional[pulumi.Input[bool]] = None,
32
31
  maintenance_window_schedule: Optional[pulumi.Input['ConfigMaintenanceWindowScheduleArgs']] = None,
@@ -53,7 +52,6 @@ class ConfigArgs:
53
52
  :param pulumi.Input['ConfigConfigurationArgs'] configuration: (Updatable) Details of monitor configuration.
54
53
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
55
54
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
56
- :param pulumi.Input[bool] is_ipv6: (Updatable) If enabled, domain name will resolve to an IPv6 address.
57
55
  :param pulumi.Input[bool] is_run_now: (Updatable) If isRunNow is enabled, then the monitor will run immediately.
58
56
  :param pulumi.Input[bool] is_run_once: (Updatable) If runOnce is enabled, then the monitor will run once.
59
57
  :param pulumi.Input['ConfigMaintenanceWindowScheduleArgs'] maintenance_window_schedule: (Updatable) Details required to schedule maintenance window.
@@ -62,7 +60,7 @@ class ConfigArgs:
62
60
  :param pulumi.Input[str] script_name: Name of the script.
63
61
  :param pulumi.Input[Sequence[pulumi.Input['ConfigScriptParameterArgs']]] script_parameters: (Updatable) List of script parameters in the monitor. This is valid only for SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null. Example: `[{"paramName": "userid", "paramValue":"testuser"}]`
64
62
  :param pulumi.Input[str] status: (Updatable) Enables or disables the monitor.
65
- :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
63
+ :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
66
64
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
67
65
  """
68
66
  pulumi.set(__self__, "apm_domain_id", apm_domain_id)
@@ -80,8 +78,6 @@ class ConfigArgs:
80
78
  pulumi.set(__self__, "defined_tags", defined_tags)
81
79
  if freeform_tags is not None:
82
80
  pulumi.set(__self__, "freeform_tags", freeform_tags)
83
- if is_ipv6 is not None:
84
- pulumi.set(__self__, "is_ipv6", is_ipv6)
85
81
  if is_run_now is not None:
86
82
  pulumi.set(__self__, "is_run_now", is_run_now)
87
83
  if is_run_once is not None:
@@ -227,18 +223,6 @@ class ConfigArgs:
227
223
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
228
224
  pulumi.set(self, "freeform_tags", value)
229
225
 
230
- @property
231
- @pulumi.getter(name="isIpv6")
232
- def is_ipv6(self) -> Optional[pulumi.Input[bool]]:
233
- """
234
- (Updatable) If enabled, domain name will resolve to an IPv6 address.
235
- """
236
- return pulumi.get(self, "is_ipv6")
237
-
238
- @is_ipv6.setter
239
- def is_ipv6(self, value: Optional[pulumi.Input[bool]]):
240
- pulumi.set(self, "is_ipv6", value)
241
-
242
226
  @property
243
227
  @pulumi.getter(name="isRunNow")
244
228
  def is_run_now(self) -> Optional[pulumi.Input[bool]]:
@@ -339,7 +323,7 @@ class ConfigArgs:
339
323
  @pulumi.getter
340
324
  def target(self) -> Optional[pulumi.Input[str]]:
341
325
  """
342
- (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
326
+ (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
343
327
  """
344
328
  return pulumi.get(self, "target")
345
329
 
@@ -367,14 +351,11 @@ class _ConfigState:
367
351
  availability_configuration: Optional[pulumi.Input['ConfigAvailabilityConfigurationArgs']] = None,
368
352
  batch_interval_in_seconds: Optional[pulumi.Input[int]] = None,
369
353
  configuration: Optional[pulumi.Input['ConfigConfigurationArgs']] = None,
370
- created_by: Optional[pulumi.Input[str]] = None,
371
354
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
372
355
  display_name: Optional[pulumi.Input[str]] = None,
373
356
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
374
- is_ipv6: Optional[pulumi.Input[bool]] = None,
375
357
  is_run_now: Optional[pulumi.Input[bool]] = None,
376
358
  is_run_once: Optional[pulumi.Input[bool]] = None,
377
- last_updated_by: Optional[pulumi.Input[str]] = None,
378
359
  maintenance_window_schedule: Optional[pulumi.Input['ConfigMaintenanceWindowScheduleArgs']] = None,
379
360
  monitor_type: Optional[pulumi.Input[str]] = None,
380
361
  repeat_interval_in_seconds: Optional[pulumi.Input[int]] = None,
@@ -395,14 +376,11 @@ class _ConfigState:
395
376
  :param pulumi.Input['ConfigAvailabilityConfigurationArgs'] availability_configuration: (Updatable) Monitor availability configuration details.
396
377
  :param pulumi.Input[int] batch_interval_in_seconds: (Updatable) Time interval between 2 runs in round robin batch mode (*SchedulingPolicy - BATCHED_ROUND_ROBIN).
397
378
  :param pulumi.Input['ConfigConfigurationArgs'] configuration: (Updatable) Details of monitor configuration.
398
- :param pulumi.Input[str] created_by: Name of the user that created the monitor.
399
379
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
400
380
  :param pulumi.Input[str] display_name: (Updatable) Unique name that can be edited. The name should not contain any confidential information.
401
381
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
402
- :param pulumi.Input[bool] is_ipv6: (Updatable) If enabled, domain name will resolve to an IPv6 address.
403
382
  :param pulumi.Input[bool] is_run_now: (Updatable) If isRunNow is enabled, then the monitor will run immediately.
404
383
  :param pulumi.Input[bool] is_run_once: (Updatable) If runOnce is enabled, then the monitor will run once.
405
- :param pulumi.Input[str] last_updated_by: Name of the user that recently updated the monitor.
406
384
  :param pulumi.Input['ConfigMaintenanceWindowScheduleArgs'] maintenance_window_schedule: (Updatable) Details required to schedule maintenance window.
407
385
  :param pulumi.Input[str] monitor_type: Type of monitor.
408
386
  :param pulumi.Input[int] repeat_interval_in_seconds: (Updatable) Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
@@ -411,7 +389,7 @@ class _ConfigState:
411
389
  :param pulumi.Input[str] script_name: Name of the script.
412
390
  :param pulumi.Input[Sequence[pulumi.Input['ConfigScriptParameterArgs']]] script_parameters: (Updatable) List of script parameters in the monitor. This is valid only for SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null. Example: `[{"paramName": "userid", "paramValue":"testuser"}]`
413
391
  :param pulumi.Input[str] status: (Updatable) Enables or disables the monitor.
414
- :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
392
+ :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
415
393
  :param pulumi.Input[str] time_created: The time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
416
394
  :param pulumi.Input[str] time_updated: The time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-13T22:47:12.613Z`
417
395
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
@@ -430,22 +408,16 @@ class _ConfigState:
430
408
  pulumi.set(__self__, "batch_interval_in_seconds", batch_interval_in_seconds)
431
409
  if configuration is not None:
432
410
  pulumi.set(__self__, "configuration", configuration)
433
- if created_by is not None:
434
- pulumi.set(__self__, "created_by", created_by)
435
411
  if defined_tags is not None:
436
412
  pulumi.set(__self__, "defined_tags", defined_tags)
437
413
  if display_name is not None:
438
414
  pulumi.set(__self__, "display_name", display_name)
439
415
  if freeform_tags is not None:
440
416
  pulumi.set(__self__, "freeform_tags", freeform_tags)
441
- if is_ipv6 is not None:
442
- pulumi.set(__self__, "is_ipv6", is_ipv6)
443
417
  if is_run_now is not None:
444
418
  pulumi.set(__self__, "is_run_now", is_run_now)
445
419
  if is_run_once is not None:
446
420
  pulumi.set(__self__, "is_run_once", is_run_once)
447
- if last_updated_by is not None:
448
- pulumi.set(__self__, "last_updated_by", last_updated_by)
449
421
  if maintenance_window_schedule is not None:
450
422
  pulumi.set(__self__, "maintenance_window_schedule", maintenance_window_schedule)
451
423
  if monitor_type is not None:
@@ -523,18 +495,6 @@ class _ConfigState:
523
495
  def configuration(self, value: Optional[pulumi.Input['ConfigConfigurationArgs']]):
524
496
  pulumi.set(self, "configuration", value)
525
497
 
526
- @property
527
- @pulumi.getter(name="createdBy")
528
- def created_by(self) -> Optional[pulumi.Input[str]]:
529
- """
530
- Name of the user that created the monitor.
531
- """
532
- return pulumi.get(self, "created_by")
533
-
534
- @created_by.setter
535
- def created_by(self, value: Optional[pulumi.Input[str]]):
536
- pulumi.set(self, "created_by", value)
537
-
538
498
  @property
539
499
  @pulumi.getter(name="definedTags")
540
500
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -571,18 +531,6 @@ class _ConfigState:
571
531
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
572
532
  pulumi.set(self, "freeform_tags", value)
573
533
 
574
- @property
575
- @pulumi.getter(name="isIpv6")
576
- def is_ipv6(self) -> Optional[pulumi.Input[bool]]:
577
- """
578
- (Updatable) If enabled, domain name will resolve to an IPv6 address.
579
- """
580
- return pulumi.get(self, "is_ipv6")
581
-
582
- @is_ipv6.setter
583
- def is_ipv6(self, value: Optional[pulumi.Input[bool]]):
584
- pulumi.set(self, "is_ipv6", value)
585
-
586
534
  @property
587
535
  @pulumi.getter(name="isRunNow")
588
536
  def is_run_now(self) -> Optional[pulumi.Input[bool]]:
@@ -607,18 +555,6 @@ class _ConfigState:
607
555
  def is_run_once(self, value: Optional[pulumi.Input[bool]]):
608
556
  pulumi.set(self, "is_run_once", value)
609
557
 
610
- @property
611
- @pulumi.getter(name="lastUpdatedBy")
612
- def last_updated_by(self) -> Optional[pulumi.Input[str]]:
613
- """
614
- Name of the user that recently updated the monitor.
615
- """
616
- return pulumi.get(self, "last_updated_by")
617
-
618
- @last_updated_by.setter
619
- def last_updated_by(self, value: Optional[pulumi.Input[str]]):
620
- pulumi.set(self, "last_updated_by", value)
621
-
622
558
  @property
623
559
  @pulumi.getter(name="maintenanceWindowSchedule")
624
560
  def maintenance_window_schedule(self) -> Optional[pulumi.Input['ConfigMaintenanceWindowScheduleArgs']]:
@@ -719,7 +655,7 @@ class _ConfigState:
719
655
  @pulumi.getter
720
656
  def target(self) -> Optional[pulumi.Input[str]]:
721
657
  """
722
- (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
658
+ (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
723
659
  """
724
660
  return pulumi.get(self, "target")
725
661
 
@@ -804,7 +740,6 @@ class Config(pulumi.CustomResource):
804
740
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
805
741
  display_name: Optional[pulumi.Input[str]] = None,
806
742
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
807
- is_ipv6: Optional[pulumi.Input[bool]] = None,
808
743
  is_run_now: Optional[pulumi.Input[bool]] = None,
809
744
  is_run_once: Optional[pulumi.Input[bool]] = None,
810
745
  maintenance_window_schedule: Optional[pulumi.Input[pulumi.InputType['ConfigMaintenanceWindowScheduleArgs']]] = None,
@@ -856,38 +791,10 @@ class Config(pulumi.CustomResource):
856
791
  ),
857
792
  ),
858
793
  config_type=monitor_configuration_config_type,
859
- connection_string=monitor_configuration_connection_string,
860
- database_authentication_details=oci.apm_synthetics.ConfigConfigurationDatabaseAuthenticationDetailsArgs(
861
- password=oci.apm_synthetics.ConfigConfigurationDatabaseAuthenticationDetailsPasswordArgs(
862
- password=monitor_configuration_database_authentication_details_password_password,
863
- password_type=monitor_configuration_database_authentication_details_password_password_type,
864
- vault_secret_id=test_secret["id"],
865
- ),
866
- username=monitor_configuration_database_authentication_details_username,
867
- ),
868
- database_connection_type=monitor_configuration_database_connection_type,
869
- database_role=monitor_configuration_database_role,
870
- database_type=monitor_configuration_database_type,
871
- database_wallet_details=oci.apm_synthetics.ConfigConfigurationDatabaseWalletDetailsArgs(
872
- database_wallet=monitor_configuration_database_wallet_details_database_wallet,
873
- service_name=test_service["name"],
874
- ),
875
794
  dns_configuration=oci.apm_synthetics.ConfigConfigurationDnsConfigurationArgs(
876
795
  is_override_dns=monitor_configuration_dns_configuration_is_override_dns,
877
796
  override_dns_ip=monitor_configuration_dns_configuration_override_dns_ip,
878
797
  ),
879
- download_size_limit_in_bytes=monitor_configuration_download_size_limit_in_bytes,
880
- ftp_basic_authentication_details=oci.apm_synthetics.ConfigConfigurationFtpBasicAuthenticationDetailsArgs(
881
- password=oci.apm_synthetics.ConfigConfigurationFtpBasicAuthenticationDetailsPasswordArgs(
882
- password=monitor_configuration_ftp_basic_authentication_details_password_password,
883
- password_type=monitor_configuration_ftp_basic_authentication_details_password_password_type,
884
- vault_secret_id=test_secret["id"],
885
- ),
886
- username=monitor_configuration_ftp_basic_authentication_details_username,
887
- ),
888
- ftp_protocol=monitor_configuration_ftp_protocol,
889
- ftp_request_type=monitor_configuration_ftp_request_type,
890
- is_active_mode=monitor_configuration_is_active_mode,
891
798
  is_certificate_validation_enabled=monitor_configuration_is_certificate_validation_enabled,
892
799
  is_default_snapshot_enabled=monitor_configuration_is_default_snapshot_enabled,
893
800
  is_failure_retried=monitor_configuration_is_failure_retried,
@@ -902,7 +809,6 @@ class Config(pulumi.CustomResource):
902
809
  transmission_rate=monitor_configuration_network_configuration_transmission_rate,
903
810
  ),
904
811
  protocol=monitor_configuration_protocol,
905
- query=monitor_configuration_query,
906
812
  record_type=monitor_configuration_record_type,
907
813
  req_authentication_details=oci.apm_synthetics.ConfigConfigurationReqAuthenticationDetailsArgs(
908
814
  auth_headers=[oci.apm_synthetics.ConfigConfigurationReqAuthenticationDetailsAuthHeaderArgs(
@@ -928,7 +834,6 @@ class Config(pulumi.CustomResource):
928
834
  param_name=monitor_configuration_request_query_params_param_name,
929
835
  param_value=monitor_configuration_request_query_params_param_value,
930
836
  )],
931
- upload_file_size_in_bytes=monitor_configuration_upload_file_size_in_bytes,
932
837
  verify_response_codes=monitor_configuration_verify_response_codes,
933
838
  verify_response_content=monitor_configuration_verify_response_content,
934
839
  verify_texts=[oci.apm_synthetics.ConfigConfigurationVerifyTextArgs(
@@ -941,7 +846,6 @@ class Config(pulumi.CustomResource):
941
846
  freeform_tags={
942
847
  "bar-key": "value",
943
848
  },
944
- is_ipv6=monitor_is_ipv6,
945
849
  is_run_now=monitor_is_run_now,
946
850
  is_run_once=monitor_is_run_once,
947
851
  maintenance_window_schedule=oci.apm_synthetics.ConfigMaintenanceWindowScheduleArgs(
@@ -976,7 +880,6 @@ class Config(pulumi.CustomResource):
976
880
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
977
881
  :param pulumi.Input[str] display_name: (Updatable) Unique name that can be edited. The name should not contain any confidential information.
978
882
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
979
- :param pulumi.Input[bool] is_ipv6: (Updatable) If enabled, domain name will resolve to an IPv6 address.
980
883
  :param pulumi.Input[bool] is_run_now: (Updatable) If isRunNow is enabled, then the monitor will run immediately.
981
884
  :param pulumi.Input[bool] is_run_once: (Updatable) If runOnce is enabled, then the monitor will run once.
982
885
  :param pulumi.Input[pulumi.InputType['ConfigMaintenanceWindowScheduleArgs']] maintenance_window_schedule: (Updatable) Details required to schedule maintenance window.
@@ -987,7 +890,7 @@ class Config(pulumi.CustomResource):
987
890
  :param pulumi.Input[str] script_name: Name of the script.
988
891
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConfigScriptParameterArgs']]]] script_parameters: (Updatable) List of script parameters in the monitor. This is valid only for SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null. Example: `[{"paramName": "userid", "paramValue":"testuser"}]`
989
892
  :param pulumi.Input[str] status: (Updatable) Enables or disables the monitor.
990
- :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
893
+ :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
991
894
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
992
895
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConfigVantagePointArgs']]]] vantage_points: (Updatable) A list of public and dedicated vantage points from which to execute the monitor. Use /publicVantagePoints to fetch public vantage points, and /dedicatedVantagePoints to fetch dedicated vantage points.
993
896
 
@@ -1038,38 +941,10 @@ class Config(pulumi.CustomResource):
1038
941
  ),
1039
942
  ),
1040
943
  config_type=monitor_configuration_config_type,
1041
- connection_string=monitor_configuration_connection_string,
1042
- database_authentication_details=oci.apm_synthetics.ConfigConfigurationDatabaseAuthenticationDetailsArgs(
1043
- password=oci.apm_synthetics.ConfigConfigurationDatabaseAuthenticationDetailsPasswordArgs(
1044
- password=monitor_configuration_database_authentication_details_password_password,
1045
- password_type=monitor_configuration_database_authentication_details_password_password_type,
1046
- vault_secret_id=test_secret["id"],
1047
- ),
1048
- username=monitor_configuration_database_authentication_details_username,
1049
- ),
1050
- database_connection_type=monitor_configuration_database_connection_type,
1051
- database_role=monitor_configuration_database_role,
1052
- database_type=monitor_configuration_database_type,
1053
- database_wallet_details=oci.apm_synthetics.ConfigConfigurationDatabaseWalletDetailsArgs(
1054
- database_wallet=monitor_configuration_database_wallet_details_database_wallet,
1055
- service_name=test_service["name"],
1056
- ),
1057
944
  dns_configuration=oci.apm_synthetics.ConfigConfigurationDnsConfigurationArgs(
1058
945
  is_override_dns=monitor_configuration_dns_configuration_is_override_dns,
1059
946
  override_dns_ip=monitor_configuration_dns_configuration_override_dns_ip,
1060
947
  ),
1061
- download_size_limit_in_bytes=monitor_configuration_download_size_limit_in_bytes,
1062
- ftp_basic_authentication_details=oci.apm_synthetics.ConfigConfigurationFtpBasicAuthenticationDetailsArgs(
1063
- password=oci.apm_synthetics.ConfigConfigurationFtpBasicAuthenticationDetailsPasswordArgs(
1064
- password=monitor_configuration_ftp_basic_authentication_details_password_password,
1065
- password_type=monitor_configuration_ftp_basic_authentication_details_password_password_type,
1066
- vault_secret_id=test_secret["id"],
1067
- ),
1068
- username=monitor_configuration_ftp_basic_authentication_details_username,
1069
- ),
1070
- ftp_protocol=monitor_configuration_ftp_protocol,
1071
- ftp_request_type=monitor_configuration_ftp_request_type,
1072
- is_active_mode=monitor_configuration_is_active_mode,
1073
948
  is_certificate_validation_enabled=monitor_configuration_is_certificate_validation_enabled,
1074
949
  is_default_snapshot_enabled=monitor_configuration_is_default_snapshot_enabled,
1075
950
  is_failure_retried=monitor_configuration_is_failure_retried,
@@ -1084,7 +959,6 @@ class Config(pulumi.CustomResource):
1084
959
  transmission_rate=monitor_configuration_network_configuration_transmission_rate,
1085
960
  ),
1086
961
  protocol=monitor_configuration_protocol,
1087
- query=monitor_configuration_query,
1088
962
  record_type=monitor_configuration_record_type,
1089
963
  req_authentication_details=oci.apm_synthetics.ConfigConfigurationReqAuthenticationDetailsArgs(
1090
964
  auth_headers=[oci.apm_synthetics.ConfigConfigurationReqAuthenticationDetailsAuthHeaderArgs(
@@ -1110,7 +984,6 @@ class Config(pulumi.CustomResource):
1110
984
  param_name=monitor_configuration_request_query_params_param_name,
1111
985
  param_value=monitor_configuration_request_query_params_param_value,
1112
986
  )],
1113
- upload_file_size_in_bytes=monitor_configuration_upload_file_size_in_bytes,
1114
987
  verify_response_codes=monitor_configuration_verify_response_codes,
1115
988
  verify_response_content=monitor_configuration_verify_response_content,
1116
989
  verify_texts=[oci.apm_synthetics.ConfigConfigurationVerifyTextArgs(
@@ -1123,7 +996,6 @@ class Config(pulumi.CustomResource):
1123
996
  freeform_tags={
1124
997
  "bar-key": "value",
1125
998
  },
1126
- is_ipv6=monitor_is_ipv6,
1127
999
  is_run_now=monitor_is_run_now,
1128
1000
  is_run_once=monitor_is_run_once,
1129
1001
  maintenance_window_schedule=oci.apm_synthetics.ConfigMaintenanceWindowScheduleArgs(
@@ -1171,7 +1043,6 @@ class Config(pulumi.CustomResource):
1171
1043
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1172
1044
  display_name: Optional[pulumi.Input[str]] = None,
1173
1045
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1174
- is_ipv6: Optional[pulumi.Input[bool]] = None,
1175
1046
  is_run_now: Optional[pulumi.Input[bool]] = None,
1176
1047
  is_run_once: Optional[pulumi.Input[bool]] = None,
1177
1048
  maintenance_window_schedule: Optional[pulumi.Input[pulumi.InputType['ConfigMaintenanceWindowScheduleArgs']]] = None,
@@ -1205,7 +1076,6 @@ class Config(pulumi.CustomResource):
1205
1076
  raise TypeError("Missing required property 'display_name'")
1206
1077
  __props__.__dict__["display_name"] = display_name
1207
1078
  __props__.__dict__["freeform_tags"] = freeform_tags
1208
- __props__.__dict__["is_ipv6"] = is_ipv6
1209
1079
  __props__.__dict__["is_run_now"] = is_run_now
1210
1080
  __props__.__dict__["is_run_once"] = is_run_once
1211
1081
  __props__.__dict__["maintenance_window_schedule"] = maintenance_window_schedule
@@ -1225,8 +1095,6 @@ class Config(pulumi.CustomResource):
1225
1095
  if vantage_points is None and not opts.urn:
1226
1096
  raise TypeError("Missing required property 'vantage_points'")
1227
1097
  __props__.__dict__["vantage_points"] = vantage_points
1228
- __props__.__dict__["created_by"] = None
1229
- __props__.__dict__["last_updated_by"] = None
1230
1098
  __props__.__dict__["time_created"] = None
1231
1099
  __props__.__dict__["time_updated"] = None
1232
1100
  __props__.__dict__["vantage_point_count"] = None
@@ -1244,14 +1112,11 @@ class Config(pulumi.CustomResource):
1244
1112
  availability_configuration: Optional[pulumi.Input[pulumi.InputType['ConfigAvailabilityConfigurationArgs']]] = None,
1245
1113
  batch_interval_in_seconds: Optional[pulumi.Input[int]] = None,
1246
1114
  configuration: Optional[pulumi.Input[pulumi.InputType['ConfigConfigurationArgs']]] = None,
1247
- created_by: Optional[pulumi.Input[str]] = None,
1248
1115
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1249
1116
  display_name: Optional[pulumi.Input[str]] = None,
1250
1117
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1251
- is_ipv6: Optional[pulumi.Input[bool]] = None,
1252
1118
  is_run_now: Optional[pulumi.Input[bool]] = None,
1253
1119
  is_run_once: Optional[pulumi.Input[bool]] = None,
1254
- last_updated_by: Optional[pulumi.Input[str]] = None,
1255
1120
  maintenance_window_schedule: Optional[pulumi.Input[pulumi.InputType['ConfigMaintenanceWindowScheduleArgs']]] = None,
1256
1121
  monitor_type: Optional[pulumi.Input[str]] = None,
1257
1122
  repeat_interval_in_seconds: Optional[pulumi.Input[int]] = None,
@@ -1277,14 +1142,11 @@ class Config(pulumi.CustomResource):
1277
1142
  :param pulumi.Input[pulumi.InputType['ConfigAvailabilityConfigurationArgs']] availability_configuration: (Updatable) Monitor availability configuration details.
1278
1143
  :param pulumi.Input[int] batch_interval_in_seconds: (Updatable) Time interval between 2 runs in round robin batch mode (*SchedulingPolicy - BATCHED_ROUND_ROBIN).
1279
1144
  :param pulumi.Input[pulumi.InputType['ConfigConfigurationArgs']] configuration: (Updatable) Details of monitor configuration.
1280
- :param pulumi.Input[str] created_by: Name of the user that created the monitor.
1281
1145
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1282
1146
  :param pulumi.Input[str] display_name: (Updatable) Unique name that can be edited. The name should not contain any confidential information.
1283
1147
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1284
- :param pulumi.Input[bool] is_ipv6: (Updatable) If enabled, domain name will resolve to an IPv6 address.
1285
1148
  :param pulumi.Input[bool] is_run_now: (Updatable) If isRunNow is enabled, then the monitor will run immediately.
1286
1149
  :param pulumi.Input[bool] is_run_once: (Updatable) If runOnce is enabled, then the monitor will run once.
1287
- :param pulumi.Input[str] last_updated_by: Name of the user that recently updated the monitor.
1288
1150
  :param pulumi.Input[pulumi.InputType['ConfigMaintenanceWindowScheduleArgs']] maintenance_window_schedule: (Updatable) Details required to schedule maintenance window.
1289
1151
  :param pulumi.Input[str] monitor_type: Type of monitor.
1290
1152
  :param pulumi.Input[int] repeat_interval_in_seconds: (Updatable) Interval in seconds after the start time when the job should be repeated. Minimum repeatIntervalInSeconds should be 300 seconds for Scripted REST, Scripted Browser and Browser monitors, and 60 seconds for REST monitor.
@@ -1293,7 +1155,7 @@ class Config(pulumi.CustomResource):
1293
1155
  :param pulumi.Input[str] script_name: Name of the script.
1294
1156
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConfigScriptParameterArgs']]]] script_parameters: (Updatable) List of script parameters in the monitor. This is valid only for SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null. Example: `[{"paramName": "userid", "paramValue":"testuser"}]`
1295
1157
  :param pulumi.Input[str] status: (Updatable) Enables or disables the monitor.
1296
- :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
1158
+ :param pulumi.Input[str] target: (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
1297
1159
  :param pulumi.Input[str] time_created: The time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-12T22:47:12.613Z`
1298
1160
  :param pulumi.Input[str] time_updated: The time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2020-02-13T22:47:12.613Z`
1299
1161
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) Timeout in seconds. If isFailureRetried is true, then timeout cannot be more than 30% of repeatIntervalInSeconds time for monitors. If isFailureRetried is false, then timeout cannot be more than 50% of repeatIntervalInSeconds time for monitors. Also, timeoutInSeconds should be a multiple of 60 for Scripted REST, Scripted Browser and Browser monitors. Monitor will be allowed to run only for timeoutInSeconds time. It would be terminated after that.
@@ -1312,14 +1174,11 @@ class Config(pulumi.CustomResource):
1312
1174
  __props__.__dict__["availability_configuration"] = availability_configuration
1313
1175
  __props__.__dict__["batch_interval_in_seconds"] = batch_interval_in_seconds
1314
1176
  __props__.__dict__["configuration"] = configuration
1315
- __props__.__dict__["created_by"] = created_by
1316
1177
  __props__.__dict__["defined_tags"] = defined_tags
1317
1178
  __props__.__dict__["display_name"] = display_name
1318
1179
  __props__.__dict__["freeform_tags"] = freeform_tags
1319
- __props__.__dict__["is_ipv6"] = is_ipv6
1320
1180
  __props__.__dict__["is_run_now"] = is_run_now
1321
1181
  __props__.__dict__["is_run_once"] = is_run_once
1322
- __props__.__dict__["last_updated_by"] = last_updated_by
1323
1182
  __props__.__dict__["maintenance_window_schedule"] = maintenance_window_schedule
1324
1183
  __props__.__dict__["monitor_type"] = monitor_type
1325
1184
  __props__.__dict__["repeat_interval_in_seconds"] = repeat_interval_in_seconds
@@ -1368,14 +1227,6 @@ class Config(pulumi.CustomResource):
1368
1227
  """
1369
1228
  return pulumi.get(self, "configuration")
1370
1229
 
1371
- @property
1372
- @pulumi.getter(name="createdBy")
1373
- def created_by(self) -> pulumi.Output[str]:
1374
- """
1375
- Name of the user that created the monitor.
1376
- """
1377
- return pulumi.get(self, "created_by")
1378
-
1379
1230
  @property
1380
1231
  @pulumi.getter(name="definedTags")
1381
1232
  def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
@@ -1400,14 +1251,6 @@ class Config(pulumi.CustomResource):
1400
1251
  """
1401
1252
  return pulumi.get(self, "freeform_tags")
1402
1253
 
1403
- @property
1404
- @pulumi.getter(name="isIpv6")
1405
- def is_ipv6(self) -> pulumi.Output[bool]:
1406
- """
1407
- (Updatable) If enabled, domain name will resolve to an IPv6 address.
1408
- """
1409
- return pulumi.get(self, "is_ipv6")
1410
-
1411
1254
  @property
1412
1255
  @pulumi.getter(name="isRunNow")
1413
1256
  def is_run_now(self) -> pulumi.Output[bool]:
@@ -1424,14 +1267,6 @@ class Config(pulumi.CustomResource):
1424
1267
  """
1425
1268
  return pulumi.get(self, "is_run_once")
1426
1269
 
1427
- @property
1428
- @pulumi.getter(name="lastUpdatedBy")
1429
- def last_updated_by(self) -> pulumi.Output[str]:
1430
- """
1431
- Name of the user that recently updated the monitor.
1432
- """
1433
- return pulumi.get(self, "last_updated_by")
1434
-
1435
1270
  @property
1436
1271
  @pulumi.getter(name="maintenanceWindowSchedule")
1437
1272
  def maintenance_window_schedule(self) -> pulumi.Output['outputs.ConfigMaintenanceWindowSchedule']:
@@ -1500,7 +1335,7 @@ class Config(pulumi.CustomResource):
1500
1335
  @pulumi.getter
1501
1336
  def target(self) -> pulumi.Output[str]:
1502
1337
  """
1503
- (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
1338
+ (Updatable) Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
1504
1339
  """
1505
1340
  return pulumi.get(self, "target")
1506
1341
 
@@ -22,7 +22,7 @@ class GetMonitorResult:
22
22
  """
23
23
  A collection of values returned by getMonitor.
24
24
  """
25
- def __init__(__self__, apm_domain_id=None, availability_configurations=None, batch_interval_in_seconds=None, configurations=None, created_by=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_ipv6=None, is_run_now=None, is_run_once=None, last_updated_by=None, maintenance_window_schedules=None, monitor_id=None, monitor_type=None, repeat_interval_in_seconds=None, scheduling_policy=None, script_id=None, script_name=None, script_parameters=None, status=None, target=None, time_created=None, time_updated=None, timeout_in_seconds=None, vantage_point_count=None, vantage_points=None):
25
+ def __init__(__self__, apm_domain_id=None, availability_configurations=None, batch_interval_in_seconds=None, configurations=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_run_now=None, is_run_once=None, maintenance_window_schedules=None, monitor_id=None, monitor_type=None, repeat_interval_in_seconds=None, scheduling_policy=None, script_id=None, script_name=None, script_parameters=None, status=None, target=None, time_created=None, time_updated=None, timeout_in_seconds=None, vantage_point_count=None, vantage_points=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)
@@ -35,9 +35,6 @@ class GetMonitorResult:
35
35
  if configurations and not isinstance(configurations, list):
36
36
  raise TypeError("Expected argument 'configurations' to be a list")
37
37
  pulumi.set(__self__, "configurations", configurations)
38
- if created_by and not isinstance(created_by, str):
39
- raise TypeError("Expected argument 'created_by' to be a str")
40
- pulumi.set(__self__, "created_by", created_by)
41
38
  if defined_tags and not isinstance(defined_tags, dict):
42
39
  raise TypeError("Expected argument 'defined_tags' to be a dict")
43
40
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -50,18 +47,12 @@ class GetMonitorResult:
50
47
  if id and not isinstance(id, str):
51
48
  raise TypeError("Expected argument 'id' to be a str")
52
49
  pulumi.set(__self__, "id", id)
53
- if is_ipv6 and not isinstance(is_ipv6, bool):
54
- raise TypeError("Expected argument 'is_ipv6' to be a bool")
55
- pulumi.set(__self__, "is_ipv6", is_ipv6)
56
50
  if is_run_now and not isinstance(is_run_now, bool):
57
51
  raise TypeError("Expected argument 'is_run_now' to be a bool")
58
52
  pulumi.set(__self__, "is_run_now", is_run_now)
59
53
  if is_run_once and not isinstance(is_run_once, bool):
60
54
  raise TypeError("Expected argument 'is_run_once' to be a bool")
61
55
  pulumi.set(__self__, "is_run_once", is_run_once)
62
- if last_updated_by and not isinstance(last_updated_by, str):
63
- raise TypeError("Expected argument 'last_updated_by' to be a str")
64
- pulumi.set(__self__, "last_updated_by", last_updated_by)
65
56
  if maintenance_window_schedules and not isinstance(maintenance_window_schedules, list):
66
57
  raise TypeError("Expected argument 'maintenance_window_schedules' to be a list")
67
58
  pulumi.set(__self__, "maintenance_window_schedules", maintenance_window_schedules)
@@ -137,14 +128,6 @@ class GetMonitorResult:
137
128
  """
138
129
  return pulumi.get(self, "configurations")
139
130
 
140
- @property
141
- @pulumi.getter(name="createdBy")
142
- def created_by(self) -> str:
143
- """
144
- Name of the user that created the monitor.
145
- """
146
- return pulumi.get(self, "created_by")
147
-
148
131
  @property
149
132
  @pulumi.getter(name="definedTags")
150
133
  def defined_tags(self) -> Mapping[str, Any]:
@@ -177,14 +160,6 @@ class GetMonitorResult:
177
160
  """
178
161
  return pulumi.get(self, "id")
179
162
 
180
- @property
181
- @pulumi.getter(name="isIpv6")
182
- def is_ipv6(self) -> bool:
183
- """
184
- If enabled, domain name will resolve to an IPv6 address.
185
- """
186
- return pulumi.get(self, "is_ipv6")
187
-
188
163
  @property
189
164
  @pulumi.getter(name="isRunNow")
190
165
  def is_run_now(self) -> bool:
@@ -201,14 +176,6 @@ class GetMonitorResult:
201
176
  """
202
177
  return pulumi.get(self, "is_run_once")
203
178
 
204
- @property
205
- @pulumi.getter(name="lastUpdatedBy")
206
- def last_updated_by(self) -> str:
207
- """
208
- Name of the user that recently updated the monitor.
209
- """
210
- return pulumi.get(self, "last_updated_by")
211
-
212
179
  @property
213
180
  @pulumi.getter(name="maintenanceWindowSchedules")
214
181
  def maintenance_window_schedules(self) -> Sequence['outputs.GetMonitorMaintenanceWindowScheduleResult']:
@@ -282,7 +249,7 @@ class GetMonitorResult:
282
249
  @pulumi.getter
283
250
  def target(self) -> str:
284
251
  """
285
- Specify the endpoint on which to run the monitor. For BROWSER, REST, NETWORK, DNS and FTP monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80.
252
+ Specify the endpoint on which to run the monitor. For BROWSER, REST and NETWORK monitor types, target is mandatory. If target is specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script (specified by scriptId in monitor) against the specified target endpoint. If target is not specified in the SCRIPTED_BROWSER monitor type, then the monitor will run the selected script as it is. For NETWORK monitor with TCP protocol, a port needs to be provided along with target. Example: 192.168.0.1:80
286
253
  """
287
254
  return pulumi.get(self, "target")
288
255
 
@@ -322,7 +289,7 @@ class GetMonitorResult:
322
289
  @pulumi.getter(name="vantagePoints")
323
290
  def vantage_points(self) -> Sequence['outputs.GetMonitorVantagePointResult']:
324
291
  """
325
- List of public, dedicated and onPremise vantage points where the monitor is running.
292
+ List of public and dedicated vantage points where the monitor is running.
326
293
  """
327
294
  return pulumi.get(self, "vantage_points")
328
295
 
@@ -337,15 +304,12 @@ class AwaitableGetMonitorResult(GetMonitorResult):
337
304
  availability_configurations=self.availability_configurations,
338
305
  batch_interval_in_seconds=self.batch_interval_in_seconds,
339
306
  configurations=self.configurations,
340
- created_by=self.created_by,
341
307
  defined_tags=self.defined_tags,
342
308
  display_name=self.display_name,
343
309
  freeform_tags=self.freeform_tags,
344
310
  id=self.id,
345
- is_ipv6=self.is_ipv6,
346
311
  is_run_now=self.is_run_now,
347
312
  is_run_once=self.is_run_once,
348
- last_updated_by=self.last_updated_by,
349
313
  maintenance_window_schedules=self.maintenance_window_schedules,
350
314
  monitor_id=self.monitor_id,
351
315
  monitor_type=self.monitor_type,
@@ -396,15 +360,12 @@ def get_monitor(apm_domain_id: Optional[str] = None,
396
360
  availability_configurations=pulumi.get(__ret__, 'availability_configurations'),
397
361
  batch_interval_in_seconds=pulumi.get(__ret__, 'batch_interval_in_seconds'),
398
362
  configurations=pulumi.get(__ret__, 'configurations'),
399
- created_by=pulumi.get(__ret__, 'created_by'),
400
363
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
401
364
  display_name=pulumi.get(__ret__, 'display_name'),
402
365
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
403
366
  id=pulumi.get(__ret__, 'id'),
404
- is_ipv6=pulumi.get(__ret__, 'is_ipv6'),
405
367
  is_run_now=pulumi.get(__ret__, 'is_run_now'),
406
368
  is_run_once=pulumi.get(__ret__, 'is_run_once'),
407
- last_updated_by=pulumi.get(__ret__, 'last_updated_by'),
408
369
  maintenance_window_schedules=pulumi.get(__ret__, 'maintenance_window_schedules'),
409
370
  monitor_id=pulumi.get(__ret__, 'monitor_id'),
410
371
  monitor_type=pulumi.get(__ret__, 'monitor_type'),
@@ -187,7 +187,7 @@ def get_monitors(apm_domain_id: Optional[str] = None,
187
187
  :param str display_name: A filter to return only the resources that match the entire display name.
188
188
  :param bool is_maintenance_window_active: A filter to return the monitors whose maintenance window is currently active.
189
189
  :param bool is_maintenance_window_set: A filter to return the monitors whose maintenance window is set.
190
- :param str monitor_type: A filter to return only monitors that match the given monitor type. Supported values are SCRIPTED_BROWSER, BROWSER, SCRIPTED_REST, REST, NETWORK, DNS, FTP and SQL.
190
+ :param str monitor_type: A filter to return only monitors that match the given monitor type. Supported values are SCRIPTED_BROWSER, BROWSER, SCRIPTED_REST, REST and NETWORK.
191
191
  :param str script_id: A filter to return only monitors using scriptId.
192
192
  :param str status: A filter to return only monitors that match the status given.
193
193
  :param str vantage_point: The name of the public or dedicated vantage point.
@@ -256,7 +256,7 @@ def get_monitors_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
256
256
  :param str display_name: A filter to return only the resources that match the entire display name.
257
257
  :param bool is_maintenance_window_active: A filter to return the monitors whose maintenance window is currently active.
258
258
  :param bool is_maintenance_window_set: A filter to return the monitors whose maintenance window is set.
259
- :param str monitor_type: A filter to return only monitors that match the given monitor type. Supported values are SCRIPTED_BROWSER, BROWSER, SCRIPTED_REST, REST, NETWORK, DNS, FTP and SQL.
259
+ :param str monitor_type: A filter to return only monitors that match the given monitor type. Supported values are SCRIPTED_BROWSER, BROWSER, SCRIPTED_REST, REST and NETWORK.
260
260
  :param str script_id: A filter to return only monitors using scriptId.
261
261
  :param str status: A filter to return only monitors that match the status given.
262
262
  :param str vantage_point: The name of the public or dedicated vantage point.