pulumi-oci 2.16.0__py3-none-any.whl → 2.16.0a1730386905__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +0 -19
- pulumi_oci/database/autonomous_database.py +0 -47
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +0 -105
- pulumi_oci/database/cloud_vm_cluster.py +0 -49
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/db_system.py +0 -47
- pulumi_oci/database/exadb_vm_cluster.py +7 -68
- pulumi_oci/database/get_autonomous_database.py +1 -15
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -43
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -15
- pulumi_oci/database/get_data_guard_association.py +1 -12
- pulumi_oci/database/get_exadb_vm_cluster.py +2 -16
- pulumi_oci/database/outputs.py +2 -97
- pulumi_oci/dataflow/get_sql_endpoint.py +15 -1
- pulumi_oci/dataflow/outputs.py +11 -0
- pulumi_oci/dataflow/sql_endpoint.py +85 -88
- pulumi_oci/identity/__init__.py +0 -2
- pulumi_oci/identity/_inputs.py +6 -55
- pulumi_oci/identity/domains_condition.py +2 -9
- pulumi_oci/identity/domains_policy.py +2 -9
- pulumi_oci/identity/domains_rule.py +2 -9
- pulumi_oci/identity/get_domains_condition.py +2 -2
- pulumi_oci/identity/get_domains_conditions.py +2 -2
- pulumi_oci/identity/get_domains_policies.py +2 -2
- pulumi_oci/identity/get_domains_policy.py +2 -2
- pulumi_oci/identity/get_domains_rule.py +2 -2
- pulumi_oci/identity/get_domains_rules.py +2 -2
- pulumi_oci/identity/outputs.py +4 -917
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/METADATA +1 -1
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/RECORD +33 -44
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -348
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -746
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2114
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -822
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -2157
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +0 -503
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +0 -338
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/top_level.txt +0 -0
@@ -35,30 +35,24 @@ class SqlEndpointArgs:
|
|
35
35
|
driver_shape_config: Optional[pulumi.Input['SqlEndpointDriverShapeConfigArgs']] = None,
|
36
36
|
executor_shape_config: Optional[pulumi.Input['SqlEndpointExecutorShapeConfigArgs']] = None,
|
37
37
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
38
|
-
spark_advanced_configurations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None
|
39
|
-
state: Optional[pulumi.Input[str]] = None):
|
38
|
+
spark_advanced_configurations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
40
39
|
"""
|
41
40
|
The set of arguments for constructing a SqlEndpoint resource.
|
42
41
|
:param pulumi.Input[str] compartment_id: (Updatable) The identifier of the compartment used with the SQL Endpoint.
|
43
|
-
:param pulumi.Input[str] display_name:
|
42
|
+
:param pulumi.Input[str] display_name: The SQL Endpoint name, which can be changed.
|
44
43
|
:param pulumi.Input[str] driver_shape: The shape of the SQL Endpoint driver instance.
|
45
44
|
:param pulumi.Input[str] executor_shape: The shape of the SQL Endpoint worker instance.
|
46
|
-
:param pulumi.Input[int] max_executor_count:
|
45
|
+
:param pulumi.Input[int] max_executor_count: The maximum number of executors.
|
47
46
|
:param pulumi.Input[str] metastore_id: Metastore OCID
|
48
|
-
:param pulumi.Input[int] min_executor_count:
|
47
|
+
:param pulumi.Input[int] min_executor_count: The minimum number of executors.
|
49
48
|
:param pulumi.Input['SqlEndpointNetworkConfigurationArgs'] network_configuration: The network configuration of a SQL Endpoint.
|
50
49
|
:param pulumi.Input[str] sql_endpoint_version: The version of the SQL Endpoint.
|
51
50
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
52
|
-
:param pulumi.Input[str] description:
|
51
|
+
:param pulumi.Input[str] description: The description of CreateSQLEndpointDetails.
|
53
52
|
:param pulumi.Input['SqlEndpointDriverShapeConfigArgs'] driver_shape_config: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
54
53
|
:param pulumi.Input['SqlEndpointExecutorShapeConfigArgs'] executor_shape_config: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
55
54
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
56
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations:
|
57
|
-
:param pulumi.Input[str] state: (Updatable) The target state for the Sql Endpoint. Could be set to `ACTIVE` or `INACTIVE`.
|
58
|
-
|
59
|
-
|
60
|
-
** IMPORTANT **
|
61
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
55
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations: The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
|
62
56
|
"""
|
63
57
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
64
58
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -81,8 +75,6 @@ class SqlEndpointArgs:
|
|
81
75
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
82
76
|
if spark_advanced_configurations is not None:
|
83
77
|
pulumi.set(__self__, "spark_advanced_configurations", spark_advanced_configurations)
|
84
|
-
if state is not None:
|
85
|
-
pulumi.set(__self__, "state", state)
|
86
78
|
|
87
79
|
@property
|
88
80
|
@pulumi.getter(name="compartmentId")
|
@@ -100,7 +92,7 @@ class SqlEndpointArgs:
|
|
100
92
|
@pulumi.getter(name="displayName")
|
101
93
|
def display_name(self) -> pulumi.Input[str]:
|
102
94
|
"""
|
103
|
-
|
95
|
+
The SQL Endpoint name, which can be changed.
|
104
96
|
"""
|
105
97
|
return pulumi.get(self, "display_name")
|
106
98
|
|
@@ -136,7 +128,7 @@ class SqlEndpointArgs:
|
|
136
128
|
@pulumi.getter(name="maxExecutorCount")
|
137
129
|
def max_executor_count(self) -> pulumi.Input[int]:
|
138
130
|
"""
|
139
|
-
|
131
|
+
The maximum number of executors.
|
140
132
|
"""
|
141
133
|
return pulumi.get(self, "max_executor_count")
|
142
134
|
|
@@ -160,7 +152,7 @@ class SqlEndpointArgs:
|
|
160
152
|
@pulumi.getter(name="minExecutorCount")
|
161
153
|
def min_executor_count(self) -> pulumi.Input[int]:
|
162
154
|
"""
|
163
|
-
|
155
|
+
The minimum number of executors.
|
164
156
|
"""
|
165
157
|
return pulumi.get(self, "min_executor_count")
|
166
158
|
|
@@ -208,7 +200,7 @@ class SqlEndpointArgs:
|
|
208
200
|
@pulumi.getter
|
209
201
|
def description(self) -> Optional[pulumi.Input[str]]:
|
210
202
|
"""
|
211
|
-
|
203
|
+
The description of CreateSQLEndpointDetails.
|
212
204
|
"""
|
213
205
|
return pulumi.get(self, "description")
|
214
206
|
|
@@ -256,7 +248,7 @@ class SqlEndpointArgs:
|
|
256
248
|
@pulumi.getter(name="sparkAdvancedConfigurations")
|
257
249
|
def spark_advanced_configurations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
258
250
|
"""
|
259
|
-
|
251
|
+
The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
|
260
252
|
"""
|
261
253
|
return pulumi.get(self, "spark_advanced_configurations")
|
262
254
|
|
@@ -264,22 +256,6 @@ class SqlEndpointArgs:
|
|
264
256
|
def spark_advanced_configurations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
265
257
|
pulumi.set(self, "spark_advanced_configurations", value)
|
266
258
|
|
267
|
-
@property
|
268
|
-
@pulumi.getter
|
269
|
-
def state(self) -> Optional[pulumi.Input[str]]:
|
270
|
-
"""
|
271
|
-
(Updatable) The target state for the Sql Endpoint. Could be set to `ACTIVE` or `INACTIVE`.
|
272
|
-
|
273
|
-
|
274
|
-
** IMPORTANT **
|
275
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
276
|
-
"""
|
277
|
-
return pulumi.get(self, "state")
|
278
|
-
|
279
|
-
@state.setter
|
280
|
-
def state(self, value: Optional[pulumi.Input[str]]):
|
281
|
-
pulumi.set(self, "state", value)
|
282
|
-
|
283
259
|
|
284
260
|
@pulumi.input_type
|
285
261
|
class _SqlEndpointState:
|
@@ -295,6 +271,7 @@ class _SqlEndpointState:
|
|
295
271
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
296
272
|
jdbc_endpoint_url: Optional[pulumi.Input[str]] = None,
|
297
273
|
lake_id: Optional[pulumi.Input[str]] = None,
|
274
|
+
last_accepted_request_token: Optional[pulumi.Input[str]] = None,
|
298
275
|
max_executor_count: Optional[pulumi.Input[int]] = None,
|
299
276
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
300
277
|
min_executor_count: Optional[pulumi.Input[int]] = None,
|
@@ -311,8 +288,8 @@ class _SqlEndpointState:
|
|
311
288
|
Input properties used for looking up and filtering SqlEndpoint resources.
|
312
289
|
:param pulumi.Input[str] compartment_id: (Updatable) The identifier of the compartment used with the SQL Endpoint.
|
313
290
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
314
|
-
:param pulumi.Input[str] description:
|
315
|
-
:param pulumi.Input[str] display_name:
|
291
|
+
:param pulumi.Input[str] description: The description of CreateSQLEndpointDetails.
|
292
|
+
:param pulumi.Input[str] display_name: The SQL Endpoint name, which can be changed.
|
316
293
|
:param pulumi.Input[str] driver_shape: The shape of the SQL Endpoint driver instance.
|
317
294
|
:param pulumi.Input['SqlEndpointDriverShapeConfigArgs'] driver_shape_config: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
318
295
|
:param pulumi.Input[str] executor_shape: The shape of the SQL Endpoint worker instance.
|
@@ -320,22 +297,23 @@ class _SqlEndpointState:
|
|
320
297
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
321
298
|
:param pulumi.Input[str] jdbc_endpoint_url: The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
|
322
299
|
:param pulumi.Input[str] lake_id: Oracle Cloud Infrastructure lake OCID
|
323
|
-
:param pulumi.Input[
|
300
|
+
:param pulumi.Input[str] last_accepted_request_token: This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
|
301
|
+
:param pulumi.Input[int] max_executor_count: The maximum number of executors.
|
324
302
|
:param pulumi.Input[str] metastore_id: Metastore OCID
|
325
|
-
:param pulumi.Input[int] min_executor_count:
|
303
|
+
:param pulumi.Input[int] min_executor_count: The minimum number of executors.
|
326
304
|
:param pulumi.Input['SqlEndpointNetworkConfigurationArgs'] network_configuration: The network configuration of a SQL Endpoint.
|
327
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations:
|
305
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations: The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
|
328
306
|
:param pulumi.Input[str] sql_endpoint_version: The version of the SQL Endpoint.
|
329
|
-
:param pulumi.Input[str] state:
|
330
|
-
|
331
|
-
|
332
|
-
** IMPORTANT **
|
333
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
307
|
+
:param pulumi.Input[str] state: The current state of the Sql Endpoint.
|
334
308
|
:param pulumi.Input[str] state_message: A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
|
335
309
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
336
310
|
:param pulumi.Input[str] time_created: The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
|
337
311
|
:param pulumi.Input[str] time_updated: The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
|
338
312
|
:param pulumi.Input[str] warehouse_bucket_uri: The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
|
313
|
+
|
314
|
+
|
315
|
+
** IMPORTANT **
|
316
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
339
317
|
"""
|
340
318
|
if compartment_id is not None:
|
341
319
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -359,6 +337,8 @@ class _SqlEndpointState:
|
|
359
337
|
pulumi.set(__self__, "jdbc_endpoint_url", jdbc_endpoint_url)
|
360
338
|
if lake_id is not None:
|
361
339
|
pulumi.set(__self__, "lake_id", lake_id)
|
340
|
+
if last_accepted_request_token is not None:
|
341
|
+
pulumi.set(__self__, "last_accepted_request_token", last_accepted_request_token)
|
362
342
|
if max_executor_count is not None:
|
363
343
|
pulumi.set(__self__, "max_executor_count", max_executor_count)
|
364
344
|
if metastore_id is not None:
|
@@ -412,7 +392,7 @@ class _SqlEndpointState:
|
|
412
392
|
@pulumi.getter
|
413
393
|
def description(self) -> Optional[pulumi.Input[str]]:
|
414
394
|
"""
|
415
|
-
|
395
|
+
The description of CreateSQLEndpointDetails.
|
416
396
|
"""
|
417
397
|
return pulumi.get(self, "description")
|
418
398
|
|
@@ -424,7 +404,7 @@ class _SqlEndpointState:
|
|
424
404
|
@pulumi.getter(name="displayName")
|
425
405
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
426
406
|
"""
|
427
|
-
|
407
|
+
The SQL Endpoint name, which can be changed.
|
428
408
|
"""
|
429
409
|
return pulumi.get(self, "display_name")
|
430
410
|
|
@@ -516,11 +496,23 @@ class _SqlEndpointState:
|
|
516
496
|
def lake_id(self, value: Optional[pulumi.Input[str]]):
|
517
497
|
pulumi.set(self, "lake_id", value)
|
518
498
|
|
499
|
+
@property
|
500
|
+
@pulumi.getter(name="lastAcceptedRequestToken")
|
501
|
+
def last_accepted_request_token(self) -> Optional[pulumi.Input[str]]:
|
502
|
+
"""
|
503
|
+
This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
|
504
|
+
"""
|
505
|
+
return pulumi.get(self, "last_accepted_request_token")
|
506
|
+
|
507
|
+
@last_accepted_request_token.setter
|
508
|
+
def last_accepted_request_token(self, value: Optional[pulumi.Input[str]]):
|
509
|
+
pulumi.set(self, "last_accepted_request_token", value)
|
510
|
+
|
519
511
|
@property
|
520
512
|
@pulumi.getter(name="maxExecutorCount")
|
521
513
|
def max_executor_count(self) -> Optional[pulumi.Input[int]]:
|
522
514
|
"""
|
523
|
-
|
515
|
+
The maximum number of executors.
|
524
516
|
"""
|
525
517
|
return pulumi.get(self, "max_executor_count")
|
526
518
|
|
@@ -544,7 +536,7 @@ class _SqlEndpointState:
|
|
544
536
|
@pulumi.getter(name="minExecutorCount")
|
545
537
|
def min_executor_count(self) -> Optional[pulumi.Input[int]]:
|
546
538
|
"""
|
547
|
-
|
539
|
+
The minimum number of executors.
|
548
540
|
"""
|
549
541
|
return pulumi.get(self, "min_executor_count")
|
550
542
|
|
@@ -568,7 +560,7 @@ class _SqlEndpointState:
|
|
568
560
|
@pulumi.getter(name="sparkAdvancedConfigurations")
|
569
561
|
def spark_advanced_configurations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
570
562
|
"""
|
571
|
-
|
563
|
+
The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
|
572
564
|
"""
|
573
565
|
return pulumi.get(self, "spark_advanced_configurations")
|
574
566
|
|
@@ -592,11 +584,7 @@ class _SqlEndpointState:
|
|
592
584
|
@pulumi.getter
|
593
585
|
def state(self) -> Optional[pulumi.Input[str]]:
|
594
586
|
"""
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
** IMPORTANT **
|
599
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
587
|
+
The current state of the Sql Endpoint.
|
600
588
|
"""
|
601
589
|
return pulumi.get(self, "state")
|
602
590
|
|
@@ -657,6 +645,10 @@ class _SqlEndpointState:
|
|
657
645
|
def warehouse_bucket_uri(self) -> Optional[pulumi.Input[str]]:
|
658
646
|
"""
|
659
647
|
The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
|
648
|
+
|
649
|
+
|
650
|
+
** IMPORTANT **
|
651
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
660
652
|
"""
|
661
653
|
return pulumi.get(self, "warehouse_bucket_uri")
|
662
654
|
|
@@ -685,7 +677,6 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
685
677
|
network_configuration: Optional[pulumi.Input[Union['SqlEndpointNetworkConfigurationArgs', 'SqlEndpointNetworkConfigurationArgsDict']]] = None,
|
686
678
|
spark_advanced_configurations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
687
679
|
sql_endpoint_version: Optional[pulumi.Input[str]] = None,
|
688
|
-
state: Optional[pulumi.Input[str]] = None,
|
689
680
|
__props__=None):
|
690
681
|
"""
|
691
682
|
This resource provides the Sql Endpoint resource in Oracle Cloud Infrastructure Data Flow service.
|
@@ -707,24 +698,19 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
707
698
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
708
699
|
:param pulumi.Input[str] compartment_id: (Updatable) The identifier of the compartment used with the SQL Endpoint.
|
709
700
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
710
|
-
:param pulumi.Input[str] description:
|
711
|
-
:param pulumi.Input[str] display_name:
|
701
|
+
:param pulumi.Input[str] description: The description of CreateSQLEndpointDetails.
|
702
|
+
:param pulumi.Input[str] display_name: The SQL Endpoint name, which can be changed.
|
712
703
|
:param pulumi.Input[str] driver_shape: The shape of the SQL Endpoint driver instance.
|
713
704
|
:param pulumi.Input[Union['SqlEndpointDriverShapeConfigArgs', 'SqlEndpointDriverShapeConfigArgsDict']] driver_shape_config: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
714
705
|
:param pulumi.Input[str] executor_shape: The shape of the SQL Endpoint worker instance.
|
715
706
|
:param pulumi.Input[Union['SqlEndpointExecutorShapeConfigArgs', 'SqlEndpointExecutorShapeConfigArgsDict']] executor_shape_config: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
716
707
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
717
|
-
:param pulumi.Input[int] max_executor_count:
|
708
|
+
:param pulumi.Input[int] max_executor_count: The maximum number of executors.
|
718
709
|
:param pulumi.Input[str] metastore_id: Metastore OCID
|
719
|
-
:param pulumi.Input[int] min_executor_count:
|
710
|
+
:param pulumi.Input[int] min_executor_count: The minimum number of executors.
|
720
711
|
:param pulumi.Input[Union['SqlEndpointNetworkConfigurationArgs', 'SqlEndpointNetworkConfigurationArgsDict']] network_configuration: The network configuration of a SQL Endpoint.
|
721
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations:
|
712
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations: The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
|
722
713
|
:param pulumi.Input[str] sql_endpoint_version: The version of the SQL Endpoint.
|
723
|
-
:param pulumi.Input[str] state: (Updatable) The target state for the Sql Endpoint. Could be set to `ACTIVE` or `INACTIVE`.
|
724
|
-
|
725
|
-
|
726
|
-
** IMPORTANT **
|
727
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
728
714
|
"""
|
729
715
|
...
|
730
716
|
@overload
|
@@ -778,7 +764,6 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
778
764
|
network_configuration: Optional[pulumi.Input[Union['SqlEndpointNetworkConfigurationArgs', 'SqlEndpointNetworkConfigurationArgsDict']]] = None,
|
779
765
|
spark_advanced_configurations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
780
766
|
sql_endpoint_version: Optional[pulumi.Input[str]] = None,
|
781
|
-
state: Optional[pulumi.Input[str]] = None,
|
782
767
|
__props__=None):
|
783
768
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
784
769
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -821,9 +806,10 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
821
806
|
if sql_endpoint_version is None and not opts.urn:
|
822
807
|
raise TypeError("Missing required property 'sql_endpoint_version'")
|
823
808
|
__props__.__dict__["sql_endpoint_version"] = sql_endpoint_version
|
824
|
-
__props__.__dict__["state"] = state
|
825
809
|
__props__.__dict__["jdbc_endpoint_url"] = None
|
826
810
|
__props__.__dict__["lake_id"] = None
|
811
|
+
__props__.__dict__["last_accepted_request_token"] = None
|
812
|
+
__props__.__dict__["state"] = None
|
827
813
|
__props__.__dict__["state_message"] = None
|
828
814
|
__props__.__dict__["system_tags"] = None
|
829
815
|
__props__.__dict__["time_created"] = None
|
@@ -850,6 +836,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
850
836
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
851
837
|
jdbc_endpoint_url: Optional[pulumi.Input[str]] = None,
|
852
838
|
lake_id: Optional[pulumi.Input[str]] = None,
|
839
|
+
last_accepted_request_token: Optional[pulumi.Input[str]] = None,
|
853
840
|
max_executor_count: Optional[pulumi.Input[int]] = None,
|
854
841
|
metastore_id: Optional[pulumi.Input[str]] = None,
|
855
842
|
min_executor_count: Optional[pulumi.Input[int]] = None,
|
@@ -871,8 +858,8 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
871
858
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
872
859
|
:param pulumi.Input[str] compartment_id: (Updatable) The identifier of the compartment used with the SQL Endpoint.
|
873
860
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
874
|
-
:param pulumi.Input[str] description:
|
875
|
-
:param pulumi.Input[str] display_name:
|
861
|
+
:param pulumi.Input[str] description: The description of CreateSQLEndpointDetails.
|
862
|
+
:param pulumi.Input[str] display_name: The SQL Endpoint name, which can be changed.
|
876
863
|
:param pulumi.Input[str] driver_shape: The shape of the SQL Endpoint driver instance.
|
877
864
|
:param pulumi.Input[Union['SqlEndpointDriverShapeConfigArgs', 'SqlEndpointDriverShapeConfigArgsDict']] driver_shape_config: This is used to configure the shape of the driver or executor if a flexible shape is used.
|
878
865
|
:param pulumi.Input[str] executor_shape: The shape of the SQL Endpoint worker instance.
|
@@ -880,22 +867,23 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
880
867
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
881
868
|
:param pulumi.Input[str] jdbc_endpoint_url: The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
|
882
869
|
:param pulumi.Input[str] lake_id: Oracle Cloud Infrastructure lake OCID
|
883
|
-
:param pulumi.Input[
|
870
|
+
:param pulumi.Input[str] last_accepted_request_token: This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
|
871
|
+
:param pulumi.Input[int] max_executor_count: The maximum number of executors.
|
884
872
|
:param pulumi.Input[str] metastore_id: Metastore OCID
|
885
|
-
:param pulumi.Input[int] min_executor_count:
|
873
|
+
:param pulumi.Input[int] min_executor_count: The minimum number of executors.
|
886
874
|
:param pulumi.Input[Union['SqlEndpointNetworkConfigurationArgs', 'SqlEndpointNetworkConfigurationArgsDict']] network_configuration: The network configuration of a SQL Endpoint.
|
887
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations:
|
875
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] spark_advanced_configurations: The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
|
888
876
|
:param pulumi.Input[str] sql_endpoint_version: The version of the SQL Endpoint.
|
889
|
-
:param pulumi.Input[str] state:
|
890
|
-
|
891
|
-
|
892
|
-
** IMPORTANT **
|
893
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
877
|
+
:param pulumi.Input[str] state: The current state of the Sql Endpoint.
|
894
878
|
:param pulumi.Input[str] state_message: A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
|
895
879
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
|
896
880
|
:param pulumi.Input[str] time_created: The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
|
897
881
|
:param pulumi.Input[str] time_updated: The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
|
898
882
|
:param pulumi.Input[str] warehouse_bucket_uri: The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
|
883
|
+
|
884
|
+
|
885
|
+
** IMPORTANT **
|
886
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
899
887
|
"""
|
900
888
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
901
889
|
|
@@ -912,6 +900,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
912
900
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
913
901
|
__props__.__dict__["jdbc_endpoint_url"] = jdbc_endpoint_url
|
914
902
|
__props__.__dict__["lake_id"] = lake_id
|
903
|
+
__props__.__dict__["last_accepted_request_token"] = last_accepted_request_token
|
915
904
|
__props__.__dict__["max_executor_count"] = max_executor_count
|
916
905
|
__props__.__dict__["metastore_id"] = metastore_id
|
917
906
|
__props__.__dict__["min_executor_count"] = min_executor_count
|
@@ -946,7 +935,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
946
935
|
@pulumi.getter
|
947
936
|
def description(self) -> pulumi.Output[str]:
|
948
937
|
"""
|
949
|
-
|
938
|
+
The description of CreateSQLEndpointDetails.
|
950
939
|
"""
|
951
940
|
return pulumi.get(self, "description")
|
952
941
|
|
@@ -954,7 +943,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
954
943
|
@pulumi.getter(name="displayName")
|
955
944
|
def display_name(self) -> pulumi.Output[str]:
|
956
945
|
"""
|
957
|
-
|
946
|
+
The SQL Endpoint name, which can be changed.
|
958
947
|
"""
|
959
948
|
return pulumi.get(self, "display_name")
|
960
949
|
|
@@ -1014,11 +1003,19 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
1014
1003
|
"""
|
1015
1004
|
return pulumi.get(self, "lake_id")
|
1016
1005
|
|
1006
|
+
@property
|
1007
|
+
@pulumi.getter(name="lastAcceptedRequestToken")
|
1008
|
+
def last_accepted_request_token(self) -> pulumi.Output[str]:
|
1009
|
+
"""
|
1010
|
+
This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
|
1011
|
+
"""
|
1012
|
+
return pulumi.get(self, "last_accepted_request_token")
|
1013
|
+
|
1017
1014
|
@property
|
1018
1015
|
@pulumi.getter(name="maxExecutorCount")
|
1019
1016
|
def max_executor_count(self) -> pulumi.Output[int]:
|
1020
1017
|
"""
|
1021
|
-
|
1018
|
+
The maximum number of executors.
|
1022
1019
|
"""
|
1023
1020
|
return pulumi.get(self, "max_executor_count")
|
1024
1021
|
|
@@ -1034,7 +1031,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
1034
1031
|
@pulumi.getter(name="minExecutorCount")
|
1035
1032
|
def min_executor_count(self) -> pulumi.Output[int]:
|
1036
1033
|
"""
|
1037
|
-
|
1034
|
+
The minimum number of executors.
|
1038
1035
|
"""
|
1039
1036
|
return pulumi.get(self, "min_executor_count")
|
1040
1037
|
|
@@ -1050,7 +1047,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
1050
1047
|
@pulumi.getter(name="sparkAdvancedConfigurations")
|
1051
1048
|
def spark_advanced_configurations(self) -> pulumi.Output[Mapping[str, str]]:
|
1052
1049
|
"""
|
1053
|
-
|
1050
|
+
The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
|
1054
1051
|
"""
|
1055
1052
|
return pulumi.get(self, "spark_advanced_configurations")
|
1056
1053
|
|
@@ -1066,11 +1063,7 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
1066
1063
|
@pulumi.getter
|
1067
1064
|
def state(self) -> pulumi.Output[str]:
|
1068
1065
|
"""
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
** IMPORTANT **
|
1073
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1066
|
+
The current state of the Sql Endpoint.
|
1074
1067
|
"""
|
1075
1068
|
return pulumi.get(self, "state")
|
1076
1069
|
|
@@ -1111,6 +1104,10 @@ class SqlEndpoint(pulumi.CustomResource):
|
|
1111
1104
|
def warehouse_bucket_uri(self) -> pulumi.Output[str]:
|
1112
1105
|
"""
|
1113
1106
|
The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
|
1107
|
+
|
1108
|
+
|
1109
|
+
** IMPORTANT **
|
1110
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1114
1111
|
"""
|
1115
1112
|
return pulumi.get(self, "warehouse_bucket_uri")
|
1116
1113
|
|
pulumi_oci/identity/__init__.py
CHANGED
@@ -154,8 +154,6 @@ from .get_domains_oauth_client_certificate import *
|
|
154
154
|
from .get_domains_oauth_client_certificates import *
|
155
155
|
from .get_domains_oauth_partner_certificate import *
|
156
156
|
from .get_domains_oauth_partner_certificates import *
|
157
|
-
from .get_domains_oci_console_sign_on_policy_consent import *
|
158
|
-
from .get_domains_oci_console_sign_on_policy_consents import *
|
159
157
|
from .get_domains_password_policies import *
|
160
158
|
from .get_domains_password_policy import *
|
161
159
|
from .get_domains_policies import *
|
pulumi_oci/identity/_inputs.py
CHANGED
@@ -895,8 +895,6 @@ __all__ = [
|
|
895
895
|
'GetDbCredentialsFilterArgsDict',
|
896
896
|
'GetDomainsFilterArgs',
|
897
897
|
'GetDomainsFilterArgsDict',
|
898
|
-
'GetDomainsOciConsoleSignOnPolicyConsentsFilterArgs',
|
899
|
-
'GetDomainsOciConsoleSignOnPolicyConsentsFilterArgsDict',
|
900
898
|
'GetDynamicGroupsFilterArgs',
|
901
899
|
'GetDynamicGroupsFilterArgsDict',
|
902
900
|
'GetFaultDomainsFilterArgs',
|
@@ -69266,7 +69264,7 @@ if not MYPY:
|
|
69266
69264
|
class DomainsPolicyPolicyTypeArgsDict(TypedDict):
|
69267
69265
|
value: pulumi.Input[str]
|
69268
69266
|
"""
|
69269
|
-
(Updatable) PolicyType identifier
|
69267
|
+
(Updatable) PolicyType identifier
|
69270
69268
|
|
69271
69269
|
**SCIM++ Properties:**
|
69272
69270
|
* caseExact: true
|
@@ -69300,7 +69298,7 @@ class DomainsPolicyPolicyTypeArgs:
|
|
69300
69298
|
value: pulumi.Input[str],
|
69301
69299
|
ref: Optional[pulumi.Input[str]] = None):
|
69302
69300
|
"""
|
69303
|
-
:param pulumi.Input[str] value: (Updatable) PolicyType identifier
|
69301
|
+
:param pulumi.Input[str] value: (Updatable) PolicyType identifier
|
69304
69302
|
|
69305
69303
|
**SCIM++ Properties:**
|
69306
69304
|
* caseExact: true
|
@@ -69330,7 +69328,7 @@ class DomainsPolicyPolicyTypeArgs:
|
|
69330
69328
|
@pulumi.getter
|
69331
69329
|
def value(self) -> pulumi.Input[str]:
|
69332
69330
|
"""
|
69333
|
-
(Updatable) PolicyType identifier
|
69331
|
+
(Updatable) PolicyType identifier
|
69334
69332
|
|
69335
69333
|
**SCIM++ Properties:**
|
69336
69334
|
* caseExact: true
|
@@ -69739,7 +69737,7 @@ if not MYPY:
|
|
69739
69737
|
"""
|
69740
69738
|
value: NotRequired[pulumi.Input[str]]
|
69741
69739
|
"""
|
69742
|
-
(Updatable) Condition or ConditionGroup identifier
|
69740
|
+
(Updatable) Condition or ConditionGroup identifier
|
69743
69741
|
|
69744
69742
|
**SCIM++ Properties:**
|
69745
69743
|
* caseExact: true
|
@@ -69795,7 +69793,7 @@ class DomainsRuleConditionGroupArgs:
|
|
69795
69793
|
* returned: default
|
69796
69794
|
* type: reference
|
69797
69795
|
* uniqueness: none
|
69798
|
-
:param pulumi.Input[str] value: (Updatable) Condition or ConditionGroup identifier
|
69796
|
+
:param pulumi.Input[str] value: (Updatable) Condition or ConditionGroup identifier
|
69799
69797
|
|
69800
69798
|
**SCIM++ Properties:**
|
69801
69799
|
* caseExact: true
|
@@ -69885,7 +69883,7 @@ class DomainsRuleConditionGroupArgs:
|
|
69885
69883
|
@pulumi.getter
|
69886
69884
|
def value(self) -> Optional[pulumi.Input[str]]:
|
69887
69885
|
"""
|
69888
|
-
(Updatable) Condition or ConditionGroup identifier
|
69886
|
+
(Updatable) Condition or ConditionGroup identifier
|
69889
69887
|
|
69890
69888
|
**SCIM++ Properties:**
|
69891
69889
|
* caseExact: true
|
@@ -98683,53 +98681,6 @@ class GetDomainsFilterArgs:
|
|
98683
98681
|
pulumi.set(self, "regex", value)
|
98684
98682
|
|
98685
98683
|
|
98686
|
-
if not MYPY:
|
98687
|
-
class GetDomainsOciConsoleSignOnPolicyConsentsFilterArgsDict(TypedDict):
|
98688
|
-
name: str
|
98689
|
-
values: Sequence[str]
|
98690
|
-
regex: NotRequired[bool]
|
98691
|
-
elif False:
|
98692
|
-
GetDomainsOciConsoleSignOnPolicyConsentsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
98693
|
-
|
98694
|
-
@pulumi.input_type
|
98695
|
-
class GetDomainsOciConsoleSignOnPolicyConsentsFilterArgs:
|
98696
|
-
def __init__(__self__, *,
|
98697
|
-
name: str,
|
98698
|
-
values: Sequence[str],
|
98699
|
-
regex: Optional[bool] = None):
|
98700
|
-
pulumi.set(__self__, "name", name)
|
98701
|
-
pulumi.set(__self__, "values", values)
|
98702
|
-
if regex is not None:
|
98703
|
-
pulumi.set(__self__, "regex", regex)
|
98704
|
-
|
98705
|
-
@property
|
98706
|
-
@pulumi.getter
|
98707
|
-
def name(self) -> str:
|
98708
|
-
return pulumi.get(self, "name")
|
98709
|
-
|
98710
|
-
@name.setter
|
98711
|
-
def name(self, value: str):
|
98712
|
-
pulumi.set(self, "name", value)
|
98713
|
-
|
98714
|
-
@property
|
98715
|
-
@pulumi.getter
|
98716
|
-
def values(self) -> Sequence[str]:
|
98717
|
-
return pulumi.get(self, "values")
|
98718
|
-
|
98719
|
-
@values.setter
|
98720
|
-
def values(self, value: Sequence[str]):
|
98721
|
-
pulumi.set(self, "values", value)
|
98722
|
-
|
98723
|
-
@property
|
98724
|
-
@pulumi.getter
|
98725
|
-
def regex(self) -> Optional[bool]:
|
98726
|
-
return pulumi.get(self, "regex")
|
98727
|
-
|
98728
|
-
@regex.setter
|
98729
|
-
def regex(self, value: Optional[bool]):
|
98730
|
-
pulumi.set(self, "regex", value)
|
98731
|
-
|
98732
|
-
|
98733
98684
|
if not MYPY:
|
98734
98685
|
class GetDynamicGroupsFilterArgsDict(TypedDict):
|
98735
98686
|
name: str
|