pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
@@ -18616,7 +18616,7 @@ class GetManagedDatabaseCursorCacheStatementsCursorCacheStatementCollectionItemR
|
|
18616
18616
|
"""
|
18617
18617
|
:param str schema: The name of the parsing schema.
|
18618
18618
|
:param str sql_id: The SQL statement identifier. Identifies a SQL statement in the cursor cache.
|
18619
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
18619
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
18620
18620
|
"""
|
18621
18621
|
pulumi.set(__self__, "schema", schema)
|
18622
18622
|
pulumi.set(__self__, "sql_id", sql_id)
|
@@ -18642,7 +18642,7 @@ class GetManagedDatabaseCursorCacheStatementsCursorCacheStatementCollectionItemR
|
|
18642
18642
|
@pulumi.getter(name="sqlText")
|
18643
18643
|
def sql_text(self) -> str:
|
18644
18644
|
"""
|
18645
|
-
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
18645
|
+
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
18646
18646
|
"""
|
18647
18647
|
return pulumi.get(self, "sql_text")
|
18648
18648
|
|
@@ -20971,7 +20971,7 @@ class GetManagedDatabaseSqlPlanBaselinesSqlPlanBaselineCollectionItemResult(dict
|
|
20971
20971
|
:param str plan_name: A filter to return only SQL plan baselines that match the plan name.
|
20972
20972
|
:param str reproduced: Indicates whether the optimizer was able to reproduce the plan (`YES`) or not (`NO`). The value is set to `YES` when a plan is initially added to the plan baseline.
|
20973
20973
|
:param str sql_handle: A filter to return all the SQL plan baselines for the specified SQL handle.
|
20974
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
20974
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
20975
20975
|
:param str time_created: The date and time when the plan baseline was created.
|
20976
20976
|
:param str time_last_executed: The date and time when the plan baseline was last executed.
|
20977
20977
|
:param str time_last_modified: The date and time when the plan baseline was last modified.
|
@@ -21093,7 +21093,7 @@ class GetManagedDatabaseSqlPlanBaselinesSqlPlanBaselineCollectionItemResult(dict
|
|
21093
21093
|
@pulumi.getter(name="sqlText")
|
21094
21094
|
def sql_text(self) -> str:
|
21095
21095
|
"""
|
21096
|
-
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
21096
|
+
A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
21097
21097
|
"""
|
21098
21098
|
return pulumi.get(self, "sql_text")
|
21099
21099
|
|
@@ -26211,7 +26211,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
26211
26211
|
:param str last_seen: The date and time the query was last seen.
|
26212
26212
|
:param float max_timer_wait: The slowest the query has been executed.
|
26213
26213
|
:param float min_timer_wait: The fastest the query has been executed.
|
26214
|
-
:param float quantile95: The 95th percentile of the query latency. That is, 95
|
26214
|
+
:param float quantile95: The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
|
26215
26215
|
:param float quantile99: The 99th percentile of the query latency.
|
26216
26216
|
:param float quantile999: The 99.9th percentile of the query latency.
|
26217
26217
|
:param str schema_name: The name of the default schema when executing the query. If a schema is not set as the default, then the value is NULL.
|
@@ -26355,7 +26355,7 @@ class GetManagedMySqlDatabaseSqlDataMySqlDataCollectionItemResult(dict):
|
|
26355
26355
|
@pulumi.getter
|
26356
26356
|
def quantile95(self) -> float:
|
26357
26357
|
"""
|
26358
|
-
The 95th percentile of the query latency. That is, 95
|
26358
|
+
The 95th percentile of the query latency. That is, 95% of the queries complete in the time given or in less time.
|
26359
26359
|
"""
|
26360
26360
|
return pulumi.get(self, "quantile95")
|
26361
26361
|
|
@@ -22,7 +22,7 @@ class GetInvokeRunResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getInvokeRun.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, application_id=None, application_log_configs=None, archive_uri=None, arguments=None, asynchronous=None, class_name=None, compartment_id=None, configuration=None, data_read_in_bytes=None, data_written_in_bytes=None, defined_tags=None, display_name=None, driver_shape=None, driver_shape_configs=None, execute=None, executor_shape=None, executor_shape_configs=None, file_uri=None, freeform_tags=None, id=None, idle_timeout_in_minutes=None, language=None, lifecycle_details=None, logs_bucket_uri=None, max_duration_in_minutes=None, metastore_id=None, num_executors=None, opc_request_id=None, owner_principal_id=None, owner_user_name=None, parameters=None, pool_id=None, private_endpoint_dns_zones=None, private_endpoint_id=None, private_endpoint_max_host_count=None, private_endpoint_nsg_ids=None, private_endpoint_subnet_id=None, run_duration_in_milliseconds=None, run_id=None, spark_version=None, state=None, time_created=None, time_updated=None, total_ocpu=None, type=None, warehouse_bucket_uri=None):
|
25
|
+
def __init__(__self__, application_id=None, application_log_configs=None, archive_uri=None, arguments=None, asynchronous=None, class_name=None, compartment_id=None, configuration=None, data_read_in_bytes=None, data_written_in_bytes=None, defined_tags=None, display_name=None, driver_shape=None, driver_shape_configs=None, execute=None, executor_shape=None, executor_shape_configs=None, file_uri=None, freeform_tags=None, id=None, idle_timeout_in_minutes=None, language=None, lifecycle_details=None, logs_bucket_uri=None, max_duration_in_minutes=None, metastore_id=None, num_executors=None, opc_parent_rpt_url=None, opc_request_id=None, owner_principal_id=None, owner_user_name=None, parameters=None, pool_id=None, private_endpoint_dns_zones=None, private_endpoint_id=None, private_endpoint_max_host_count=None, private_endpoint_nsg_ids=None, private_endpoint_subnet_id=None, run_duration_in_milliseconds=None, run_id=None, spark_version=None, state=None, time_created=None, time_updated=None, total_ocpu=None, type=None, warehouse_bucket_uri=None):
|
26
26
|
if application_id and not isinstance(application_id, str):
|
27
27
|
raise TypeError("Expected argument 'application_id' to be a str")
|
28
28
|
pulumi.set(__self__, "application_id", application_id)
|
@@ -104,6 +104,9 @@ class GetInvokeRunResult:
|
|
104
104
|
if num_executors and not isinstance(num_executors, int):
|
105
105
|
raise TypeError("Expected argument 'num_executors' to be a int")
|
106
106
|
pulumi.set(__self__, "num_executors", num_executors)
|
107
|
+
if opc_parent_rpt_url and not isinstance(opc_parent_rpt_url, str):
|
108
|
+
raise TypeError("Expected argument 'opc_parent_rpt_url' to be a str")
|
109
|
+
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
107
110
|
if opc_request_id and not isinstance(opc_request_id, str):
|
108
111
|
raise TypeError("Expected argument 'opc_request_id' to be a str")
|
109
112
|
pulumi.set(__self__, "opc_request_id", opc_request_id)
|
@@ -375,6 +378,11 @@ class GetInvokeRunResult:
|
|
375
378
|
"""
|
376
379
|
return pulumi.get(self, "num_executors")
|
377
380
|
|
381
|
+
@property
|
382
|
+
@pulumi.getter(name="opcParentRptUrl")
|
383
|
+
def opc_parent_rpt_url(self) -> str:
|
384
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
385
|
+
|
378
386
|
@property
|
379
387
|
@pulumi.getter(name="opcRequestId")
|
380
388
|
def opc_request_id(self) -> str:
|
@@ -558,6 +566,7 @@ class AwaitableGetInvokeRunResult(GetInvokeRunResult):
|
|
558
566
|
max_duration_in_minutes=self.max_duration_in_minutes,
|
559
567
|
metastore_id=self.metastore_id,
|
560
568
|
num_executors=self.num_executors,
|
569
|
+
opc_parent_rpt_url=self.opc_parent_rpt_url,
|
561
570
|
opc_request_id=self.opc_request_id,
|
562
571
|
owner_principal_id=self.owner_principal_id,
|
563
572
|
owner_user_name=self.owner_user_name,
|
@@ -633,6 +642,7 @@ def get_invoke_run(run_id: Optional[str] = None,
|
|
633
642
|
max_duration_in_minutes=pulumi.get(__ret__, 'max_duration_in_minutes'),
|
634
643
|
metastore_id=pulumi.get(__ret__, 'metastore_id'),
|
635
644
|
num_executors=pulumi.get(__ret__, 'num_executors'),
|
645
|
+
opc_parent_rpt_url=pulumi.get(__ret__, 'opc_parent_rpt_url'),
|
636
646
|
opc_request_id=pulumi.get(__ret__, 'opc_request_id'),
|
637
647
|
owner_principal_id=pulumi.get(__ret__, 'owner_principal_id'),
|
638
648
|
owner_user_name=pulumi.get(__ret__, 'owner_user_name'),
|
@@ -36,6 +36,7 @@ class InvokeRunArgs:
|
|
36
36
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
37
37
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
38
38
|
num_executors: Optional[pulumi.Input[int]] = None,
|
39
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
39
40
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input['InvokeRunParameterArgs']]]] = None,
|
40
41
|
pool_id: Optional[pulumi.Input[str]] = None,
|
41
42
|
spark_version: Optional[pulumi.Input[str]] = None,
|
@@ -62,6 +63,7 @@ class InvokeRunArgs:
|
|
62
63
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
63
64
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
64
65
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
66
|
+
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
65
67
|
:param pulumi.Input[Sequence[pulumi.Input['InvokeRunParameterArgs']]] parameters: An array of name/value pairs used to fill placeholders found in properties like `Application.arguments`. The name must be a string of one or more word characters (a-z, A-Z, 0-9, _). The value can be a string of 0 or more characters of any kind. Example: [ { name: "iterations", value: "10"}, { name: "input_file", value: "mydata.xml" }, { name: "variable_x", value: "${x}"} ]
|
66
68
|
:param pulumi.Input[str] pool_id: The OCID of a pool. Unique Id to indentify a dataflow pool resource.
|
67
69
|
:param pulumi.Input[str] spark_version: The Spark version utilized to run the application. This value may be set if applicationId is not since the Spark version will be taken from the associated application.
|
@@ -111,6 +113,8 @@ class InvokeRunArgs:
|
|
111
113
|
pulumi.set(__self__, "metastore_id", metastore_id)
|
112
114
|
if num_executors is not None:
|
113
115
|
pulumi.set(__self__, "num_executors", num_executors)
|
116
|
+
if opc_parent_rpt_url is not None:
|
117
|
+
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
114
118
|
if parameters is not None:
|
115
119
|
pulumi.set(__self__, "parameters", parameters)
|
116
120
|
if pool_id is not None:
|
@@ -359,6 +363,18 @@ class InvokeRunArgs:
|
|
359
363
|
def num_executors(self, value: Optional[pulumi.Input[int]]):
|
360
364
|
pulumi.set(self, "num_executors", value)
|
361
365
|
|
366
|
+
@property
|
367
|
+
@pulumi.getter(name="opcParentRptUrl")
|
368
|
+
def opc_parent_rpt_url(self) -> Optional[pulumi.Input[str]]:
|
369
|
+
"""
|
370
|
+
(Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
371
|
+
"""
|
372
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
373
|
+
|
374
|
+
@opc_parent_rpt_url.setter
|
375
|
+
def opc_parent_rpt_url(self, value: Optional[pulumi.Input[str]]):
|
376
|
+
pulumi.set(self, "opc_parent_rpt_url", value)
|
377
|
+
|
362
378
|
@property
|
363
379
|
@pulumi.getter
|
364
380
|
def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InvokeRunParameterArgs']]]]:
|
@@ -453,6 +469,7 @@ class _InvokeRunState:
|
|
453
469
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
454
470
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
455
471
|
num_executors: Optional[pulumi.Input[int]] = None,
|
472
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
456
473
|
opc_request_id: Optional[pulumi.Input[str]] = None,
|
457
474
|
owner_principal_id: Optional[pulumi.Input[str]] = None,
|
458
475
|
owner_user_name: Optional[pulumi.Input[str]] = None,
|
@@ -498,6 +515,7 @@ class _InvokeRunState:
|
|
498
515
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
499
516
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
500
517
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
518
|
+
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
501
519
|
:param pulumi.Input[str] opc_request_id: Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
502
520
|
:param pulumi.Input[str] owner_principal_id: The OCID of the user who created the resource.
|
503
521
|
:param pulumi.Input[str] owner_user_name: The username of the user who created the resource. If the username of the owner does not exist, `null` will be returned and the caller should refer to the ownerPrincipalId value instead.
|
@@ -573,6 +591,8 @@ class _InvokeRunState:
|
|
573
591
|
pulumi.set(__self__, "metastore_id", metastore_id)
|
574
592
|
if num_executors is not None:
|
575
593
|
pulumi.set(__self__, "num_executors", num_executors)
|
594
|
+
if opc_parent_rpt_url is not None:
|
595
|
+
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
576
596
|
if opc_request_id is not None:
|
577
597
|
pulumi.set(__self__, "opc_request_id", opc_request_id)
|
578
598
|
if owner_principal_id is not None:
|
@@ -919,6 +939,18 @@ class _InvokeRunState:
|
|
919
939
|
def num_executors(self, value: Optional[pulumi.Input[int]]):
|
920
940
|
pulumi.set(self, "num_executors", value)
|
921
941
|
|
942
|
+
@property
|
943
|
+
@pulumi.getter(name="opcParentRptUrl")
|
944
|
+
def opc_parent_rpt_url(self) -> Optional[pulumi.Input[str]]:
|
945
|
+
"""
|
946
|
+
(Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
947
|
+
"""
|
948
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
949
|
+
|
950
|
+
@opc_parent_rpt_url.setter
|
951
|
+
def opc_parent_rpt_url(self, value: Optional[pulumi.Input[str]]):
|
952
|
+
pulumi.set(self, "opc_parent_rpt_url", value)
|
953
|
+
|
922
954
|
@property
|
923
955
|
@pulumi.getter(name="opcRequestId")
|
924
956
|
def opc_request_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1165,6 +1197,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1165
1197
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
1166
1198
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
1167
1199
|
num_executors: Optional[pulumi.Input[int]] = None,
|
1200
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
1168
1201
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InvokeRunParameterArgs']]]]] = None,
|
1169
1202
|
pool_id: Optional[pulumi.Input[str]] = None,
|
1170
1203
|
spark_version: Optional[pulumi.Input[str]] = None,
|
@@ -1216,6 +1249,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1216
1249
|
max_duration_in_minutes=var["invoke_run_max_duration_in_minutes"],
|
1217
1250
|
metastore_id=var["metastore_id"],
|
1218
1251
|
num_executors=var["invoke_run_num_executors"],
|
1252
|
+
opc_parent_rpt_url=var["invoke_run_opc_parent_rpt_url"],
|
1219
1253
|
parameters=[oci.data_flow.InvokeRunParameterArgs(
|
1220
1254
|
name=var["invoke_run_parameters_name"],
|
1221
1255
|
value=var["invoke_run_parameters_value"],
|
@@ -1260,6 +1294,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1260
1294
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
1261
1295
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
1262
1296
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
1297
|
+
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
1263
1298
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InvokeRunParameterArgs']]]] parameters: An array of name/value pairs used to fill placeholders found in properties like `Application.arguments`. The name must be a string of one or more word characters (a-z, A-Z, 0-9, _). The value can be a string of 0 or more characters of any kind. Example: [ { name: "iterations", value: "10"}, { name: "input_file", value: "mydata.xml" }, { name: "variable_x", value: "${x}"} ]
|
1264
1299
|
:param pulumi.Input[str] pool_id: The OCID of a pool. Unique Id to indentify a dataflow pool resource.
|
1265
1300
|
:param pulumi.Input[str] spark_version: The Spark version utilized to run the application. This value may be set if applicationId is not since the Spark version will be taken from the associated application.
|
@@ -1321,6 +1356,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1321
1356
|
max_duration_in_minutes=var["invoke_run_max_duration_in_minutes"],
|
1322
1357
|
metastore_id=var["metastore_id"],
|
1323
1358
|
num_executors=var["invoke_run_num_executors"],
|
1359
|
+
opc_parent_rpt_url=var["invoke_run_opc_parent_rpt_url"],
|
1324
1360
|
parameters=[oci.data_flow.InvokeRunParameterArgs(
|
1325
1361
|
name=var["invoke_run_parameters_name"],
|
1326
1362
|
value=var["invoke_run_parameters_value"],
|
@@ -1379,6 +1415,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1379
1415
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
1380
1416
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
1381
1417
|
num_executors: Optional[pulumi.Input[int]] = None,
|
1418
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
1382
1419
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InvokeRunParameterArgs']]]]] = None,
|
1383
1420
|
pool_id: Optional[pulumi.Input[str]] = None,
|
1384
1421
|
spark_version: Optional[pulumi.Input[str]] = None,
|
@@ -1415,6 +1452,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1415
1452
|
__props__.__dict__["max_duration_in_minutes"] = max_duration_in_minutes
|
1416
1453
|
__props__.__dict__["metastore_id"] = metastore_id
|
1417
1454
|
__props__.__dict__["num_executors"] = num_executors
|
1455
|
+
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
1418
1456
|
__props__.__dict__["parameters"] = parameters
|
1419
1457
|
__props__.__dict__["pool_id"] = pool_id
|
1420
1458
|
__props__.__dict__["spark_version"] = spark_version
|
@@ -1475,6 +1513,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1475
1513
|
max_duration_in_minutes: Optional[pulumi.Input[str]] = None,
|
1476
1514
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
1477
1515
|
num_executors: Optional[pulumi.Input[int]] = None,
|
1516
|
+
opc_parent_rpt_url: Optional[pulumi.Input[str]] = None,
|
1478
1517
|
opc_request_id: Optional[pulumi.Input[str]] = None,
|
1479
1518
|
owner_principal_id: Optional[pulumi.Input[str]] = None,
|
1480
1519
|
owner_user_name: Optional[pulumi.Input[str]] = None,
|
@@ -1525,6 +1564,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1525
1564
|
:param pulumi.Input[str] max_duration_in_minutes: (Updatable) The maximum duration in minutes for which an Application should run. Data Flow Run would be terminated once it reaches this duration from the time it transitions to `IN_PROGRESS` state.
|
1526
1565
|
:param pulumi.Input[str] metastore_id: The OCID of Oracle Cloud Infrastructure Hive Metastore.
|
1527
1566
|
:param pulumi.Input[int] num_executors: The number of executor VMs requested.
|
1567
|
+
:param pulumi.Input[str] opc_parent_rpt_url: (Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
1528
1568
|
:param pulumi.Input[str] opc_request_id: Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
1529
1569
|
:param pulumi.Input[str] owner_principal_id: The OCID of the user who created the resource.
|
1530
1570
|
:param pulumi.Input[str] owner_user_name: The username of the user who created the resource. If the username of the owner does not exist, `null` will be returned and the caller should refer to the ownerPrincipalId value instead.
|
@@ -1578,6 +1618,7 @@ class InvokeRun(pulumi.CustomResource):
|
|
1578
1618
|
__props__.__dict__["max_duration_in_minutes"] = max_duration_in_minutes
|
1579
1619
|
__props__.__dict__["metastore_id"] = metastore_id
|
1580
1620
|
__props__.__dict__["num_executors"] = num_executors
|
1621
|
+
__props__.__dict__["opc_parent_rpt_url"] = opc_parent_rpt_url
|
1581
1622
|
__props__.__dict__["opc_request_id"] = opc_request_id
|
1582
1623
|
__props__.__dict__["owner_principal_id"] = owner_principal_id
|
1583
1624
|
__props__.__dict__["owner_user_name"] = owner_user_name
|
@@ -1803,6 +1844,14 @@ class InvokeRun(pulumi.CustomResource):
|
|
1803
1844
|
"""
|
1804
1845
|
return pulumi.get(self, "num_executors")
|
1805
1846
|
|
1847
|
+
@property
|
1848
|
+
@pulumi.getter(name="opcParentRptUrl")
|
1849
|
+
def opc_parent_rpt_url(self) -> pulumi.Output[str]:
|
1850
|
+
"""
|
1851
|
+
(Optional header param, required for Resource Principal version 3.0+) Parent resource control plane endpoint used to exchange for upper level resource principal token.
|
1852
|
+
"""
|
1853
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
1854
|
+
|
1806
1855
|
@property
|
1807
1856
|
@pulumi.getter(name="opcRequestId")
|
1808
1857
|
def opc_request_id(self) -> pulumi.Output[str]:
|
pulumi_oci/dataflow/outputs.py
CHANGED
@@ -2027,6 +2027,7 @@ class GetInvokeRunsRunResult(dict):
|
|
2027
2027
|
max_duration_in_minutes: str,
|
2028
2028
|
metastore_id: str,
|
2029
2029
|
num_executors: int,
|
2030
|
+
opc_parent_rpt_url: str,
|
2030
2031
|
opc_request_id: str,
|
2031
2032
|
owner_principal_id: str,
|
2032
2033
|
owner_user_name: str,
|
@@ -2118,6 +2119,7 @@ class GetInvokeRunsRunResult(dict):
|
|
2118
2119
|
pulumi.set(__self__, "max_duration_in_minutes", max_duration_in_minutes)
|
2119
2120
|
pulumi.set(__self__, "metastore_id", metastore_id)
|
2120
2121
|
pulumi.set(__self__, "num_executors", num_executors)
|
2122
|
+
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
2121
2123
|
pulumi.set(__self__, "opc_request_id", opc_request_id)
|
2122
2124
|
pulumi.set(__self__, "owner_principal_id", owner_principal_id)
|
2123
2125
|
pulumi.set(__self__, "owner_user_name", owner_user_name)
|
@@ -2350,6 +2352,11 @@ class GetInvokeRunsRunResult(dict):
|
|
2350
2352
|
"""
|
2351
2353
|
return pulumi.get(self, "num_executors")
|
2352
2354
|
|
2355
|
+
@property
|
2356
|
+
@pulumi.getter(name="opcParentRptUrl")
|
2357
|
+
def opc_parent_rpt_url(self) -> str:
|
2358
|
+
return pulumi.get(self, "opc_parent_rpt_url")
|
2359
|
+
|
2353
2360
|
@property
|
2354
2361
|
@pulumi.getter(name="opcRequestId")
|
2355
2362
|
def opc_request_id(self) -> str:
|
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -1439,7 +1439,7 @@ class LibraryMasingFormatFormatEntryArgs:
|
|
1439
1439
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
1440
1440
|
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
1441
1441
|
:param pulumi.Input[str] schema_name: (Updatable) The name of the schema that contains the substitution column.
|
1442
|
-
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1442
|
+
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1443
1443
|
:param pulumi.Input[str] start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
1444
1444
|
:param pulumi.Input[int] start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
1445
1445
|
:param pulumi.Input[int] start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -1707,7 +1707,7 @@ class LibraryMasingFormatFormatEntryArgs:
|
|
1707
1707
|
@pulumi.getter(name="sqlExpression")
|
1708
1708
|
def sql_expression(self) -> Optional[pulumi.Input[str]]:
|
1709
1709
|
"""
|
1710
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1710
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1711
1711
|
"""
|
1712
1712
|
return pulumi.get(self, "sql_expression")
|
1713
1713
|
|
@@ -1891,7 +1891,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
|
1891
1891
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
1892
1892
|
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
1893
1893
|
:param pulumi.Input[str] schema_name: The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
|
1894
|
-
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1894
|
+
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1895
1895
|
:param pulumi.Input[str] start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
1896
1896
|
:param pulumi.Input[int] start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
1897
1897
|
:param pulumi.Input[int] start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -2159,7 +2159,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
|
2159
2159
|
@pulumi.getter(name="sqlExpression")
|
2160
2160
|
def sql_expression(self) -> Optional[pulumi.Input[str]]:
|
2161
2161
|
"""
|
2162
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
2162
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2163
2163
|
"""
|
2164
2164
|
return pulumi.get(self, "sql_expression")
|
2165
2165
|
|
pulumi_oci/datasafe/outputs.py
CHANGED
@@ -1738,7 +1738,7 @@ class LibraryMasingFormatFormatEntry(dict):
|
|
1738
1738
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
1739
1739
|
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
1740
1740
|
:param str schema_name: (Updatable) The name of the schema that contains the substitution column.
|
1741
|
-
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1741
|
+
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1742
1742
|
:param str start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
1743
1743
|
:param int start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
1744
1744
|
:param int start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -1938,7 +1938,7 @@ class LibraryMasingFormatFormatEntry(dict):
|
|
1938
1938
|
@pulumi.getter(name="sqlExpression")
|
1939
1939
|
def sql_expression(self) -> Optional[str]:
|
1940
1940
|
"""
|
1941
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
1941
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
1942
1942
|
"""
|
1943
1943
|
return pulumi.get(self, "sql_expression")
|
1944
1944
|
|
@@ -2154,7 +2154,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
|
|
2154
2154
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2155
2155
|
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
2156
2156
|
:param str schema_name: The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
|
2157
|
-
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
2157
|
+
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2158
2158
|
:param str start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
2159
2159
|
:param int start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
2160
2160
|
:param int start_position: (Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -2354,7 +2354,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
|
|
2354
2354
|
@pulumi.getter(name="sqlExpression")
|
2355
2355
|
def sql_expression(self) -> Optional[str]:
|
2356
2356
|
"""
|
2357
|
-
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
2357
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2358
2358
|
"""
|
2359
2359
|
return pulumi.get(self, "sql_expression")
|
2360
2360
|
|
@@ -10439,7 +10439,7 @@ class GetLibraryMaskingFormatFormatEntryResult(dict):
|
|
10439
10439
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
10440
10440
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
10441
10441
|
:param str schema_name: The name of the schema that contains the substitution column.
|
10442
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
10442
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
10443
10443
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
10444
10444
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
10445
10445
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -10605,7 +10605,7 @@ class GetLibraryMaskingFormatFormatEntryResult(dict):
|
|
10605
10605
|
@pulumi.getter(name="sqlExpression")
|
10606
10606
|
def sql_expression(self) -> str:
|
10607
10607
|
"""
|
10608
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
10608
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
10609
10609
|
"""
|
10610
10610
|
return pulumi.get(self, "sql_expression")
|
10611
10611
|
|
@@ -10888,7 +10888,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryResul
|
|
10888
10888
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
10889
10889
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
10890
10890
|
:param str schema_name: The name of the schema that contains the substitution column.
|
10891
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
10891
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
10892
10892
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
10893
10893
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
10894
10894
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -11054,7 +11054,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryResul
|
|
11054
11054
|
@pulumi.getter(name="sqlExpression")
|
11055
11055
|
def sql_expression(self) -> str:
|
11056
11056
|
"""
|
11057
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
11057
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11058
11058
|
"""
|
11059
11059
|
return pulumi.get(self, "sql_expression")
|
11060
11060
|
|
@@ -11498,7 +11498,7 @@ class GetMaskingPoliciesMaskingColumnMaskingFormatFormatEntryResult(dict):
|
|
11498
11498
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
11499
11499
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
11500
11500
|
:param str schema_name: The name of the schema that contains the database column.
|
11501
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
11501
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11502
11502
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
11503
11503
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
11504
11504
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -11664,7 +11664,7 @@ class GetMaskingPoliciesMaskingColumnMaskingFormatFormatEntryResult(dict):
|
|
11664
11664
|
@pulumi.getter(name="sqlExpression")
|
11665
11665
|
def sql_expression(self) -> str:
|
11666
11666
|
"""
|
11667
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
11667
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11668
11668
|
"""
|
11669
11669
|
return pulumi.get(self, "sql_expression")
|
11670
11670
|
|
@@ -12031,7 +12031,7 @@ class GetMaskingPoliciesMaskingColumnsMaskingColumnCollectionItemMaskingFormatFo
|
|
12031
12031
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
12032
12032
|
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
12033
12033
|
:param str schema_name: A filter to return only items related to specific schema name.
|
12034
|
-
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
12034
|
+
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
12035
12035
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
12036
12036
|
:param int start_length: The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
12037
12037
|
:param int start_position: The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
@@ -12197,7 +12197,7 @@ class GetMaskingPoliciesMaskingColumnsMaskingColumnCollectionItemMaskingFormatFo
|
|
12197
12197
|
@pulumi.getter(name="sqlExpression")
|
12198
12198
|
def sql_expression(self) -> str:
|
12199
12199
|
"""
|
12200
|
-
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (
|
12200
|
+
The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
12201
12201
|
"""
|
12202
12202
|
return pulumi.get(self, "sql_expression")
|
12203
12203
|
|