pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__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 +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- 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 +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- 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 +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- 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 +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- 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 +19 -17
- 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 +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- 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 +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- 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 +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- 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 +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- 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 +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- 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 +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- 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 +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- 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 +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- 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 +49 -70
- 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 +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- 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 +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- 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 +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- 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 +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- 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 +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- 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 +77 -26
- 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 +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- 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 +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,595 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
|
12
|
+
__all__ = ['SavedQueryArgs', 'SavedQuery']
|
13
|
+
|
14
|
+
@pulumi.input_type
|
15
|
+
class SavedQueryArgs:
|
16
|
+
def __init__(__self__, *,
|
17
|
+
compartment_id: pulumi.Input[str],
|
18
|
+
display_name: pulumi.Input[str],
|
19
|
+
query: pulumi.Input[str],
|
20
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
21
|
+
description: Optional[pulumi.Input[str]] = None,
|
22
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
23
|
+
"""
|
24
|
+
The set of arguments for constructing a SavedQuery resource.
|
25
|
+
:param pulumi.Input[str] compartment_id: (Updatable) Compartment OCID of the saved query
|
26
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the saved query
|
27
|
+
:param pulumi.Input[str] query: (Updatable) The adhoc query expression that is run
|
28
|
+
|
29
|
+
|
30
|
+
** IMPORTANT **
|
31
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
32
|
+
: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"}`
|
33
|
+
:param pulumi.Input[str] description: (Updatable) Description of the saved query
|
34
|
+
: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"}`
|
35
|
+
|
36
|
+
Avoid entering confidential information.
|
37
|
+
"""
|
38
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
39
|
+
pulumi.set(__self__, "display_name", display_name)
|
40
|
+
pulumi.set(__self__, "query", query)
|
41
|
+
if defined_tags is not None:
|
42
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
43
|
+
if description is not None:
|
44
|
+
pulumi.set(__self__, "description", description)
|
45
|
+
if freeform_tags is not None:
|
46
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
47
|
+
|
48
|
+
@property
|
49
|
+
@pulumi.getter(name="compartmentId")
|
50
|
+
def compartment_id(self) -> pulumi.Input[str]:
|
51
|
+
"""
|
52
|
+
(Updatable) Compartment OCID of the saved query
|
53
|
+
"""
|
54
|
+
return pulumi.get(self, "compartment_id")
|
55
|
+
|
56
|
+
@compartment_id.setter
|
57
|
+
def compartment_id(self, value: pulumi.Input[str]):
|
58
|
+
pulumi.set(self, "compartment_id", value)
|
59
|
+
|
60
|
+
@property
|
61
|
+
@pulumi.getter(name="displayName")
|
62
|
+
def display_name(self) -> pulumi.Input[str]:
|
63
|
+
"""
|
64
|
+
(Updatable) Display name of the saved query
|
65
|
+
"""
|
66
|
+
return pulumi.get(self, "display_name")
|
67
|
+
|
68
|
+
@display_name.setter
|
69
|
+
def display_name(self, value: pulumi.Input[str]):
|
70
|
+
pulumi.set(self, "display_name", value)
|
71
|
+
|
72
|
+
@property
|
73
|
+
@pulumi.getter
|
74
|
+
def query(self) -> pulumi.Input[str]:
|
75
|
+
"""
|
76
|
+
(Updatable) The adhoc query expression that is run
|
77
|
+
|
78
|
+
|
79
|
+
** IMPORTANT **
|
80
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "query")
|
83
|
+
|
84
|
+
@query.setter
|
85
|
+
def query(self, value: pulumi.Input[str]):
|
86
|
+
pulumi.set(self, "query", value)
|
87
|
+
|
88
|
+
@property
|
89
|
+
@pulumi.getter(name="definedTags")
|
90
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
91
|
+
"""
|
92
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "defined_tags")
|
95
|
+
|
96
|
+
@defined_tags.setter
|
97
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
98
|
+
pulumi.set(self, "defined_tags", value)
|
99
|
+
|
100
|
+
@property
|
101
|
+
@pulumi.getter
|
102
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
103
|
+
"""
|
104
|
+
(Updatable) Description of the saved query
|
105
|
+
"""
|
106
|
+
return pulumi.get(self, "description")
|
107
|
+
|
108
|
+
@description.setter
|
109
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
110
|
+
pulumi.set(self, "description", value)
|
111
|
+
|
112
|
+
@property
|
113
|
+
@pulumi.getter(name="freeformTags")
|
114
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
115
|
+
"""
|
116
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
117
|
+
|
118
|
+
Avoid entering confidential information.
|
119
|
+
"""
|
120
|
+
return pulumi.get(self, "freeform_tags")
|
121
|
+
|
122
|
+
@freeform_tags.setter
|
123
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
124
|
+
pulumi.set(self, "freeform_tags", value)
|
125
|
+
|
126
|
+
|
127
|
+
@pulumi.input_type
|
128
|
+
class _SavedQueryState:
|
129
|
+
def __init__(__self__, *,
|
130
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
131
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
132
|
+
description: Optional[pulumi.Input[str]] = None,
|
133
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
134
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
135
|
+
query: Optional[pulumi.Input[str]] = None,
|
136
|
+
state: Optional[pulumi.Input[str]] = None,
|
137
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
138
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
139
|
+
time_updated: Optional[pulumi.Input[str]] = None):
|
140
|
+
"""
|
141
|
+
Input properties used for looking up and filtering SavedQuery resources.
|
142
|
+
:param pulumi.Input[str] compartment_id: (Updatable) Compartment OCID of the saved query
|
143
|
+
: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"}`
|
144
|
+
:param pulumi.Input[str] description: (Updatable) Description of the saved query
|
145
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the saved query
|
146
|
+
: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"}`
|
147
|
+
|
148
|
+
Avoid entering confidential information.
|
149
|
+
:param pulumi.Input[str] query: (Updatable) The adhoc query expression that is run
|
150
|
+
|
151
|
+
|
152
|
+
** IMPORTANT **
|
153
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
154
|
+
:param pulumi.Input[str] state: The current lifecycle state of the resource
|
155
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
156
|
+
:param pulumi.Input[str] time_created: The date and time the saved query was created. Format defined by RFC3339.
|
157
|
+
:param pulumi.Input[str] time_updated: The date and time the saved query was updated. Format defined by RFC3339.
|
158
|
+
"""
|
159
|
+
if compartment_id is not None:
|
160
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
161
|
+
if defined_tags is not None:
|
162
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
163
|
+
if description is not None:
|
164
|
+
pulumi.set(__self__, "description", description)
|
165
|
+
if display_name is not None:
|
166
|
+
pulumi.set(__self__, "display_name", display_name)
|
167
|
+
if freeform_tags is not None:
|
168
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
169
|
+
if query is not None:
|
170
|
+
pulumi.set(__self__, "query", query)
|
171
|
+
if state is not None:
|
172
|
+
pulumi.set(__self__, "state", state)
|
173
|
+
if system_tags is not None:
|
174
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
175
|
+
if time_created is not None:
|
176
|
+
pulumi.set(__self__, "time_created", time_created)
|
177
|
+
if time_updated is not None:
|
178
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
179
|
+
|
180
|
+
@property
|
181
|
+
@pulumi.getter(name="compartmentId")
|
182
|
+
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
183
|
+
"""
|
184
|
+
(Updatable) Compartment OCID of the saved query
|
185
|
+
"""
|
186
|
+
return pulumi.get(self, "compartment_id")
|
187
|
+
|
188
|
+
@compartment_id.setter
|
189
|
+
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
190
|
+
pulumi.set(self, "compartment_id", value)
|
191
|
+
|
192
|
+
@property
|
193
|
+
@pulumi.getter(name="definedTags")
|
194
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
195
|
+
"""
|
196
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
197
|
+
"""
|
198
|
+
return pulumi.get(self, "defined_tags")
|
199
|
+
|
200
|
+
@defined_tags.setter
|
201
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
202
|
+
pulumi.set(self, "defined_tags", value)
|
203
|
+
|
204
|
+
@property
|
205
|
+
@pulumi.getter
|
206
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
207
|
+
"""
|
208
|
+
(Updatable) Description of the saved query
|
209
|
+
"""
|
210
|
+
return pulumi.get(self, "description")
|
211
|
+
|
212
|
+
@description.setter
|
213
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
214
|
+
pulumi.set(self, "description", value)
|
215
|
+
|
216
|
+
@property
|
217
|
+
@pulumi.getter(name="displayName")
|
218
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
219
|
+
"""
|
220
|
+
(Updatable) Display name of the saved query
|
221
|
+
"""
|
222
|
+
return pulumi.get(self, "display_name")
|
223
|
+
|
224
|
+
@display_name.setter
|
225
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
226
|
+
pulumi.set(self, "display_name", value)
|
227
|
+
|
228
|
+
@property
|
229
|
+
@pulumi.getter(name="freeformTags")
|
230
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
231
|
+
"""
|
232
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
233
|
+
|
234
|
+
Avoid entering confidential information.
|
235
|
+
"""
|
236
|
+
return pulumi.get(self, "freeform_tags")
|
237
|
+
|
238
|
+
@freeform_tags.setter
|
239
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
240
|
+
pulumi.set(self, "freeform_tags", value)
|
241
|
+
|
242
|
+
@property
|
243
|
+
@pulumi.getter
|
244
|
+
def query(self) -> Optional[pulumi.Input[str]]:
|
245
|
+
"""
|
246
|
+
(Updatable) The adhoc query expression that is run
|
247
|
+
|
248
|
+
|
249
|
+
** IMPORTANT **
|
250
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
251
|
+
"""
|
252
|
+
return pulumi.get(self, "query")
|
253
|
+
|
254
|
+
@query.setter
|
255
|
+
def query(self, value: Optional[pulumi.Input[str]]):
|
256
|
+
pulumi.set(self, "query", value)
|
257
|
+
|
258
|
+
@property
|
259
|
+
@pulumi.getter
|
260
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
261
|
+
"""
|
262
|
+
The current lifecycle state of the resource
|
263
|
+
"""
|
264
|
+
return pulumi.get(self, "state")
|
265
|
+
|
266
|
+
@state.setter
|
267
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
268
|
+
pulumi.set(self, "state", value)
|
269
|
+
|
270
|
+
@property
|
271
|
+
@pulumi.getter(name="systemTags")
|
272
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
273
|
+
"""
|
274
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
275
|
+
"""
|
276
|
+
return pulumi.get(self, "system_tags")
|
277
|
+
|
278
|
+
@system_tags.setter
|
279
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
280
|
+
pulumi.set(self, "system_tags", value)
|
281
|
+
|
282
|
+
@property
|
283
|
+
@pulumi.getter(name="timeCreated")
|
284
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
285
|
+
"""
|
286
|
+
The date and time the saved query was created. Format defined by RFC3339.
|
287
|
+
"""
|
288
|
+
return pulumi.get(self, "time_created")
|
289
|
+
|
290
|
+
@time_created.setter
|
291
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
292
|
+
pulumi.set(self, "time_created", value)
|
293
|
+
|
294
|
+
@property
|
295
|
+
@pulumi.getter(name="timeUpdated")
|
296
|
+
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
297
|
+
"""
|
298
|
+
The date and time the saved query was updated. Format defined by RFC3339.
|
299
|
+
"""
|
300
|
+
return pulumi.get(self, "time_updated")
|
301
|
+
|
302
|
+
@time_updated.setter
|
303
|
+
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
304
|
+
pulumi.set(self, "time_updated", value)
|
305
|
+
|
306
|
+
|
307
|
+
class SavedQuery(pulumi.CustomResource):
|
308
|
+
@overload
|
309
|
+
def __init__(__self__,
|
310
|
+
resource_name: str,
|
311
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
312
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
313
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
314
|
+
description: Optional[pulumi.Input[str]] = None,
|
315
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
316
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
317
|
+
query: Optional[pulumi.Input[str]] = None,
|
318
|
+
__props__=None):
|
319
|
+
"""
|
320
|
+
This resource provides the Saved Query resource in Oracle Cloud Infrastructure Cloud Guard service.
|
321
|
+
|
322
|
+
Creates a SavedQuery resource.
|
323
|
+
|
324
|
+
## Example Usage
|
325
|
+
|
326
|
+
```python
|
327
|
+
import pulumi
|
328
|
+
import pulumi_oci as oci
|
329
|
+
|
330
|
+
test_saved_query = oci.cloud_guard.SavedQuery("test_saved_query",
|
331
|
+
compartment_id=compartment_id,
|
332
|
+
display_name=saved_query_display_name,
|
333
|
+
query=saved_query_query,
|
334
|
+
defined_tags={
|
335
|
+
"foo-namespace.bar-key": "value",
|
336
|
+
},
|
337
|
+
description=saved_query_description,
|
338
|
+
freeform_tags={
|
339
|
+
"bar-key": "value",
|
340
|
+
})
|
341
|
+
```
|
342
|
+
|
343
|
+
## Import
|
344
|
+
|
345
|
+
SavedQueries can be imported using the `id`, e.g.
|
346
|
+
|
347
|
+
```sh
|
348
|
+
$ pulumi import oci:CloudGuard/savedQuery:SavedQuery test_saved_query "id"
|
349
|
+
```
|
350
|
+
|
351
|
+
:param str resource_name: The name of the resource.
|
352
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
353
|
+
:param pulumi.Input[str] compartment_id: (Updatable) Compartment OCID of the saved query
|
354
|
+
: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"}`
|
355
|
+
:param pulumi.Input[str] description: (Updatable) Description of the saved query
|
356
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the saved query
|
357
|
+
: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"}`
|
358
|
+
|
359
|
+
Avoid entering confidential information.
|
360
|
+
:param pulumi.Input[str] query: (Updatable) The adhoc query expression that is run
|
361
|
+
|
362
|
+
|
363
|
+
** IMPORTANT **
|
364
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
365
|
+
"""
|
366
|
+
...
|
367
|
+
@overload
|
368
|
+
def __init__(__self__,
|
369
|
+
resource_name: str,
|
370
|
+
args: SavedQueryArgs,
|
371
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
372
|
+
"""
|
373
|
+
This resource provides the Saved Query resource in Oracle Cloud Infrastructure Cloud Guard service.
|
374
|
+
|
375
|
+
Creates a SavedQuery resource.
|
376
|
+
|
377
|
+
## Example Usage
|
378
|
+
|
379
|
+
```python
|
380
|
+
import pulumi
|
381
|
+
import pulumi_oci as oci
|
382
|
+
|
383
|
+
test_saved_query = oci.cloud_guard.SavedQuery("test_saved_query",
|
384
|
+
compartment_id=compartment_id,
|
385
|
+
display_name=saved_query_display_name,
|
386
|
+
query=saved_query_query,
|
387
|
+
defined_tags={
|
388
|
+
"foo-namespace.bar-key": "value",
|
389
|
+
},
|
390
|
+
description=saved_query_description,
|
391
|
+
freeform_tags={
|
392
|
+
"bar-key": "value",
|
393
|
+
})
|
394
|
+
```
|
395
|
+
|
396
|
+
## Import
|
397
|
+
|
398
|
+
SavedQueries can be imported using the `id`, e.g.
|
399
|
+
|
400
|
+
```sh
|
401
|
+
$ pulumi import oci:CloudGuard/savedQuery:SavedQuery test_saved_query "id"
|
402
|
+
```
|
403
|
+
|
404
|
+
:param str resource_name: The name of the resource.
|
405
|
+
:param SavedQueryArgs args: The arguments to use to populate this resource's properties.
|
406
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
407
|
+
"""
|
408
|
+
...
|
409
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
410
|
+
resource_args, opts = _utilities.get_resource_args_opts(SavedQueryArgs, pulumi.ResourceOptions, *args, **kwargs)
|
411
|
+
if resource_args is not None:
|
412
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
413
|
+
else:
|
414
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
415
|
+
|
416
|
+
def _internal_init(__self__,
|
417
|
+
resource_name: str,
|
418
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
419
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
420
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
421
|
+
description: Optional[pulumi.Input[str]] = None,
|
422
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
423
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
424
|
+
query: Optional[pulumi.Input[str]] = None,
|
425
|
+
__props__=None):
|
426
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
427
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
428
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
429
|
+
if opts.id is None:
|
430
|
+
if __props__ is not None:
|
431
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
432
|
+
__props__ = SavedQueryArgs.__new__(SavedQueryArgs)
|
433
|
+
|
434
|
+
if compartment_id is None and not opts.urn:
|
435
|
+
raise TypeError("Missing required property 'compartment_id'")
|
436
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
437
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
438
|
+
__props__.__dict__["description"] = description
|
439
|
+
if display_name is None and not opts.urn:
|
440
|
+
raise TypeError("Missing required property 'display_name'")
|
441
|
+
__props__.__dict__["display_name"] = display_name
|
442
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
443
|
+
if query is None and not opts.urn:
|
444
|
+
raise TypeError("Missing required property 'query'")
|
445
|
+
__props__.__dict__["query"] = query
|
446
|
+
__props__.__dict__["state"] = None
|
447
|
+
__props__.__dict__["system_tags"] = None
|
448
|
+
__props__.__dict__["time_created"] = None
|
449
|
+
__props__.__dict__["time_updated"] = None
|
450
|
+
super(SavedQuery, __self__).__init__(
|
451
|
+
'oci:CloudGuard/savedQuery:SavedQuery',
|
452
|
+
resource_name,
|
453
|
+
__props__,
|
454
|
+
opts)
|
455
|
+
|
456
|
+
@staticmethod
|
457
|
+
def get(resource_name: str,
|
458
|
+
id: pulumi.Input[str],
|
459
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
460
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
461
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
462
|
+
description: Optional[pulumi.Input[str]] = None,
|
463
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
464
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
465
|
+
query: Optional[pulumi.Input[str]] = None,
|
466
|
+
state: Optional[pulumi.Input[str]] = None,
|
467
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
468
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
469
|
+
time_updated: Optional[pulumi.Input[str]] = None) -> 'SavedQuery':
|
470
|
+
"""
|
471
|
+
Get an existing SavedQuery resource's state with the given name, id, and optional extra
|
472
|
+
properties used to qualify the lookup.
|
473
|
+
|
474
|
+
:param str resource_name: The unique name of the resulting resource.
|
475
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
476
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
477
|
+
:param pulumi.Input[str] compartment_id: (Updatable) Compartment OCID of the saved query
|
478
|
+
: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"}`
|
479
|
+
:param pulumi.Input[str] description: (Updatable) Description of the saved query
|
480
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the saved query
|
481
|
+
: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"}`
|
482
|
+
|
483
|
+
Avoid entering confidential information.
|
484
|
+
:param pulumi.Input[str] query: (Updatable) The adhoc query expression that is run
|
485
|
+
|
486
|
+
|
487
|
+
** IMPORTANT **
|
488
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
489
|
+
:param pulumi.Input[str] state: The current lifecycle state of the resource
|
490
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
491
|
+
:param pulumi.Input[str] time_created: The date and time the saved query was created. Format defined by RFC3339.
|
492
|
+
:param pulumi.Input[str] time_updated: The date and time the saved query was updated. Format defined by RFC3339.
|
493
|
+
"""
|
494
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
495
|
+
|
496
|
+
__props__ = _SavedQueryState.__new__(_SavedQueryState)
|
497
|
+
|
498
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
499
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
500
|
+
__props__.__dict__["description"] = description
|
501
|
+
__props__.__dict__["display_name"] = display_name
|
502
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
503
|
+
__props__.__dict__["query"] = query
|
504
|
+
__props__.__dict__["state"] = state
|
505
|
+
__props__.__dict__["system_tags"] = system_tags
|
506
|
+
__props__.__dict__["time_created"] = time_created
|
507
|
+
__props__.__dict__["time_updated"] = time_updated
|
508
|
+
return SavedQuery(resource_name, opts=opts, __props__=__props__)
|
509
|
+
|
510
|
+
@property
|
511
|
+
@pulumi.getter(name="compartmentId")
|
512
|
+
def compartment_id(self) -> pulumi.Output[str]:
|
513
|
+
"""
|
514
|
+
(Updatable) Compartment OCID of the saved query
|
515
|
+
"""
|
516
|
+
return pulumi.get(self, "compartment_id")
|
517
|
+
|
518
|
+
@property
|
519
|
+
@pulumi.getter(name="definedTags")
|
520
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
521
|
+
"""
|
522
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
523
|
+
"""
|
524
|
+
return pulumi.get(self, "defined_tags")
|
525
|
+
|
526
|
+
@property
|
527
|
+
@pulumi.getter
|
528
|
+
def description(self) -> pulumi.Output[str]:
|
529
|
+
"""
|
530
|
+
(Updatable) Description of the saved query
|
531
|
+
"""
|
532
|
+
return pulumi.get(self, "description")
|
533
|
+
|
534
|
+
@property
|
535
|
+
@pulumi.getter(name="displayName")
|
536
|
+
def display_name(self) -> pulumi.Output[str]:
|
537
|
+
"""
|
538
|
+
(Updatable) Display name of the saved query
|
539
|
+
"""
|
540
|
+
return pulumi.get(self, "display_name")
|
541
|
+
|
542
|
+
@property
|
543
|
+
@pulumi.getter(name="freeformTags")
|
544
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
545
|
+
"""
|
546
|
+
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
547
|
+
|
548
|
+
Avoid entering confidential information.
|
549
|
+
"""
|
550
|
+
return pulumi.get(self, "freeform_tags")
|
551
|
+
|
552
|
+
@property
|
553
|
+
@pulumi.getter
|
554
|
+
def query(self) -> pulumi.Output[str]:
|
555
|
+
"""
|
556
|
+
(Updatable) The adhoc query expression that is run
|
557
|
+
|
558
|
+
|
559
|
+
** IMPORTANT **
|
560
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
561
|
+
"""
|
562
|
+
return pulumi.get(self, "query")
|
563
|
+
|
564
|
+
@property
|
565
|
+
@pulumi.getter
|
566
|
+
def state(self) -> pulumi.Output[str]:
|
567
|
+
"""
|
568
|
+
The current lifecycle state of the resource
|
569
|
+
"""
|
570
|
+
return pulumi.get(self, "state")
|
571
|
+
|
572
|
+
@property
|
573
|
+
@pulumi.getter(name="systemTags")
|
574
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
575
|
+
"""
|
576
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
577
|
+
"""
|
578
|
+
return pulumi.get(self, "system_tags")
|
579
|
+
|
580
|
+
@property
|
581
|
+
@pulumi.getter(name="timeCreated")
|
582
|
+
def time_created(self) -> pulumi.Output[str]:
|
583
|
+
"""
|
584
|
+
The date and time the saved query was created. Format defined by RFC3339.
|
585
|
+
"""
|
586
|
+
return pulumi.get(self, "time_created")
|
587
|
+
|
588
|
+
@property
|
589
|
+
@pulumi.getter(name="timeUpdated")
|
590
|
+
def time_updated(self) -> pulumi.Output[str]:
|
591
|
+
"""
|
592
|
+
The date and time the saved query was updated. Format defined by RFC3339.
|
593
|
+
"""
|
594
|
+
return pulumi.get(self, "time_updated")
|
595
|
+
|