pulumi-oci 2.29.0a1744186202__py3-none-any.whl → 2.30.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +46 -0
- pulumi_oci/bigdataservice/bds_instance.py +7 -7
- pulumi_oci/core/_inputs.py +21 -21
- pulumi_oci/core/get_ipv6.py +32 -2
- pulumi_oci/core/get_private_ip.py +33 -3
- pulumi_oci/core/get_private_ips.py +51 -1
- pulumi_oci/core/get_vnic.py +4 -1
- pulumi_oci/core/ipv6.py +155 -44
- pulumi_oci/core/outputs.py +71 -17
- pulumi_oci/core/private_ip.py +124 -20
- pulumi_oci/datascience/__init__.py +9 -0
- pulumi_oci/datascience/_inputs.py +1215 -0
- pulumi_oci/datascience/get_ml_application.py +254 -0
- pulumi_oci/datascience/get_ml_application_implementation.py +389 -0
- pulumi_oci/datascience/get_ml_application_implementations.py +252 -0
- pulumi_oci/datascience/get_ml_application_instance.py +367 -0
- pulumi_oci/datascience/get_ml_application_instances.py +214 -0
- pulumi_oci/datascience/get_ml_applications.py +230 -0
- pulumi_oci/datascience/ml_application.py +564 -0
- pulumi_oci/datascience/ml_application_implementation.py +969 -0
- pulumi_oci/datascience/ml_application_instance.py +832 -0
- pulumi_oci/datascience/outputs.py +7154 -4464
- pulumi_oci/functions/invoke_function.py +52 -3
- pulumi_oci/goldengate/_inputs.py +135 -1
- pulumi_oci/goldengate/get_pipeline.py +15 -1
- pulumi_oci/goldengate/get_pipeline_running_processes.py +2 -2
- pulumi_oci/goldengate/outputs.py +263 -3
- pulumi_oci/goldengate/pipeline.py +28 -0
- pulumi_oci/kms/_inputs.py +48 -0
- pulumi_oci/kms/outputs.py +48 -0
- pulumi_oci/kms/vault_verification.py +37 -1
- pulumi_oci/lustre/__init__.py +13 -0
- pulumi_oci/lustre/_inputs.py +219 -0
- pulumi_oci/lustre/file_storage_lustre_file_system.py +1184 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_system.py +451 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_systems.py +222 -0
- pulumi_oci/lustre/outputs.py +639 -0
- pulumi_oci/oci/__init__.py +13 -0
- pulumi_oci/oci/_inputs.py +219 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_system.py +455 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_systems.py +226 -0
- pulumi_oci/oci/lustre_file_storage_lustre_file_system.py +1188 -0
- pulumi_oci/oci/outputs.py +639 -0
- pulumi_oci/opsi/get_operations_insights_warehouse.py +16 -2
- pulumi_oci/opsi/operations_insights_warehouse.py +56 -7
- pulumi_oci/opsi/outputs.py +13 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/sch/_inputs.py +223 -1
- pulumi_oci/sch/outputs.py +472 -31
- pulumi_oci/stackmonitoring/_inputs.py +1423 -51
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +16 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +58 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +46 -2
- pulumi_oci/stackmonitoring/monitored_resource_task.py +116 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +119 -7
- pulumi_oci/stackmonitoring/outputs.py +6195 -3496
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/RECORD +60 -39
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/top_level.txt +0 -0
pulumi_oci/goldengate/outputs.py
CHANGED
@@ -32,6 +32,7 @@ __all__ = [
|
|
32
32
|
'DeploymentOggDataGroupToRolesMapping',
|
33
33
|
'PipelineLock',
|
34
34
|
'PipelineMappingRule',
|
35
|
+
'PipelinePipelineDiagnosticData',
|
35
36
|
'PipelineProcessOptions',
|
36
37
|
'PipelineProcessOptionsInitialDataLoad',
|
37
38
|
'PipelineProcessOptionsReplicateSchemaChange',
|
@@ -100,6 +101,7 @@ __all__ = [
|
|
100
101
|
'GetMessagesFilterResult',
|
101
102
|
'GetPipelineLockResult',
|
102
103
|
'GetPipelineMappingRuleResult',
|
104
|
+
'GetPipelinePipelineDiagnosticDataResult',
|
103
105
|
'GetPipelineProcessOptionResult',
|
104
106
|
'GetPipelineProcessOptionInitialDataLoadResult',
|
105
107
|
'GetPipelineProcessOptionReplicateSchemaChangeResult',
|
@@ -119,6 +121,7 @@ __all__ = [
|
|
119
121
|
'GetPipelinesPipelineCollectionItemResult',
|
120
122
|
'GetPipelinesPipelineCollectionItemLockResult',
|
121
123
|
'GetPipelinesPipelineCollectionItemMappingRuleResult',
|
124
|
+
'GetPipelinesPipelineCollectionItemPipelineDiagnosticDataResult',
|
122
125
|
'GetPipelinesPipelineCollectionItemProcessOptionResult',
|
123
126
|
'GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoadResult',
|
124
127
|
'GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChangeResult',
|
@@ -1181,6 +1184,92 @@ class PipelineMappingRule(dict):
|
|
1181
1184
|
return pulumi.get(self, "target")
|
1182
1185
|
|
1183
1186
|
|
1187
|
+
@pulumi.output_type
|
1188
|
+
class PipelinePipelineDiagnosticData(dict):
|
1189
|
+
@staticmethod
|
1190
|
+
def __key_warning(key: str):
|
1191
|
+
suggest = None
|
1192
|
+
if key == "diagnosticState":
|
1193
|
+
suggest = "diagnostic_state"
|
1194
|
+
elif key == "timeLastCollected":
|
1195
|
+
suggest = "time_last_collected"
|
1196
|
+
|
1197
|
+
if suggest:
|
1198
|
+
pulumi.log.warn(f"Key '{key}' not found in PipelinePipelineDiagnosticData. Access the value via the '{suggest}' property getter instead.")
|
1199
|
+
|
1200
|
+
def __getitem__(self, key: str) -> Any:
|
1201
|
+
PipelinePipelineDiagnosticData.__key_warning(key)
|
1202
|
+
return super().__getitem__(key)
|
1203
|
+
|
1204
|
+
def get(self, key: str, default = None) -> Any:
|
1205
|
+
PipelinePipelineDiagnosticData.__key_warning(key)
|
1206
|
+
return super().get(key, default)
|
1207
|
+
|
1208
|
+
def __init__(__self__, *,
|
1209
|
+
bucket: Optional[builtins.str] = None,
|
1210
|
+
diagnostic_state: Optional[builtins.str] = None,
|
1211
|
+
namespace: Optional[builtins.str] = None,
|
1212
|
+
object: Optional[builtins.str] = None,
|
1213
|
+
time_last_collected: Optional[builtins.str] = None):
|
1214
|
+
"""
|
1215
|
+
:param builtins.str bucket: Name of the bucket where the object is to be uploaded in the object storage
|
1216
|
+
:param builtins.str diagnostic_state: The state of the pipeline diagnostics collection.
|
1217
|
+
:param builtins.str namespace: Name of namespace that serves as a container for all of your buckets
|
1218
|
+
:param builtins.str object: Name of the diagnostic collected and uploaded to object storage
|
1219
|
+
:param builtins.str time_last_collected: The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
|
1220
|
+
"""
|
1221
|
+
if bucket is not None:
|
1222
|
+
pulumi.set(__self__, "bucket", bucket)
|
1223
|
+
if diagnostic_state is not None:
|
1224
|
+
pulumi.set(__self__, "diagnostic_state", diagnostic_state)
|
1225
|
+
if namespace is not None:
|
1226
|
+
pulumi.set(__self__, "namespace", namespace)
|
1227
|
+
if object is not None:
|
1228
|
+
pulumi.set(__self__, "object", object)
|
1229
|
+
if time_last_collected is not None:
|
1230
|
+
pulumi.set(__self__, "time_last_collected", time_last_collected)
|
1231
|
+
|
1232
|
+
@property
|
1233
|
+
@pulumi.getter
|
1234
|
+
def bucket(self) -> Optional[builtins.str]:
|
1235
|
+
"""
|
1236
|
+
Name of the bucket where the object is to be uploaded in the object storage
|
1237
|
+
"""
|
1238
|
+
return pulumi.get(self, "bucket")
|
1239
|
+
|
1240
|
+
@property
|
1241
|
+
@pulumi.getter(name="diagnosticState")
|
1242
|
+
def diagnostic_state(self) -> Optional[builtins.str]:
|
1243
|
+
"""
|
1244
|
+
The state of the pipeline diagnostics collection.
|
1245
|
+
"""
|
1246
|
+
return pulumi.get(self, "diagnostic_state")
|
1247
|
+
|
1248
|
+
@property
|
1249
|
+
@pulumi.getter
|
1250
|
+
def namespace(self) -> Optional[builtins.str]:
|
1251
|
+
"""
|
1252
|
+
Name of namespace that serves as a container for all of your buckets
|
1253
|
+
"""
|
1254
|
+
return pulumi.get(self, "namespace")
|
1255
|
+
|
1256
|
+
@property
|
1257
|
+
@pulumi.getter
|
1258
|
+
def object(self) -> Optional[builtins.str]:
|
1259
|
+
"""
|
1260
|
+
Name of the diagnostic collected and uploaded to object storage
|
1261
|
+
"""
|
1262
|
+
return pulumi.get(self, "object")
|
1263
|
+
|
1264
|
+
@property
|
1265
|
+
@pulumi.getter(name="timeLastCollected")
|
1266
|
+
def time_last_collected(self) -> Optional[builtins.str]:
|
1267
|
+
"""
|
1268
|
+
The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
|
1269
|
+
"""
|
1270
|
+
return pulumi.get(self, "time_last_collected")
|
1271
|
+
|
1272
|
+
|
1184
1273
|
@pulumi.output_type
|
1185
1274
|
class PipelineProcessOptions(dict):
|
1186
1275
|
@staticmethod
|
@@ -1192,6 +1281,8 @@ class PipelineProcessOptions(dict):
|
|
1192
1281
|
suggest = "replicate_schema_change"
|
1193
1282
|
elif key == "shouldRestartOnFailure":
|
1194
1283
|
suggest = "should_restart_on_failure"
|
1284
|
+
elif key == "startUsingDefaultMapping":
|
1285
|
+
suggest = "start_using_default_mapping"
|
1195
1286
|
|
1196
1287
|
if suggest:
|
1197
1288
|
pulumi.log.warn(f"Key '{key}' not found in PipelineProcessOptions. Access the value via the '{suggest}' property getter instead.")
|
@@ -1207,15 +1298,19 @@ class PipelineProcessOptions(dict):
|
|
1207
1298
|
def __init__(__self__, *,
|
1208
1299
|
initial_data_load: 'outputs.PipelineProcessOptionsInitialDataLoad',
|
1209
1300
|
replicate_schema_change: 'outputs.PipelineProcessOptionsReplicateSchemaChange',
|
1210
|
-
should_restart_on_failure: builtins.str
|
1301
|
+
should_restart_on_failure: builtins.str,
|
1302
|
+
start_using_default_mapping: Optional[builtins.str] = None):
|
1211
1303
|
"""
|
1212
1304
|
:param 'PipelineProcessOptionsInitialDataLoadArgs' initial_data_load: (Updatable) Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1213
1305
|
:param 'PipelineProcessOptionsReplicateSchemaChangeArgs' replicate_schema_change: (Updatable) Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1214
1306
|
:param builtins.str should_restart_on_failure: (Updatable) If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
|
1307
|
+
:param builtins.str start_using_default_mapping: (Updatable) If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
|
1215
1308
|
"""
|
1216
1309
|
pulumi.set(__self__, "initial_data_load", initial_data_load)
|
1217
1310
|
pulumi.set(__self__, "replicate_schema_change", replicate_schema_change)
|
1218
1311
|
pulumi.set(__self__, "should_restart_on_failure", should_restart_on_failure)
|
1312
|
+
if start_using_default_mapping is not None:
|
1313
|
+
pulumi.set(__self__, "start_using_default_mapping", start_using_default_mapping)
|
1219
1314
|
|
1220
1315
|
@property
|
1221
1316
|
@pulumi.getter(name="initialDataLoad")
|
@@ -1241,6 +1336,14 @@ class PipelineProcessOptions(dict):
|
|
1241
1336
|
"""
|
1242
1337
|
return pulumi.get(self, "should_restart_on_failure")
|
1243
1338
|
|
1339
|
+
@property
|
1340
|
+
@pulumi.getter(name="startUsingDefaultMapping")
|
1341
|
+
def start_using_default_mapping(self) -> Optional[builtins.str]:
|
1342
|
+
"""
|
1343
|
+
(Updatable) If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
|
1344
|
+
"""
|
1345
|
+
return pulumi.get(self, "start_using_default_mapping")
|
1346
|
+
|
1244
1347
|
|
1245
1348
|
@pulumi.output_type
|
1246
1349
|
class PipelineProcessOptionsInitialDataLoad(dict):
|
@@ -6645,20 +6748,85 @@ class GetPipelineMappingRuleResult(dict):
|
|
6645
6748
|
return pulumi.get(self, "target")
|
6646
6749
|
|
6647
6750
|
|
6751
|
+
@pulumi.output_type
|
6752
|
+
class GetPipelinePipelineDiagnosticDataResult(dict):
|
6753
|
+
def __init__(__self__, *,
|
6754
|
+
bucket: builtins.str,
|
6755
|
+
diagnostic_state: builtins.str,
|
6756
|
+
namespace: builtins.str,
|
6757
|
+
object: builtins.str,
|
6758
|
+
time_last_collected: builtins.str):
|
6759
|
+
"""
|
6760
|
+
:param builtins.str bucket: Name of the bucket where the object is to be uploaded in the object storage
|
6761
|
+
:param builtins.str diagnostic_state: The state of the pipeline diagnostics collection.
|
6762
|
+
:param builtins.str namespace: Name of namespace that serves as a container for all of your buckets
|
6763
|
+
:param builtins.str object: Name of the diagnostic collected and uploaded to object storage
|
6764
|
+
:param builtins.str time_last_collected: The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
|
6765
|
+
"""
|
6766
|
+
pulumi.set(__self__, "bucket", bucket)
|
6767
|
+
pulumi.set(__self__, "diagnostic_state", diagnostic_state)
|
6768
|
+
pulumi.set(__self__, "namespace", namespace)
|
6769
|
+
pulumi.set(__self__, "object", object)
|
6770
|
+
pulumi.set(__self__, "time_last_collected", time_last_collected)
|
6771
|
+
|
6772
|
+
@property
|
6773
|
+
@pulumi.getter
|
6774
|
+
def bucket(self) -> builtins.str:
|
6775
|
+
"""
|
6776
|
+
Name of the bucket where the object is to be uploaded in the object storage
|
6777
|
+
"""
|
6778
|
+
return pulumi.get(self, "bucket")
|
6779
|
+
|
6780
|
+
@property
|
6781
|
+
@pulumi.getter(name="diagnosticState")
|
6782
|
+
def diagnostic_state(self) -> builtins.str:
|
6783
|
+
"""
|
6784
|
+
The state of the pipeline diagnostics collection.
|
6785
|
+
"""
|
6786
|
+
return pulumi.get(self, "diagnostic_state")
|
6787
|
+
|
6788
|
+
@property
|
6789
|
+
@pulumi.getter
|
6790
|
+
def namespace(self) -> builtins.str:
|
6791
|
+
"""
|
6792
|
+
Name of namespace that serves as a container for all of your buckets
|
6793
|
+
"""
|
6794
|
+
return pulumi.get(self, "namespace")
|
6795
|
+
|
6796
|
+
@property
|
6797
|
+
@pulumi.getter
|
6798
|
+
def object(self) -> builtins.str:
|
6799
|
+
"""
|
6800
|
+
Name of the diagnostic collected and uploaded to object storage
|
6801
|
+
"""
|
6802
|
+
return pulumi.get(self, "object")
|
6803
|
+
|
6804
|
+
@property
|
6805
|
+
@pulumi.getter(name="timeLastCollected")
|
6806
|
+
def time_last_collected(self) -> builtins.str:
|
6807
|
+
"""
|
6808
|
+
The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
|
6809
|
+
"""
|
6810
|
+
return pulumi.get(self, "time_last_collected")
|
6811
|
+
|
6812
|
+
|
6648
6813
|
@pulumi.output_type
|
6649
6814
|
class GetPipelineProcessOptionResult(dict):
|
6650
6815
|
def __init__(__self__, *,
|
6651
6816
|
initial_data_loads: Sequence['outputs.GetPipelineProcessOptionInitialDataLoadResult'],
|
6652
6817
|
replicate_schema_changes: Sequence['outputs.GetPipelineProcessOptionReplicateSchemaChangeResult'],
|
6653
|
-
should_restart_on_failure: builtins.str
|
6818
|
+
should_restart_on_failure: builtins.str,
|
6819
|
+
start_using_default_mapping: builtins.str):
|
6654
6820
|
"""
|
6655
6821
|
:param Sequence['GetPipelineProcessOptionInitialDataLoadArgs'] initial_data_loads: Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
6656
6822
|
:param Sequence['GetPipelineProcessOptionReplicateSchemaChangeArgs'] replicate_schema_changes: Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
6657
6823
|
:param builtins.str should_restart_on_failure: If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
|
6824
|
+
:param builtins.str start_using_default_mapping: If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
|
6658
6825
|
"""
|
6659
6826
|
pulumi.set(__self__, "initial_data_loads", initial_data_loads)
|
6660
6827
|
pulumi.set(__self__, "replicate_schema_changes", replicate_schema_changes)
|
6661
6828
|
pulumi.set(__self__, "should_restart_on_failure", should_restart_on_failure)
|
6829
|
+
pulumi.set(__self__, "start_using_default_mapping", start_using_default_mapping)
|
6662
6830
|
|
6663
6831
|
@property
|
6664
6832
|
@pulumi.getter(name="initialDataLoads")
|
@@ -6684,6 +6852,14 @@ class GetPipelineProcessOptionResult(dict):
|
|
6684
6852
|
"""
|
6685
6853
|
return pulumi.get(self, "should_restart_on_failure")
|
6686
6854
|
|
6855
|
+
@property
|
6856
|
+
@pulumi.getter(name="startUsingDefaultMapping")
|
6857
|
+
def start_using_default_mapping(self) -> builtins.str:
|
6858
|
+
"""
|
6859
|
+
If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
|
6860
|
+
"""
|
6861
|
+
return pulumi.get(self, "start_using_default_mapping")
|
6862
|
+
|
6687
6863
|
|
6688
6864
|
@pulumi.output_type
|
6689
6865
|
class GetPipelineProcessOptionInitialDataLoadResult(dict):
|
@@ -7128,6 +7304,7 @@ class GetPipelinesPipelineCollectionItemResult(dict):
|
|
7128
7304
|
lifecycle_sub_state: builtins.str,
|
7129
7305
|
locks: Sequence['outputs.GetPipelinesPipelineCollectionItemLockResult'],
|
7130
7306
|
mapping_rules: Sequence['outputs.GetPipelinesPipelineCollectionItemMappingRuleResult'],
|
7307
|
+
pipeline_diagnostic_datas: Sequence['outputs.GetPipelinesPipelineCollectionItemPipelineDiagnosticDataResult'],
|
7131
7308
|
process_options: Sequence['outputs.GetPipelinesPipelineCollectionItemProcessOptionResult'],
|
7132
7309
|
recipe_type: builtins.str,
|
7133
7310
|
source_connection_details: Sequence['outputs.GetPipelinesPipelineCollectionItemSourceConnectionDetailResult'],
|
@@ -7151,6 +7328,7 @@ class GetPipelinesPipelineCollectionItemResult(dict):
|
|
7151
7328
|
:param builtins.str lifecycle_sub_state: A filtered list of pipelines to return for a given lifecycleSubState.
|
7152
7329
|
:param Sequence['GetPipelinesPipelineCollectionItemLockArgs'] locks: Locks associated with this resource.
|
7153
7330
|
:param Sequence['GetPipelinesPipelineCollectionItemMappingRuleArgs'] mapping_rules: Mapping for source/target schema/tables for the pipeline data replication.
|
7331
|
+
:param Sequence['GetPipelinesPipelineCollectionItemPipelineDiagnosticDataArgs'] pipeline_diagnostic_datas: Information regarding the pipeline diagnostic collection
|
7154
7332
|
:param Sequence['GetPipelinesPipelineCollectionItemProcessOptionArgs'] process_options: Required pipeline options to configure the replication process (Extract or Replicat).
|
7155
7333
|
:param builtins.str recipe_type: The type of the recipe
|
7156
7334
|
:param Sequence['GetPipelinesPipelineCollectionItemSourceConnectionDetailArgs'] source_connection_details: The source connection details for creating a pipeline.
|
@@ -7174,6 +7352,7 @@ class GetPipelinesPipelineCollectionItemResult(dict):
|
|
7174
7352
|
pulumi.set(__self__, "lifecycle_sub_state", lifecycle_sub_state)
|
7175
7353
|
pulumi.set(__self__, "locks", locks)
|
7176
7354
|
pulumi.set(__self__, "mapping_rules", mapping_rules)
|
7355
|
+
pulumi.set(__self__, "pipeline_diagnostic_datas", pipeline_diagnostic_datas)
|
7177
7356
|
pulumi.set(__self__, "process_options", process_options)
|
7178
7357
|
pulumi.set(__self__, "recipe_type", recipe_type)
|
7179
7358
|
pulumi.set(__self__, "source_connection_details", source_connection_details)
|
@@ -7288,6 +7467,14 @@ class GetPipelinesPipelineCollectionItemResult(dict):
|
|
7288
7467
|
"""
|
7289
7468
|
return pulumi.get(self, "mapping_rules")
|
7290
7469
|
|
7470
|
+
@property
|
7471
|
+
@pulumi.getter(name="pipelineDiagnosticDatas")
|
7472
|
+
def pipeline_diagnostic_datas(self) -> Sequence['outputs.GetPipelinesPipelineCollectionItemPipelineDiagnosticDataResult']:
|
7473
|
+
"""
|
7474
|
+
Information regarding the pipeline diagnostic collection
|
7475
|
+
"""
|
7476
|
+
return pulumi.get(self, "pipeline_diagnostic_datas")
|
7477
|
+
|
7291
7478
|
@property
|
7292
7479
|
@pulumi.getter(name="processOptions")
|
7293
7480
|
def process_options(self) -> Sequence['outputs.GetPipelinesPipelineCollectionItemProcessOptionResult']:
|
@@ -7430,20 +7617,85 @@ class GetPipelinesPipelineCollectionItemMappingRuleResult(dict):
|
|
7430
7617
|
return pulumi.get(self, "target")
|
7431
7618
|
|
7432
7619
|
|
7620
|
+
@pulumi.output_type
|
7621
|
+
class GetPipelinesPipelineCollectionItemPipelineDiagnosticDataResult(dict):
|
7622
|
+
def __init__(__self__, *,
|
7623
|
+
bucket: builtins.str,
|
7624
|
+
diagnostic_state: builtins.str,
|
7625
|
+
namespace: builtins.str,
|
7626
|
+
object: builtins.str,
|
7627
|
+
time_last_collected: builtins.str):
|
7628
|
+
"""
|
7629
|
+
:param builtins.str bucket: Name of the bucket where the object is to be uploaded in the object storage
|
7630
|
+
:param builtins.str diagnostic_state: The state of the pipeline diagnostics collection.
|
7631
|
+
:param builtins.str namespace: Name of namespace that serves as a container for all of your buckets
|
7632
|
+
:param builtins.str object: Name of the diagnostic collected and uploaded to object storage
|
7633
|
+
:param builtins.str time_last_collected: The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
|
7634
|
+
"""
|
7635
|
+
pulumi.set(__self__, "bucket", bucket)
|
7636
|
+
pulumi.set(__self__, "diagnostic_state", diagnostic_state)
|
7637
|
+
pulumi.set(__self__, "namespace", namespace)
|
7638
|
+
pulumi.set(__self__, "object", object)
|
7639
|
+
pulumi.set(__self__, "time_last_collected", time_last_collected)
|
7640
|
+
|
7641
|
+
@property
|
7642
|
+
@pulumi.getter
|
7643
|
+
def bucket(self) -> builtins.str:
|
7644
|
+
"""
|
7645
|
+
Name of the bucket where the object is to be uploaded in the object storage
|
7646
|
+
"""
|
7647
|
+
return pulumi.get(self, "bucket")
|
7648
|
+
|
7649
|
+
@property
|
7650
|
+
@pulumi.getter(name="diagnosticState")
|
7651
|
+
def diagnostic_state(self) -> builtins.str:
|
7652
|
+
"""
|
7653
|
+
The state of the pipeline diagnostics collection.
|
7654
|
+
"""
|
7655
|
+
return pulumi.get(self, "diagnostic_state")
|
7656
|
+
|
7657
|
+
@property
|
7658
|
+
@pulumi.getter
|
7659
|
+
def namespace(self) -> builtins.str:
|
7660
|
+
"""
|
7661
|
+
Name of namespace that serves as a container for all of your buckets
|
7662
|
+
"""
|
7663
|
+
return pulumi.get(self, "namespace")
|
7664
|
+
|
7665
|
+
@property
|
7666
|
+
@pulumi.getter
|
7667
|
+
def object(self) -> builtins.str:
|
7668
|
+
"""
|
7669
|
+
Name of the diagnostic collected and uploaded to object storage
|
7670
|
+
"""
|
7671
|
+
return pulumi.get(self, "object")
|
7672
|
+
|
7673
|
+
@property
|
7674
|
+
@pulumi.getter(name="timeLastCollected")
|
7675
|
+
def time_last_collected(self) -> builtins.str:
|
7676
|
+
"""
|
7677
|
+
The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
|
7678
|
+
"""
|
7679
|
+
return pulumi.get(self, "time_last_collected")
|
7680
|
+
|
7681
|
+
|
7433
7682
|
@pulumi.output_type
|
7434
7683
|
class GetPipelinesPipelineCollectionItemProcessOptionResult(dict):
|
7435
7684
|
def __init__(__self__, *,
|
7436
7685
|
initial_data_loads: Sequence['outputs.GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoadResult'],
|
7437
7686
|
replicate_schema_changes: Sequence['outputs.GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChangeResult'],
|
7438
|
-
should_restart_on_failure: builtins.str
|
7687
|
+
should_restart_on_failure: builtins.str,
|
7688
|
+
start_using_default_mapping: builtins.str):
|
7439
7689
|
"""
|
7440
7690
|
:param Sequence['GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoadArgs'] initial_data_loads: Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
7441
7691
|
:param Sequence['GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChangeArgs'] replicate_schema_changes: Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
7442
7692
|
:param builtins.str should_restart_on_failure: If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
|
7693
|
+
:param builtins.str start_using_default_mapping: If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
|
7443
7694
|
"""
|
7444
7695
|
pulumi.set(__self__, "initial_data_loads", initial_data_loads)
|
7445
7696
|
pulumi.set(__self__, "replicate_schema_changes", replicate_schema_changes)
|
7446
7697
|
pulumi.set(__self__, "should_restart_on_failure", should_restart_on_failure)
|
7698
|
+
pulumi.set(__self__, "start_using_default_mapping", start_using_default_mapping)
|
7447
7699
|
|
7448
7700
|
@property
|
7449
7701
|
@pulumi.getter(name="initialDataLoads")
|
@@ -7469,6 +7721,14 @@ class GetPipelinesPipelineCollectionItemProcessOptionResult(dict):
|
|
7469
7721
|
"""
|
7470
7722
|
return pulumi.get(self, "should_restart_on_failure")
|
7471
7723
|
|
7724
|
+
@property
|
7725
|
+
@pulumi.getter(name="startUsingDefaultMapping")
|
7726
|
+
def start_using_default_mapping(self) -> builtins.str:
|
7727
|
+
"""
|
7728
|
+
If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
|
7729
|
+
"""
|
7730
|
+
return pulumi.get(self, "start_using_default_mapping")
|
7731
|
+
|
7472
7732
|
|
7473
7733
|
@pulumi.output_type
|
7474
7734
|
class GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoadResult(dict):
|
@@ -212,6 +212,7 @@ class _PipelineState:
|
|
212
212
|
lifecycle_sub_state: Optional[pulumi.Input[builtins.str]] = None,
|
213
213
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineLockArgs']]]] = None,
|
214
214
|
mapping_rules: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineMappingRuleArgs']]]] = None,
|
215
|
+
pipeline_diagnostic_datas: Optional[pulumi.Input[Sequence[pulumi.Input['PipelinePipelineDiagnosticDataArgs']]]] = None,
|
215
216
|
process_options: Optional[pulumi.Input['PipelineProcessOptionsArgs']] = None,
|
216
217
|
recipe_type: Optional[pulumi.Input[builtins.str]] = None,
|
217
218
|
source_connection_details: Optional[pulumi.Input['PipelineSourceConnectionDetailsArgs']] = None,
|
@@ -235,6 +236,7 @@ class _PipelineState:
|
|
235
236
|
:param pulumi.Input[builtins.str] lifecycle_sub_state: Possible lifecycle substates when retrieving a pipeline.
|
236
237
|
:param pulumi.Input[Sequence[pulumi.Input['PipelineLockArgs']]] locks: Locks associated with this resource.
|
237
238
|
:param pulumi.Input[Sequence[pulumi.Input['PipelineMappingRuleArgs']]] mapping_rules: Mapping for source/target schema/tables for the pipeline data replication.
|
239
|
+
:param pulumi.Input[Sequence[pulumi.Input['PipelinePipelineDiagnosticDataArgs']]] pipeline_diagnostic_datas: Information regarding the pipeline diagnostic collection
|
238
240
|
:param pulumi.Input['PipelineProcessOptionsArgs'] process_options: (Updatable) Required pipeline options to configure the replication process (Extract or Replicat).
|
239
241
|
:param pulumi.Input[builtins.str] recipe_type: (Updatable) The type of the recipe
|
240
242
|
:param pulumi.Input['PipelineSourceConnectionDetailsArgs'] source_connection_details: The source connection details for creating a pipeline.
|
@@ -269,6 +271,8 @@ class _PipelineState:
|
|
269
271
|
pulumi.set(__self__, "locks", locks)
|
270
272
|
if mapping_rules is not None:
|
271
273
|
pulumi.set(__self__, "mapping_rules", mapping_rules)
|
274
|
+
if pipeline_diagnostic_datas is not None:
|
275
|
+
pulumi.set(__self__, "pipeline_diagnostic_datas", pipeline_diagnostic_datas)
|
272
276
|
if process_options is not None:
|
273
277
|
pulumi.set(__self__, "process_options", process_options)
|
274
278
|
if recipe_type is not None:
|
@@ -432,6 +436,18 @@ class _PipelineState:
|
|
432
436
|
def mapping_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineMappingRuleArgs']]]]):
|
433
437
|
pulumi.set(self, "mapping_rules", value)
|
434
438
|
|
439
|
+
@property
|
440
|
+
@pulumi.getter(name="pipelineDiagnosticDatas")
|
441
|
+
def pipeline_diagnostic_datas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PipelinePipelineDiagnosticDataArgs']]]]:
|
442
|
+
"""
|
443
|
+
Information regarding the pipeline diagnostic collection
|
444
|
+
"""
|
445
|
+
return pulumi.get(self, "pipeline_diagnostic_datas")
|
446
|
+
|
447
|
+
@pipeline_diagnostic_datas.setter
|
448
|
+
def pipeline_diagnostic_datas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PipelinePipelineDiagnosticDataArgs']]]]):
|
449
|
+
pulumi.set(self, "pipeline_diagnostic_datas", value)
|
450
|
+
|
435
451
|
@property
|
436
452
|
@pulumi.getter(name="processOptions")
|
437
453
|
def process_options(self) -> Optional[pulumi.Input['PipelineProcessOptionsArgs']]:
|
@@ -667,6 +683,7 @@ class Pipeline(pulumi.CustomResource):
|
|
667
683
|
__props__.__dict__["lifecycle_details"] = None
|
668
684
|
__props__.__dict__["lifecycle_sub_state"] = None
|
669
685
|
__props__.__dict__["mapping_rules"] = None
|
686
|
+
__props__.__dict__["pipeline_diagnostic_datas"] = None
|
670
687
|
__props__.__dict__["state"] = None
|
671
688
|
__props__.__dict__["system_tags"] = None
|
672
689
|
__props__.__dict__["time_created"] = None
|
@@ -694,6 +711,7 @@ class Pipeline(pulumi.CustomResource):
|
|
694
711
|
lifecycle_sub_state: Optional[pulumi.Input[builtins.str]] = None,
|
695
712
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PipelineLockArgs', 'PipelineLockArgsDict']]]]] = None,
|
696
713
|
mapping_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PipelineMappingRuleArgs', 'PipelineMappingRuleArgsDict']]]]] = None,
|
714
|
+
pipeline_diagnostic_datas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PipelinePipelineDiagnosticDataArgs', 'PipelinePipelineDiagnosticDataArgsDict']]]]] = None,
|
697
715
|
process_options: Optional[pulumi.Input[Union['PipelineProcessOptionsArgs', 'PipelineProcessOptionsArgsDict']]] = None,
|
698
716
|
recipe_type: Optional[pulumi.Input[builtins.str]] = None,
|
699
717
|
source_connection_details: Optional[pulumi.Input[Union['PipelineSourceConnectionDetailsArgs', 'PipelineSourceConnectionDetailsArgsDict']]] = None,
|
@@ -722,6 +740,7 @@ class Pipeline(pulumi.CustomResource):
|
|
722
740
|
:param pulumi.Input[builtins.str] lifecycle_sub_state: Possible lifecycle substates when retrieving a pipeline.
|
723
741
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PipelineLockArgs', 'PipelineLockArgsDict']]]] locks: Locks associated with this resource.
|
724
742
|
:param pulumi.Input[Sequence[pulumi.Input[Union['PipelineMappingRuleArgs', 'PipelineMappingRuleArgsDict']]]] mapping_rules: Mapping for source/target schema/tables for the pipeline data replication.
|
743
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PipelinePipelineDiagnosticDataArgs', 'PipelinePipelineDiagnosticDataArgsDict']]]] pipeline_diagnostic_datas: Information regarding the pipeline diagnostic collection
|
725
744
|
:param pulumi.Input[Union['PipelineProcessOptionsArgs', 'PipelineProcessOptionsArgsDict']] process_options: (Updatable) Required pipeline options to configure the replication process (Extract or Replicat).
|
726
745
|
:param pulumi.Input[builtins.str] recipe_type: (Updatable) The type of the recipe
|
727
746
|
:param pulumi.Input[Union['PipelineSourceConnectionDetailsArgs', 'PipelineSourceConnectionDetailsArgsDict']] source_connection_details: The source connection details for creating a pipeline.
|
@@ -748,6 +767,7 @@ class Pipeline(pulumi.CustomResource):
|
|
748
767
|
__props__.__dict__["lifecycle_sub_state"] = lifecycle_sub_state
|
749
768
|
__props__.__dict__["locks"] = locks
|
750
769
|
__props__.__dict__["mapping_rules"] = mapping_rules
|
770
|
+
__props__.__dict__["pipeline_diagnostic_datas"] = pipeline_diagnostic_datas
|
751
771
|
__props__.__dict__["process_options"] = process_options
|
752
772
|
__props__.__dict__["recipe_type"] = recipe_type
|
753
773
|
__props__.__dict__["source_connection_details"] = source_connection_details
|
@@ -855,6 +875,14 @@ class Pipeline(pulumi.CustomResource):
|
|
855
875
|
"""
|
856
876
|
return pulumi.get(self, "mapping_rules")
|
857
877
|
|
878
|
+
@property
|
879
|
+
@pulumi.getter(name="pipelineDiagnosticDatas")
|
880
|
+
def pipeline_diagnostic_datas(self) -> pulumi.Output[Sequence['outputs.PipelinePipelineDiagnosticData']]:
|
881
|
+
"""
|
882
|
+
Information regarding the pipeline diagnostic collection
|
883
|
+
"""
|
884
|
+
return pulumi.get(self, "pipeline_diagnostic_datas")
|
885
|
+
|
858
886
|
@property
|
859
887
|
@pulumi.getter(name="processOptions")
|
860
888
|
def process_options(self) -> pulumi.Output['outputs.PipelineProcessOptions']:
|
pulumi_oci/kms/_inputs.py
CHANGED
@@ -50,6 +50,8 @@ __all__ = [
|
|
50
50
|
'VaultRestoreFromFileArgsDict',
|
51
51
|
'VaultRestoreFromObjectStoreArgs',
|
52
52
|
'VaultRestoreFromObjectStoreArgsDict',
|
53
|
+
'VaultVerificationReplicaVaultMetadataArgs',
|
54
|
+
'VaultVerificationReplicaVaultMetadataArgsDict',
|
53
55
|
'GetEkmsPrivateEndpointsFilterArgs',
|
54
56
|
'GetEkmsPrivateEndpointsFilterArgsDict',
|
55
57
|
'GetKeyVersionsFilterArgs',
|
@@ -1229,6 +1231,52 @@ class VaultRestoreFromObjectStoreArgs:
|
|
1229
1231
|
pulumi.set(self, "uri", value)
|
1230
1232
|
|
1231
1233
|
|
1234
|
+
if not MYPY:
|
1235
|
+
class VaultVerificationReplicaVaultMetadataArgsDict(TypedDict):
|
1236
|
+
idcs_account_name_url: pulumi.Input[builtins.str]
|
1237
|
+
private_endpoint_id: pulumi.Input[builtins.str]
|
1238
|
+
vault_type: pulumi.Input[builtins.str]
|
1239
|
+
elif False:
|
1240
|
+
VaultVerificationReplicaVaultMetadataArgsDict: TypeAlias = Mapping[str, Any]
|
1241
|
+
|
1242
|
+
@pulumi.input_type
|
1243
|
+
class VaultVerificationReplicaVaultMetadataArgs:
|
1244
|
+
def __init__(__self__, *,
|
1245
|
+
idcs_account_name_url: pulumi.Input[builtins.str],
|
1246
|
+
private_endpoint_id: pulumi.Input[builtins.str],
|
1247
|
+
vault_type: pulumi.Input[builtins.str]):
|
1248
|
+
pulumi.set(__self__, "idcs_account_name_url", idcs_account_name_url)
|
1249
|
+
pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
|
1250
|
+
pulumi.set(__self__, "vault_type", vault_type)
|
1251
|
+
|
1252
|
+
@property
|
1253
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
1254
|
+
def idcs_account_name_url(self) -> pulumi.Input[builtins.str]:
|
1255
|
+
return pulumi.get(self, "idcs_account_name_url")
|
1256
|
+
|
1257
|
+
@idcs_account_name_url.setter
|
1258
|
+
def idcs_account_name_url(self, value: pulumi.Input[builtins.str]):
|
1259
|
+
pulumi.set(self, "idcs_account_name_url", value)
|
1260
|
+
|
1261
|
+
@property
|
1262
|
+
@pulumi.getter(name="privateEndpointId")
|
1263
|
+
def private_endpoint_id(self) -> pulumi.Input[builtins.str]:
|
1264
|
+
return pulumi.get(self, "private_endpoint_id")
|
1265
|
+
|
1266
|
+
@private_endpoint_id.setter
|
1267
|
+
def private_endpoint_id(self, value: pulumi.Input[builtins.str]):
|
1268
|
+
pulumi.set(self, "private_endpoint_id", value)
|
1269
|
+
|
1270
|
+
@property
|
1271
|
+
@pulumi.getter(name="vaultType")
|
1272
|
+
def vault_type(self) -> pulumi.Input[builtins.str]:
|
1273
|
+
return pulumi.get(self, "vault_type")
|
1274
|
+
|
1275
|
+
@vault_type.setter
|
1276
|
+
def vault_type(self, value: pulumi.Input[builtins.str]):
|
1277
|
+
pulumi.set(self, "vault_type", value)
|
1278
|
+
|
1279
|
+
|
1232
1280
|
if not MYPY:
|
1233
1281
|
class GetEkmsPrivateEndpointsFilterArgsDict(TypedDict):
|
1234
1282
|
name: builtins.str
|
pulumi_oci/kms/outputs.py
CHANGED
@@ -34,6 +34,7 @@ __all__ = [
|
|
34
34
|
'VaultReplicaDetail',
|
35
35
|
'VaultRestoreFromFile',
|
36
36
|
'VaultRestoreFromObjectStore',
|
37
|
+
'VaultVerificationReplicaVaultMetadata',
|
37
38
|
'GetEkmsPrivateEndpointsEkmsPrivateEndpointResult',
|
38
39
|
'GetEkmsPrivateEndpointsFilterResult',
|
39
40
|
'GetKeyAutoKeyRotationDetailResult',
|
@@ -1060,6 +1061,53 @@ class VaultRestoreFromObjectStore(dict):
|
|
1060
1061
|
return pulumi.get(self, "uri")
|
1061
1062
|
|
1062
1063
|
|
1064
|
+
@pulumi.output_type
|
1065
|
+
class VaultVerificationReplicaVaultMetadata(dict):
|
1066
|
+
@staticmethod
|
1067
|
+
def __key_warning(key: str):
|
1068
|
+
suggest = None
|
1069
|
+
if key == "idcsAccountNameUrl":
|
1070
|
+
suggest = "idcs_account_name_url"
|
1071
|
+
elif key == "privateEndpointId":
|
1072
|
+
suggest = "private_endpoint_id"
|
1073
|
+
elif key == "vaultType":
|
1074
|
+
suggest = "vault_type"
|
1075
|
+
|
1076
|
+
if suggest:
|
1077
|
+
pulumi.log.warn(f"Key '{key}' not found in VaultVerificationReplicaVaultMetadata. Access the value via the '{suggest}' property getter instead.")
|
1078
|
+
|
1079
|
+
def __getitem__(self, key: str) -> Any:
|
1080
|
+
VaultVerificationReplicaVaultMetadata.__key_warning(key)
|
1081
|
+
return super().__getitem__(key)
|
1082
|
+
|
1083
|
+
def get(self, key: str, default = None) -> Any:
|
1084
|
+
VaultVerificationReplicaVaultMetadata.__key_warning(key)
|
1085
|
+
return super().get(key, default)
|
1086
|
+
|
1087
|
+
def __init__(__self__, *,
|
1088
|
+
idcs_account_name_url: builtins.str,
|
1089
|
+
private_endpoint_id: builtins.str,
|
1090
|
+
vault_type: builtins.str):
|
1091
|
+
pulumi.set(__self__, "idcs_account_name_url", idcs_account_name_url)
|
1092
|
+
pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
|
1093
|
+
pulumi.set(__self__, "vault_type", vault_type)
|
1094
|
+
|
1095
|
+
@property
|
1096
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
1097
|
+
def idcs_account_name_url(self) -> builtins.str:
|
1098
|
+
return pulumi.get(self, "idcs_account_name_url")
|
1099
|
+
|
1100
|
+
@property
|
1101
|
+
@pulumi.getter(name="privateEndpointId")
|
1102
|
+
def private_endpoint_id(self) -> builtins.str:
|
1103
|
+
return pulumi.get(self, "private_endpoint_id")
|
1104
|
+
|
1105
|
+
@property
|
1106
|
+
@pulumi.getter(name="vaultType")
|
1107
|
+
def vault_type(self) -> builtins.str:
|
1108
|
+
return pulumi.get(self, "vault_type")
|
1109
|
+
|
1110
|
+
|
1063
1111
|
@pulumi.output_type
|
1064
1112
|
class GetEkmsPrivateEndpointsEkmsPrivateEndpointResult(dict):
|
1065
1113
|
def __init__(__self__, *,
|