pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 +0 -40
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +8 -10
- pulumi_oci/aianomalydetection/outputs.py +8 -22
- pulumi_oci/aidocument/_inputs.py +18 -22
- pulumi_oci/aidocument/outputs.py +18 -36
- pulumi_oci/ailanguage/_inputs.py +20 -4
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +20 -4
- pulumi_oci/aivision/_inputs.py +16 -0
- pulumi_oci/aivision/outputs.py +16 -0
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +414 -206
- pulumi_oci/apigateway/outputs.py +414 -206
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +26 -18
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +26 -18
- pulumi_oci/autoscaling/_inputs.py +16 -14
- pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
- pulumi_oci/autoscaling/outputs.py +16 -14
- pulumi_oci/bigdataservice/_inputs.py +44 -32
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +44 -32
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +0 -9
- pulumi_oci/cloudguard/_inputs.py +488 -1066
- pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
- pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +53 -95
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +7 -11
- pulumi_oci/cloudguard/get_data_sources.py +20 -24
- pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +17 -19
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +3 -5
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
- pulumi_oci/cloudguard/get_security_policies.py +12 -14
- pulumi_oci/cloudguard/get_security_policy.py +8 -12
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +12 -14
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +15 -17
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +1808 -3493
- pulumi_oci/cloudguard/responder_recipe.py +39 -41
- pulumi_oci/cloudguard/security_recipe.py +27 -43
- pulumi_oci/cloudguard/security_zone.py +20 -22
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudmigrations/_inputs.py +496 -222
- pulumi_oci/cloudmigrations/outputs.py +498 -224
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +35 -7
- pulumi_oci/core/_inputs.py +668 -402
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +20 -4
- pulumi_oci/core/drg_route_table_route_rule.py +0 -7
- pulumi_oci/core/get_image.py +0 -4
- pulumi_oci/core/get_instance.py +0 -4
- pulumi_oci/core/get_public_ip.py +0 -4
- pulumi_oci/core/get_public_ips.py +0 -8
- pulumi_oci/core/get_vtap.py +0 -2
- pulumi_oci/core/get_vtaps.py +0 -2
- pulumi_oci/core/image.py +0 -56
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +28 -70
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +105 -28
- pulumi_oci/core/outputs.py +668 -748
- pulumi_oci/core/public_ip.py +0 -8
- pulumi_oci/core/vnic_attachment.py +24 -8
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +0 -14
- pulumi_oci/database/_inputs.py +220 -188
- pulumi_oci/database/autonomous_database.py +7 -21
- pulumi_oci/database/autonomous_database_wallet.py +0 -28
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +0 -14
- pulumi_oci/database/database.py +44 -28
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +13 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
- pulumi_oci/database/outputs.py +220 -188
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +36 -12
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +36 -12
- pulumi_oci/dataintegration/_inputs.py +330 -318
- pulumi_oci/dataintegration/outputs.py +330 -318
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +0 -2
- pulumi_oci/datasafe/_inputs.py +80 -72
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +80 -72
- pulumi_oci/datasafe/report_definition.py +24 -8
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +65 -337
- pulumi_oci/datascience/get_job_run.py +1 -11
- pulumi_oci/datascience/get_model_deployment.py +1 -11
- pulumi_oci/datascience/get_pipeline.py +0 -3
- pulumi_oci/datascience/get_pipeline_run.py +1 -14
- pulumi_oci/datascience/job_run.py +3 -52
- pulumi_oci/datascience/model_deployment.py +2 -51
- pulumi_oci/datascience/outputs.py +94 -757
- pulumi_oci/datascience/pipeline.py +14 -34
- pulumi_oci/datascience/pipeline_run.py +0 -65
- pulumi_oci/devops/_inputs.py +462 -80
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +1143 -210
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +8 -20
- pulumi_oci/dns/outputs.py +8 -42
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +0 -42
- pulumi_oci/events/_inputs.py +12 -4
- pulumi_oci/events/outputs.py +12 -4
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +4 -2
- pulumi_oci/goldengate/outputs.py +4 -2
- pulumi_oci/identity/_inputs.py +5954 -4860
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +140 -119
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
- pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_policy.py +49 -35
- pulumi_oci/identity/domains_rule.py +21 -28
- pulumi_oci/identity/domains_setting.py +21 -35
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +175 -189
- pulumi_oci/identity/domains_user_db_credential.py +41 -37
- pulumi_oci/identity/outputs.py +6007 -4913
- pulumi_oci/integration/_inputs.py +0 -4
- pulumi_oci/integration/outputs.py +4 -16
- pulumi_oci/jms/_inputs.py +8 -0
- pulumi_oci/jms/outputs.py +8 -0
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -14
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
- pulumi_oci/loadbalancer/outputs.py +30 -14
- pulumi_oci/loganalytics/_inputs.py +34 -26
- pulumi_oci/loganalytics/outputs.py +34 -26
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +46 -2
- pulumi_oci/managementagent/outputs.py +46 -2
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +32 -8
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +38 -22
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +32 -8
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +0 -21
- pulumi_oci/monitoring/get_alarm.py +0 -3
- pulumi_oci/monitoring/outputs.py +4 -10
- pulumi_oci/mysql/_inputs.py +22 -30
- pulumi_oci/mysql/outputs.py +22 -30
- pulumi_oci/mysql/replica.py +28 -12
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
- pulumi_oci/networkfirewall/outputs.py +0 -4
- pulumi_oci/networkloadbalancer/_inputs.py +26 -10
- pulumi_oci/networkloadbalancer/outputs.py +26 -10
- pulumi_oci/nosql/_inputs.py +12 -4
- pulumi_oci/nosql/outputs.py +12 -4
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +42 -86
- pulumi_oci/ocvp/get_retrieve_password.py +0 -1
- pulumi_oci/ocvp/outputs.py +42 -86
- pulumi_oci/ocvp/sddc.py +77 -49
- pulumi_oci/ons/subscription.py +0 -63
- pulumi_oci/opa/_inputs.py +2 -6
- pulumi_oci/opa/outputs.py +6 -18
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +10 -2
- pulumi_oci/osmanagement/outputs.py +10 -2
- pulumi_oci/osmanagementhub/_inputs.py +8 -24
- pulumi_oci/osmanagementhub/event.py +0 -32
- pulumi_oci/osmanagementhub/get_event.py +0 -8
- pulumi_oci/osmanagementhub/get_events.py +0 -8
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +8 -40
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +18 -10
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +18 -10
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +26 -77
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +24 -8
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +24 -8
- pulumi_oci/stackmonitoring/_inputs.py +56 -40
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +56 -40
- pulumi_oci/visualbuilder/_inputs.py +2 -6
- pulumi_oci/visualbuilder/outputs.py +6 -18
- pulumi_oci/vnmonitoring/_inputs.py +42 -10
- pulumi_oci/vnmonitoring/outputs.py +42 -10
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +205 -133
- pulumi_oci/waas/outputs.py +205 -133
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +30 -36
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +30 -36
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
- pulumi_oci/cloudguard/adhoc_query.py +0 -596
- pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
- pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
- pulumi_oci/cloudguard/get_saved_queries.py +0 -190
- pulumi_oci/cloudguard/get_saved_query.py +0 -235
- pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
- pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
- pulumi_oci/cloudguard/saved_query.py +0 -595
- pulumi_oci/cloudguard/wlp_agent.py +0 -654
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
pulumi_oci/logging/outputs.py
CHANGED
@@ -288,7 +288,7 @@ class UnifiedAgentConfigurationServiceConfiguration(dict):
|
|
288
288
|
"""
|
289
289
|
:param str configuration_type: (Updatable) Type of Unified Agent service configuration.
|
290
290
|
:param Sequence['UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationArgs'] application_configurations: (Updatable) Unified Agent monitoring application configuration details.
|
291
|
-
:param 'UnifiedAgentConfigurationServiceConfigurationDestinationArgs' destination: (Updatable)
|
291
|
+
:param 'UnifiedAgentConfigurationServiceConfigurationDestinationArgs' destination: (Updatable) Unified monitoring agent operational metrics destination object.
|
292
292
|
:param Sequence['UnifiedAgentConfigurationServiceConfigurationSourceArgs'] sources: (Updatable) Logging source object.
|
293
293
|
:param Sequence['UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilterArgs'] unified_agent_configuration_filters: (Updatable) Logging filter object.
|
294
294
|
"""
|
@@ -322,7 +322,7 @@ class UnifiedAgentConfigurationServiceConfiguration(dict):
|
|
322
322
|
@pulumi.getter
|
323
323
|
def destination(self) -> Optional['outputs.UnifiedAgentConfigurationServiceConfigurationDestination']:
|
324
324
|
"""
|
325
|
-
(Updatable)
|
325
|
+
(Updatable) Unified monitoring agent operational metrics destination object.
|
326
326
|
"""
|
327
327
|
return pulumi.get(self, "destination")
|
328
328
|
|
@@ -371,11 +371,11 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
|
|
371
371
|
sources: Optional[Sequence['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSource']] = None,
|
372
372
|
unified_agent_configuration_filter: Optional['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilter'] = None):
|
373
373
|
"""
|
374
|
-
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationDestinationArgs' destination: (Updatable)
|
375
|
-
:param str source_type: (Updatable)
|
376
|
-
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs' source: (Updatable)
|
377
|
-
:param Sequence['UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs'] sources: (Updatable)
|
378
|
-
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilterArgs' unified_agent_configuration_filter: (Updatable)
|
374
|
+
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationDestinationArgs' destination: (Updatable) Unified monitoring agent operational metrics destination object.
|
375
|
+
:param str source_type: (Updatable) Unified schema logging source type.
|
376
|
+
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs' source: (Updatable) Unified monitoring agent operational metrics source object.
|
377
|
+
:param Sequence['UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs'] sources: (Updatable) Logging source object.
|
378
|
+
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilterArgs' unified_agent_configuration_filter: (Updatable) Logging filter object.
|
379
379
|
"""
|
380
380
|
pulumi.set(__self__, "destination", destination)
|
381
381
|
pulumi.set(__self__, "source_type", source_type)
|
@@ -390,7 +390,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
|
|
390
390
|
@pulumi.getter
|
391
391
|
def destination(self) -> 'outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationDestination':
|
392
392
|
"""
|
393
|
-
(Updatable)
|
393
|
+
(Updatable) Unified monitoring agent operational metrics destination object.
|
394
394
|
"""
|
395
395
|
return pulumi.get(self, "destination")
|
396
396
|
|
@@ -398,7 +398,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
|
|
398
398
|
@pulumi.getter(name="sourceType")
|
399
399
|
def source_type(self) -> str:
|
400
400
|
"""
|
401
|
-
(Updatable)
|
401
|
+
(Updatable) Unified schema logging source type.
|
402
402
|
"""
|
403
403
|
return pulumi.get(self, "source_type")
|
404
404
|
|
@@ -406,7 +406,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
|
|
406
406
|
@pulumi.getter
|
407
407
|
def source(self) -> Optional['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSource']:
|
408
408
|
"""
|
409
|
-
(Updatable)
|
409
|
+
(Updatable) Unified monitoring agent operational metrics source object.
|
410
410
|
"""
|
411
411
|
return pulumi.get(self, "source")
|
412
412
|
|
@@ -414,7 +414,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
|
|
414
414
|
@pulumi.getter
|
415
415
|
def sources(self) -> Optional[Sequence['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSource']]:
|
416
416
|
"""
|
417
|
-
(Updatable)
|
417
|
+
(Updatable) Logging source object.
|
418
418
|
"""
|
419
419
|
return pulumi.get(self, "sources")
|
420
420
|
|
@@ -422,7 +422,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
|
|
422
422
|
@pulumi.getter(name="unifiedAgentConfigurationFilter")
|
423
423
|
def unified_agent_configuration_filter(self) -> Optional['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilter']:
|
424
424
|
"""
|
425
|
-
(Updatable)
|
425
|
+
(Updatable) Logging filter object.
|
426
426
|
"""
|
427
427
|
return pulumi.get(self, "unified_agent_configuration_filter")
|
428
428
|
|
@@ -506,7 +506,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
|
|
506
506
|
source_type: Optional[str] = None):
|
507
507
|
"""
|
508
508
|
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceAdvancedOptionsArgs' advanced_options: (Updatable) Advanced options for logging configuration
|
509
|
-
:param str name: (Updatable)
|
509
|
+
:param str name: (Updatable) The name key to tag this Grok pattern.
|
510
510
|
:param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceParserArgs' parser: (Updatable) Source parser object.
|
511
511
|
:param Sequence[str] paths: (Updatable) Absolute paths for log source files. Wildcards can be used.
|
512
512
|
:param str source_type: (Updatable) Unified schema logging source type.
|
@@ -534,7 +534,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
|
|
534
534
|
@pulumi.getter
|
535
535
|
def name(self) -> Optional[str]:
|
536
536
|
"""
|
537
|
-
(Updatable)
|
537
|
+
(Updatable) The name key to tag this Grok pattern.
|
538
538
|
"""
|
539
539
|
return pulumi.get(self, "name")
|
540
540
|
|
@@ -697,7 +697,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
|
|
697
697
|
:param str parser_type: (Updatable) Type of fluent parser.
|
698
698
|
:param str delimiter: (Updatable) CSV delimiter.
|
699
699
|
:param str expression: (Updatable) Regex pattern.
|
700
|
-
:param str field_time_key: (Updatable)
|
700
|
+
:param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
701
701
|
:param str format_firstline: (Updatable) First line pattern format.
|
702
702
|
:param Sequence[str] formats: (Updatable) Mutiline pattern format.
|
703
703
|
:param str grok_failure_key: (Updatable) Grok failure key.
|
@@ -819,7 +819,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
|
|
819
819
|
@pulumi.getter(name="fieldTimeKey")
|
820
820
|
def field_time_key(self) -> Optional[str]:
|
821
821
|
"""
|
822
|
-
(Updatable)
|
822
|
+
(Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
823
823
|
"""
|
824
824
|
return pulumi.get(self, "field_time_key")
|
825
825
|
|
@@ -1073,8 +1073,8 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
|
|
1073
1073
|
time_format: Optional[str] = None,
|
1074
1074
|
time_type: Optional[str] = None):
|
1075
1075
|
"""
|
1076
|
-
:param str field_time_key: Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
1077
|
-
:param bool is_keep_time_key: If true, keep the time field in the record.
|
1076
|
+
:param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
1077
|
+
:param bool is_keep_time_key: (Updatable) If true, keep the time field in the record.
|
1078
1078
|
:param bool parse_nested: (Updatable) If true, a separator parameter can be further defined.
|
1079
1079
|
:param str separator: (Updatable) Keys of adjacent levels are joined by the separator.
|
1080
1080
|
:param str time_format: (Updatable) Process time value using the specified format.
|
@@ -1097,7 +1097,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
|
|
1097
1097
|
@pulumi.getter(name="fieldTimeKey")
|
1098
1098
|
def field_time_key(self) -> Optional[str]:
|
1099
1099
|
"""
|
1100
|
-
Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
1100
|
+
(Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
1101
1101
|
"""
|
1102
1102
|
return pulumi.get(self, "field_time_key")
|
1103
1103
|
|
@@ -1105,7 +1105,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
|
|
1105
1105
|
@pulumi.getter(name="isKeepTimeKey")
|
1106
1106
|
def is_keep_time_key(self) -> Optional[bool]:
|
1107
1107
|
"""
|
1108
|
-
If true, keep the time field in the record.
|
1108
|
+
(Updatable) If true, keep the time field in the record.
|
1109
1109
|
"""
|
1110
1110
|
return pulumi.get(self, "is_keep_time_key")
|
1111
1111
|
|
@@ -1319,10 +1319,10 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
|
|
1319
1319
|
filter_type: Optional[str] = None,
|
1320
1320
|
name: Optional[str] = None):
|
1321
1321
|
"""
|
1322
|
-
:param Sequence[str] allow_lists: (Updatable)
|
1323
|
-
:param Sequence[str] deny_lists: (Updatable)
|
1322
|
+
:param Sequence[str] allow_lists: (Updatable) A list of filtering rules to include logs
|
1323
|
+
:param Sequence[str] deny_lists: (Updatable) A list of filtering rules to reject logs
|
1324
1324
|
:param str filter_type: (Updatable) Unified schema logging filter type.
|
1325
|
-
:param str name: (Updatable)
|
1325
|
+
:param str name: (Updatable) The name key to tag this Grok pattern.
|
1326
1326
|
"""
|
1327
1327
|
if allow_lists is not None:
|
1328
1328
|
pulumi.set(__self__, "allow_lists", allow_lists)
|
@@ -1337,7 +1337,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
|
|
1337
1337
|
@pulumi.getter(name="allowLists")
|
1338
1338
|
def allow_lists(self) -> Optional[Sequence[str]]:
|
1339
1339
|
"""
|
1340
|
-
(Updatable)
|
1340
|
+
(Updatable) A list of filtering rules to include logs
|
1341
1341
|
"""
|
1342
1342
|
return pulumi.get(self, "allow_lists")
|
1343
1343
|
|
@@ -1345,7 +1345,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
|
|
1345
1345
|
@pulumi.getter(name="denyLists")
|
1346
1346
|
def deny_lists(self) -> Optional[Sequence[str]]:
|
1347
1347
|
"""
|
1348
|
-
(Updatable)
|
1348
|
+
(Updatable) A list of filtering rules to reject logs
|
1349
1349
|
"""
|
1350
1350
|
return pulumi.get(self, "deny_lists")
|
1351
1351
|
|
@@ -1361,7 +1361,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
|
|
1361
1361
|
@pulumi.getter
|
1362
1362
|
def name(self) -> Optional[str]:
|
1363
1363
|
"""
|
1364
|
-
(Updatable)
|
1364
|
+
(Updatable) The name key to tag this Grok pattern.
|
1365
1365
|
"""
|
1366
1366
|
return pulumi.get(self, "name")
|
1367
1367
|
|
@@ -1503,7 +1503,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
|
|
1503
1503
|
type: str,
|
1504
1504
|
metrics: Optional[Sequence[str]] = None):
|
1505
1505
|
"""
|
1506
|
-
:param 'UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetricsConfigurationSourceRecordInputArgs' record_input: (Updatable)
|
1506
|
+
:param 'UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetricsConfigurationSourceRecordInputArgs' record_input: (Updatable) record section of openmetrics parser.
|
1507
1507
|
:param str type: (Updatable) Type of the unified monitoring agent operational metrics source object.
|
1508
1508
|
:param Sequence[str] metrics: (Updatable) List of unified monitoring agent operational metrics.
|
1509
1509
|
"""
|
@@ -1516,7 +1516,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
|
|
1516
1516
|
@pulumi.getter(name="recordInput")
|
1517
1517
|
def record_input(self) -> 'outputs.UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetricsConfigurationSourceRecordInput':
|
1518
1518
|
"""
|
1519
|
-
(Updatable)
|
1519
|
+
(Updatable) record section of openmetrics parser.
|
1520
1520
|
"""
|
1521
1521
|
return pulumi.get(self, "record_input")
|
1522
1522
|
|
@@ -1560,8 +1560,8 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
|
|
1560
1560
|
namespace: str,
|
1561
1561
|
resource_group: Optional[str] = None):
|
1562
1562
|
"""
|
1563
|
-
:param str namespace: (Updatable) Namespace to emit
|
1564
|
-
:param str resource_group: (Updatable) Resource group to emit
|
1563
|
+
:param str namespace: (Updatable) Namespace to emit metrics.
|
1564
|
+
:param str resource_group: (Updatable) Resource group to emit metrics.
|
1565
1565
|
"""
|
1566
1566
|
pulumi.set(__self__, "namespace", namespace)
|
1567
1567
|
if resource_group is not None:
|
@@ -1571,7 +1571,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
|
|
1571
1571
|
@pulumi.getter
|
1572
1572
|
def namespace(self) -> str:
|
1573
1573
|
"""
|
1574
|
-
(Updatable) Namespace to emit
|
1574
|
+
(Updatable) Namespace to emit metrics.
|
1575
1575
|
"""
|
1576
1576
|
return pulumi.get(self, "namespace")
|
1577
1577
|
|
@@ -1579,7 +1579,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
|
|
1579
1579
|
@pulumi.getter(name="resourceGroup")
|
1580
1580
|
def resource_group(self) -> Optional[str]:
|
1581
1581
|
"""
|
1582
|
-
(Updatable) Resource group to emit
|
1582
|
+
(Updatable) Resource group to emit metrics.
|
1583
1583
|
"""
|
1584
1584
|
return pulumi.get(self, "resource_group")
|
1585
1585
|
|
@@ -1620,7 +1620,7 @@ class UnifiedAgentConfigurationServiceConfigurationSource(dict):
|
|
1620
1620
|
:param 'UnifiedAgentConfigurationServiceConfigurationSourceAdvancedOptionsArgs' advanced_options: (Updatable) Advanced options for logging configuration
|
1621
1621
|
:param Sequence[str] channels: (Updatable) Windows event log channels.
|
1622
1622
|
:param str custom_plugin: (Updatable) User customized source plugin.
|
1623
|
-
:param str name: (Updatable)
|
1623
|
+
:param str name: (Updatable) The name key to tag this Grok pattern.
|
1624
1624
|
:param 'UnifiedAgentConfigurationServiceConfigurationSourceParserArgs' parser: (Updatable) Source parser object.
|
1625
1625
|
:param Sequence[str] paths: (Updatable) Absolute paths for log source files. Wildcards can be used.
|
1626
1626
|
"""
|
@@ -1674,7 +1674,7 @@ class UnifiedAgentConfigurationServiceConfigurationSource(dict):
|
|
1674
1674
|
@pulumi.getter
|
1675
1675
|
def name(self) -> Optional[str]:
|
1676
1676
|
"""
|
1677
|
-
(Updatable)
|
1677
|
+
(Updatable) The name key to tag this Grok pattern.
|
1678
1678
|
"""
|
1679
1679
|
return pulumi.get(self, "name")
|
1680
1680
|
|
@@ -1829,7 +1829,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParser(dict):
|
|
1829
1829
|
:param str parser_type: (Updatable) Type of fluent parser.
|
1830
1830
|
:param str delimiter: (Updatable) CSV delimiter.
|
1831
1831
|
:param str expression: (Updatable) Regex pattern.
|
1832
|
-
:param str field_time_key: (Updatable)
|
1832
|
+
:param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
1833
1833
|
:param str format_firstline: (Updatable) First line pattern format.
|
1834
1834
|
:param Sequence[str] formats: (Updatable) Mutiline pattern format.
|
1835
1835
|
:param str grok_failure_key: (Updatable) Grok failure key.
|
@@ -1951,7 +1951,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParser(dict):
|
|
1951
1951
|
@pulumi.getter(name="fieldTimeKey")
|
1952
1952
|
def field_time_key(self) -> Optional[str]:
|
1953
1953
|
"""
|
1954
|
-
(Updatable)
|
1954
|
+
(Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
1955
1955
|
"""
|
1956
1956
|
return pulumi.get(self, "field_time_key")
|
1957
1957
|
|
@@ -2205,8 +2205,8 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParserNestedParser(dict
|
|
2205
2205
|
time_format: Optional[str] = None,
|
2206
2206
|
time_type: Optional[str] = None):
|
2207
2207
|
"""
|
2208
|
-
:param str field_time_key: Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
2209
|
-
:param bool is_keep_time_key: If true, keep the time field in the record.
|
2208
|
+
:param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
2209
|
+
:param bool is_keep_time_key: (Updatable) If true, keep the time field in the record.
|
2210
2210
|
:param bool parse_nested: (Updatable) If true, a separator parameter can be further defined.
|
2211
2211
|
:param str separator: (Updatable) Keys of adjacent levels are joined by the separator.
|
2212
2212
|
:param str time_format: (Updatable) Process time value using the specified format.
|
@@ -2229,7 +2229,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParserNestedParser(dict
|
|
2229
2229
|
@pulumi.getter(name="fieldTimeKey")
|
2230
2230
|
def field_time_key(self) -> Optional[str]:
|
2231
2231
|
"""
|
2232
|
-
Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
2232
|
+
(Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
2233
2233
|
"""
|
2234
2234
|
return pulumi.get(self, "field_time_key")
|
2235
2235
|
|
@@ -2237,7 +2237,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParserNestedParser(dict
|
|
2237
2237
|
@pulumi.getter(name="isKeepTimeKey")
|
2238
2238
|
def is_keep_time_key(self) -> Optional[bool]:
|
2239
2239
|
"""
|
2240
|
-
If true, keep the time field in the record.
|
2240
|
+
(Updatable) If true, keep the time field in the record.
|
2241
2241
|
"""
|
2242
2242
|
return pulumi.get(self, "is_keep_time_key")
|
2243
2243
|
|
@@ -2505,7 +2505,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2505
2505
|
reserve_time: Optional[bool] = None):
|
2506
2506
|
"""
|
2507
2507
|
:param str filter_type: (Updatable) Unified schema logging filter type.
|
2508
|
-
:param str name: (Updatable)
|
2508
|
+
:param str name: (Updatable) The name key to tag this Grok pattern.
|
2509
2509
|
:param Sequence['UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilterAllowListArgs'] allow_lists: (Updatable) A list of filtering rules to include logs
|
2510
2510
|
:param str custom_filter_type: (Updatable) Type of the custom filter
|
2511
2511
|
:param Sequence['UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilterCustomSectionArgs'] custom_sections: (Updatable) List of custom sections in custom filter
|
@@ -2589,7 +2589,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2589
2589
|
@pulumi.getter
|
2590
2590
|
def name(self) -> str:
|
2591
2591
|
"""
|
2592
|
-
(Updatable)
|
2592
|
+
(Updatable) The name key to tag this Grok pattern.
|
2593
2593
|
"""
|
2594
2594
|
return pulumi.get(self, "name")
|
2595
2595
|
|
@@ -2772,8 +2772,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2772
2772
|
key: Optional[str] = None,
|
2773
2773
|
pattern: Optional[str] = None):
|
2774
2774
|
"""
|
2775
|
-
:param str key: (Updatable)
|
2776
|
-
:param str pattern: (Updatable) The
|
2775
|
+
:param str key: (Updatable) A new key
|
2776
|
+
:param str pattern: (Updatable) The Grok pattern.
|
2777
2777
|
"""
|
2778
2778
|
if key is not None:
|
2779
2779
|
pulumi.set(__self__, "key", key)
|
@@ -2784,7 +2784,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2784
2784
|
@pulumi.getter
|
2785
2785
|
def key(self) -> Optional[str]:
|
2786
2786
|
"""
|
2787
|
-
(Updatable)
|
2787
|
+
(Updatable) A new key
|
2788
2788
|
"""
|
2789
2789
|
return pulumi.get(self, "key")
|
2790
2790
|
|
@@ -2792,7 +2792,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2792
2792
|
@pulumi.getter
|
2793
2793
|
def pattern(self) -> Optional[str]:
|
2794
2794
|
"""
|
2795
|
-
(Updatable) The
|
2795
|
+
(Updatable) The Grok pattern.
|
2796
2796
|
"""
|
2797
2797
|
return pulumi.get(self, "pattern")
|
2798
2798
|
|
@@ -2803,8 +2803,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2803
2803
|
name: Optional[str] = None,
|
2804
2804
|
params: Optional[Mapping[str, Any]] = None):
|
2805
2805
|
"""
|
2806
|
-
:param str name: (Updatable) The name
|
2807
|
-
:param Mapping[str, Any] params: (Updatable) Parameters
|
2806
|
+
:param str name: (Updatable) The name key to tag this Grok pattern.
|
2807
|
+
:param Mapping[str, Any] params: (Updatable) Parameters of the custom filter
|
2808
2808
|
"""
|
2809
2809
|
if name is not None:
|
2810
2810
|
pulumi.set(__self__, "name", name)
|
@@ -2815,7 +2815,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2815
2815
|
@pulumi.getter
|
2816
2816
|
def name(self) -> Optional[str]:
|
2817
2817
|
"""
|
2818
|
-
(Updatable) The name
|
2818
|
+
(Updatable) The name key to tag this Grok pattern.
|
2819
2819
|
"""
|
2820
2820
|
return pulumi.get(self, "name")
|
2821
2821
|
|
@@ -2823,7 +2823,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2823
2823
|
@pulumi.getter
|
2824
2824
|
def params(self) -> Optional[Mapping[str, Any]]:
|
2825
2825
|
"""
|
2826
|
-
(Updatable) Parameters
|
2826
|
+
(Updatable) Parameters of the custom filter
|
2827
2827
|
"""
|
2828
2828
|
return pulumi.get(self, "params")
|
2829
2829
|
|
@@ -2834,8 +2834,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2834
2834
|
key: Optional[str] = None,
|
2835
2835
|
pattern: Optional[str] = None):
|
2836
2836
|
"""
|
2837
|
-
:param str key: (Updatable)
|
2838
|
-
:param str pattern: (Updatable) The
|
2837
|
+
:param str key: (Updatable) A new key
|
2838
|
+
:param str pattern: (Updatable) The Grok pattern.
|
2839
2839
|
"""
|
2840
2840
|
if key is not None:
|
2841
2841
|
pulumi.set(__self__, "key", key)
|
@@ -2846,7 +2846,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2846
2846
|
@pulumi.getter
|
2847
2847
|
def key(self) -> Optional[str]:
|
2848
2848
|
"""
|
2849
|
-
(Updatable)
|
2849
|
+
(Updatable) A new key
|
2850
2850
|
"""
|
2851
2851
|
return pulumi.get(self, "key")
|
2852
2852
|
|
@@ -2854,7 +2854,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2854
2854
|
@pulumi.getter
|
2855
2855
|
def pattern(self) -> Optional[str]:
|
2856
2856
|
"""
|
2857
|
-
(Updatable) The
|
2857
|
+
(Updatable) The Grok pattern.
|
2858
2858
|
"""
|
2859
2859
|
return pulumi.get(self, "pattern")
|
2860
2860
|
|
@@ -2957,7 +2957,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
2957
2957
|
:param str parser_type: (Updatable) Type of fluent parser.
|
2958
2958
|
:param str delimiter: (Updatable) CSV delimiter.
|
2959
2959
|
:param str expression: (Updatable) Regex pattern.
|
2960
|
-
:param str field_time_key: (Updatable)
|
2960
|
+
:param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
2961
2961
|
:param str format_firstline: (Updatable) First line pattern format.
|
2962
2962
|
:param Sequence[str] formats: (Updatable) Mutiline pattern format.
|
2963
2963
|
:param str grok_failure_key: (Updatable) Grok failure key.
|
@@ -3079,7 +3079,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
3079
3079
|
@pulumi.getter(name="fieldTimeKey")
|
3080
3080
|
def field_time_key(self) -> Optional[str]:
|
3081
3081
|
"""
|
3082
|
-
(Updatable)
|
3082
|
+
(Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
3083
3083
|
"""
|
3084
3084
|
return pulumi.get(self, "field_time_key")
|
3085
3085
|
|
@@ -3333,8 +3333,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
3333
3333
|
time_format: Optional[str] = None,
|
3334
3334
|
time_type: Optional[str] = None):
|
3335
3335
|
"""
|
3336
|
-
:param str field_time_key: Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
3337
|
-
:param bool is_keep_time_key: If true, keep the time field in the record.
|
3336
|
+
:param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
3337
|
+
:param bool is_keep_time_key: (Updatable) If true, keep the time field in the record.
|
3338
3338
|
:param bool parse_nested: (Updatable) If true, a separator parameter can be further defined.
|
3339
3339
|
:param str separator: (Updatable) Keys of adjacent levels are joined by the separator.
|
3340
3340
|
:param str time_format: (Updatable) Process time value using the specified format.
|
@@ -3357,7 +3357,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
3357
3357
|
@pulumi.getter(name="fieldTimeKey")
|
3358
3358
|
def field_time_key(self) -> Optional[str]:
|
3359
3359
|
"""
|
3360
|
-
Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
3360
|
+
(Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
|
3361
3361
|
"""
|
3362
3362
|
return pulumi.get(self, "field_time_key")
|
3363
3363
|
|
@@ -3365,7 +3365,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
|
|
3365
3365
|
@pulumi.getter(name="isKeepTimeKey")
|
3366
3366
|
def is_keep_time_key(self) -> Optional[bool]:
|
3367
3367
|
"""
|
3368
|
-
If true, keep the time field in the record.
|
3368
|
+
(Updatable) If true, keep the time field in the record.
|
3369
3369
|
"""
|
3370
3370
|
return pulumi.get(self, "is_keep_time_key")
|
3371
3371
|
|
@@ -46,9 +46,16 @@ class ManagementAgentDataSourceListArgs:
|
|
46
46
|
type: Optional[pulumi.Input[str]] = None,
|
47
47
|
url: Optional[pulumi.Input[str]] = None):
|
48
48
|
"""
|
49
|
+
:param pulumi.Input[str] name: Name of the property
|
50
|
+
:param pulumi.Input[int] read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
|
51
|
+
:param pulumi.Input[int] read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
|
52
|
+
:param pulumi.Input[str] resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
|
53
|
+
:param pulumi.Input[int] schedule_mins: Number in minutes. The scraping occurs at the specified interval.
|
49
54
|
:param pulumi.Input[str] state: The current state of managementAgent
|
50
55
|
:param pulumi.Input[str] time_created: The time the Management Agent was created. An RFC3339 formatted datetime string
|
51
56
|
:param pulumi.Input[str] time_updated: The time the Management Agent was last updated. An RFC3339 formatted datetime string
|
57
|
+
:param pulumi.Input[str] type: The type of the DataSource.
|
58
|
+
:param pulumi.Input[str] url: The url through which the Prometheus Exporter publishes its metrics. (http only)
|
52
59
|
"""
|
53
60
|
if allow_metrics is not None:
|
54
61
|
pulumi.set(__self__, "allow_metrics", allow_metrics)
|
@@ -144,6 +151,9 @@ class ManagementAgentDataSourceListArgs:
|
|
144
151
|
@property
|
145
152
|
@pulumi.getter
|
146
153
|
def name(self) -> Optional[pulumi.Input[str]]:
|
154
|
+
"""
|
155
|
+
Name of the property
|
156
|
+
"""
|
147
157
|
return pulumi.get(self, "name")
|
148
158
|
|
149
159
|
@name.setter
|
@@ -171,6 +181,9 @@ class ManagementAgentDataSourceListArgs:
|
|
171
181
|
@property
|
172
182
|
@pulumi.getter(name="readDataLimit")
|
173
183
|
def read_data_limit(self) -> Optional[pulumi.Input[int]]:
|
184
|
+
"""
|
185
|
+
Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
|
186
|
+
"""
|
174
187
|
return pulumi.get(self, "read_data_limit")
|
175
188
|
|
176
189
|
@read_data_limit.setter
|
@@ -180,6 +193,9 @@ class ManagementAgentDataSourceListArgs:
|
|
180
193
|
@property
|
181
194
|
@pulumi.getter(name="readTimeout")
|
182
195
|
def read_timeout(self) -> Optional[pulumi.Input[int]]:
|
196
|
+
"""
|
197
|
+
Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
|
198
|
+
"""
|
183
199
|
return pulumi.get(self, "read_timeout")
|
184
200
|
|
185
201
|
@read_timeout.setter
|
@@ -189,6 +205,9 @@ class ManagementAgentDataSourceListArgs:
|
|
189
205
|
@property
|
190
206
|
@pulumi.getter(name="resourceGroup")
|
191
207
|
def resource_group(self) -> Optional[pulumi.Input[str]]:
|
208
|
+
"""
|
209
|
+
Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
|
210
|
+
"""
|
192
211
|
return pulumi.get(self, "resource_group")
|
193
212
|
|
194
213
|
@resource_group.setter
|
@@ -198,6 +217,9 @@ class ManagementAgentDataSourceListArgs:
|
|
198
217
|
@property
|
199
218
|
@pulumi.getter(name="scheduleMins")
|
200
219
|
def schedule_mins(self) -> Optional[pulumi.Input[int]]:
|
220
|
+
"""
|
221
|
+
Number in minutes. The scraping occurs at the specified interval.
|
222
|
+
"""
|
201
223
|
return pulumi.get(self, "schedule_mins")
|
202
224
|
|
203
225
|
@schedule_mins.setter
|
@@ -243,6 +265,9 @@ class ManagementAgentDataSourceListArgs:
|
|
243
265
|
@property
|
244
266
|
@pulumi.getter
|
245
267
|
def type(self) -> Optional[pulumi.Input[str]]:
|
268
|
+
"""
|
269
|
+
The type of the DataSource.
|
270
|
+
"""
|
246
271
|
return pulumi.get(self, "type")
|
247
272
|
|
248
273
|
@type.setter
|
@@ -252,6 +277,9 @@ class ManagementAgentDataSourceListArgs:
|
|
252
277
|
@property
|
253
278
|
@pulumi.getter
|
254
279
|
def url(self) -> Optional[pulumi.Input[str]]:
|
280
|
+
"""
|
281
|
+
The url through which the Prometheus Exporter publishes its metrics. (http only)
|
282
|
+
"""
|
255
283
|
return pulumi.get(self, "url")
|
256
284
|
|
257
285
|
@url.setter
|
@@ -264,6 +292,9 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
|
|
264
292
|
def __init__(__self__, *,
|
265
293
|
name: Optional[pulumi.Input[str]] = None,
|
266
294
|
value: Optional[pulumi.Input[str]] = None):
|
295
|
+
"""
|
296
|
+
:param pulumi.Input[str] name: Name of the property
|
297
|
+
"""
|
267
298
|
if name is not None:
|
268
299
|
pulumi.set(__self__, "name", name)
|
269
300
|
if value is not None:
|
@@ -272,6 +303,9 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
|
|
272
303
|
@property
|
273
304
|
@pulumi.getter
|
274
305
|
def name(self) -> Optional[pulumi.Input[str]]:
|
306
|
+
"""
|
307
|
+
Name of the property
|
308
|
+
"""
|
275
309
|
return pulumi.get(self, "name")
|
276
310
|
|
277
311
|
@name.setter
|
@@ -294,7 +328,7 @@ class ManagementAgentDataSourceMetricDimensionArgs:
|
|
294
328
|
name: pulumi.Input[str],
|
295
329
|
value: pulumi.Input[str]):
|
296
330
|
"""
|
297
|
-
:param pulumi.Input[str] name:
|
331
|
+
:param pulumi.Input[str] name: Unique name of the DataSource.
|
298
332
|
:param pulumi.Input[str] value: (Updatable) Value of the metric dimension
|
299
333
|
"""
|
300
334
|
pulumi.set(__self__, "name", name)
|
@@ -304,7 +338,7 @@ class ManagementAgentDataSourceMetricDimensionArgs:
|
|
304
338
|
@pulumi.getter
|
305
339
|
def name(self) -> pulumi.Input[str]:
|
306
340
|
"""
|
307
|
-
|
341
|
+
Unique name of the DataSource.
|
308
342
|
"""
|
309
343
|
return pulumi.get(self, "name")
|
310
344
|
|
@@ -332,6 +366,10 @@ class ManagementAgentDataSourceSummaryListArgs:
|
|
332
366
|
key: Optional[pulumi.Input[str]] = None,
|
333
367
|
name: Optional[pulumi.Input[str]] = None,
|
334
368
|
type: Optional[pulumi.Input[str]] = None):
|
369
|
+
"""
|
370
|
+
:param pulumi.Input[str] name: Name of the property
|
371
|
+
:param pulumi.Input[str] type: The type of the DataSource.
|
372
|
+
"""
|
335
373
|
if is_daemon_set is not None:
|
336
374
|
pulumi.set(__self__, "is_daemon_set", is_daemon_set)
|
337
375
|
if key is not None:
|
@@ -362,6 +400,9 @@ class ManagementAgentDataSourceSummaryListArgs:
|
|
362
400
|
@property
|
363
401
|
@pulumi.getter
|
364
402
|
def name(self) -> Optional[pulumi.Input[str]]:
|
403
|
+
"""
|
404
|
+
Name of the property
|
405
|
+
"""
|
365
406
|
return pulumi.get(self, "name")
|
366
407
|
|
367
408
|
@name.setter
|
@@ -371,6 +412,9 @@ class ManagementAgentDataSourceSummaryListArgs:
|
|
371
412
|
@property
|
372
413
|
@pulumi.getter
|
373
414
|
def type(self) -> Optional[pulumi.Input[str]]:
|
415
|
+
"""
|
416
|
+
The type of the DataSource.
|
417
|
+
"""
|
374
418
|
return pulumi.get(self, "type")
|
375
419
|
|
376
420
|
@type.setter
|