pulumi-oci 2.19.0a1733984857__py3-none-any.whl → 2.20.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 +56 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- pulumi_oci/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
pulumi_oci/goldengate/_inputs.py
CHANGED
@@ -39,6 +39,20 @@ __all__ = [
|
|
39
39
|
'DeploymentOggDataArgsDict',
|
40
40
|
'DeploymentOggDataGroupToRolesMappingArgs',
|
41
41
|
'DeploymentOggDataGroupToRolesMappingArgsDict',
|
42
|
+
'PipelineLockArgs',
|
43
|
+
'PipelineLockArgsDict',
|
44
|
+
'PipelineMappingRuleArgs',
|
45
|
+
'PipelineMappingRuleArgsDict',
|
46
|
+
'PipelineProcessOptionsArgs',
|
47
|
+
'PipelineProcessOptionsArgsDict',
|
48
|
+
'PipelineProcessOptionsInitialDataLoadArgs',
|
49
|
+
'PipelineProcessOptionsInitialDataLoadArgsDict',
|
50
|
+
'PipelineProcessOptionsReplicateSchemaChangeArgs',
|
51
|
+
'PipelineProcessOptionsReplicateSchemaChangeArgsDict',
|
52
|
+
'PipelineSourceConnectionDetailsArgs',
|
53
|
+
'PipelineSourceConnectionDetailsArgsDict',
|
54
|
+
'PipelineTargetConnectionDetailsArgs',
|
55
|
+
'PipelineTargetConnectionDetailsArgsDict',
|
42
56
|
'GetConnectionAssignmentsFilterArgs',
|
43
57
|
'GetConnectionAssignmentsFilterArgsDict',
|
44
58
|
'GetConnectionsFilterArgs',
|
@@ -61,6 +75,16 @@ __all__ = [
|
|
61
75
|
'GetDeploymentsFilterArgsDict',
|
62
76
|
'GetMessagesFilterArgs',
|
63
77
|
'GetMessagesFilterArgsDict',
|
78
|
+
'GetPipelineRunningProcessesFilterArgs',
|
79
|
+
'GetPipelineRunningProcessesFilterArgsDict',
|
80
|
+
'GetPipelineSchemaTablesFilterArgs',
|
81
|
+
'GetPipelineSchemaTablesFilterArgsDict',
|
82
|
+
'GetPipelineSchemasFilterArgs',
|
83
|
+
'GetPipelineSchemasFilterArgsDict',
|
84
|
+
'GetPipelinesFilterArgs',
|
85
|
+
'GetPipelinesFilterArgsDict',
|
86
|
+
'GetRecipesFilterArgs',
|
87
|
+
'GetRecipesFilterArgsDict',
|
64
88
|
'GetTrailFilesFilterArgs',
|
65
89
|
'GetTrailFilesFilterArgsDict',
|
66
90
|
'GetTrailSequencesFilterArgs',
|
@@ -1132,6 +1156,394 @@ class DeploymentOggDataGroupToRolesMappingArgs:
|
|
1132
1156
|
pulumi.set(self, "user_group_id", value)
|
1133
1157
|
|
1134
1158
|
|
1159
|
+
if not MYPY:
|
1160
|
+
class PipelineLockArgsDict(TypedDict):
|
1161
|
+
type: pulumi.Input[str]
|
1162
|
+
"""
|
1163
|
+
Type of the lock.
|
1164
|
+
"""
|
1165
|
+
message: NotRequired[pulumi.Input[str]]
|
1166
|
+
"""
|
1167
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
1168
|
+
"""
|
1169
|
+
elif False:
|
1170
|
+
PipelineLockArgsDict: TypeAlias = Mapping[str, Any]
|
1171
|
+
|
1172
|
+
@pulumi.input_type
|
1173
|
+
class PipelineLockArgs:
|
1174
|
+
def __init__(__self__, *,
|
1175
|
+
type: pulumi.Input[str],
|
1176
|
+
message: Optional[pulumi.Input[str]] = None):
|
1177
|
+
"""
|
1178
|
+
:param pulumi.Input[str] type: Type of the lock.
|
1179
|
+
:param pulumi.Input[str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
1180
|
+
"""
|
1181
|
+
pulumi.set(__self__, "type", type)
|
1182
|
+
if message is not None:
|
1183
|
+
pulumi.set(__self__, "message", message)
|
1184
|
+
|
1185
|
+
@property
|
1186
|
+
@pulumi.getter
|
1187
|
+
def type(self) -> pulumi.Input[str]:
|
1188
|
+
"""
|
1189
|
+
Type of the lock.
|
1190
|
+
"""
|
1191
|
+
return pulumi.get(self, "type")
|
1192
|
+
|
1193
|
+
@type.setter
|
1194
|
+
def type(self, value: pulumi.Input[str]):
|
1195
|
+
pulumi.set(self, "type", value)
|
1196
|
+
|
1197
|
+
@property
|
1198
|
+
@pulumi.getter
|
1199
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
1200
|
+
"""
|
1201
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
1202
|
+
"""
|
1203
|
+
return pulumi.get(self, "message")
|
1204
|
+
|
1205
|
+
@message.setter
|
1206
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
1207
|
+
pulumi.set(self, "message", value)
|
1208
|
+
|
1209
|
+
|
1210
|
+
if not MYPY:
|
1211
|
+
class PipelineMappingRuleArgsDict(TypedDict):
|
1212
|
+
mapping_type: NotRequired[pulumi.Input[str]]
|
1213
|
+
"""
|
1214
|
+
Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
|
1215
|
+
"""
|
1216
|
+
source: NotRequired[pulumi.Input[str]]
|
1217
|
+
"""
|
1218
|
+
The source schema/table combination for replication to target.
|
1219
|
+
"""
|
1220
|
+
target: NotRequired[pulumi.Input[str]]
|
1221
|
+
"""
|
1222
|
+
The target schema/table combination for replication from the source.
|
1223
|
+
"""
|
1224
|
+
elif False:
|
1225
|
+
PipelineMappingRuleArgsDict: TypeAlias = Mapping[str, Any]
|
1226
|
+
|
1227
|
+
@pulumi.input_type
|
1228
|
+
class PipelineMappingRuleArgs:
|
1229
|
+
def __init__(__self__, *,
|
1230
|
+
mapping_type: Optional[pulumi.Input[str]] = None,
|
1231
|
+
source: Optional[pulumi.Input[str]] = None,
|
1232
|
+
target: Optional[pulumi.Input[str]] = None):
|
1233
|
+
"""
|
1234
|
+
:param pulumi.Input[str] mapping_type: Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
|
1235
|
+
:param pulumi.Input[str] source: The source schema/table combination for replication to target.
|
1236
|
+
:param pulumi.Input[str] target: The target schema/table combination for replication from the source.
|
1237
|
+
"""
|
1238
|
+
if mapping_type is not None:
|
1239
|
+
pulumi.set(__self__, "mapping_type", mapping_type)
|
1240
|
+
if source is not None:
|
1241
|
+
pulumi.set(__self__, "source", source)
|
1242
|
+
if target is not None:
|
1243
|
+
pulumi.set(__self__, "target", target)
|
1244
|
+
|
1245
|
+
@property
|
1246
|
+
@pulumi.getter(name="mappingType")
|
1247
|
+
def mapping_type(self) -> Optional[pulumi.Input[str]]:
|
1248
|
+
"""
|
1249
|
+
Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
|
1250
|
+
"""
|
1251
|
+
return pulumi.get(self, "mapping_type")
|
1252
|
+
|
1253
|
+
@mapping_type.setter
|
1254
|
+
def mapping_type(self, value: Optional[pulumi.Input[str]]):
|
1255
|
+
pulumi.set(self, "mapping_type", value)
|
1256
|
+
|
1257
|
+
@property
|
1258
|
+
@pulumi.getter
|
1259
|
+
def source(self) -> Optional[pulumi.Input[str]]:
|
1260
|
+
"""
|
1261
|
+
The source schema/table combination for replication to target.
|
1262
|
+
"""
|
1263
|
+
return pulumi.get(self, "source")
|
1264
|
+
|
1265
|
+
@source.setter
|
1266
|
+
def source(self, value: Optional[pulumi.Input[str]]):
|
1267
|
+
pulumi.set(self, "source", value)
|
1268
|
+
|
1269
|
+
@property
|
1270
|
+
@pulumi.getter
|
1271
|
+
def target(self) -> Optional[pulumi.Input[str]]:
|
1272
|
+
"""
|
1273
|
+
The target schema/table combination for replication from the source.
|
1274
|
+
"""
|
1275
|
+
return pulumi.get(self, "target")
|
1276
|
+
|
1277
|
+
@target.setter
|
1278
|
+
def target(self, value: Optional[pulumi.Input[str]]):
|
1279
|
+
pulumi.set(self, "target", value)
|
1280
|
+
|
1281
|
+
|
1282
|
+
if not MYPY:
|
1283
|
+
class PipelineProcessOptionsArgsDict(TypedDict):
|
1284
|
+
initial_data_load: pulumi.Input['PipelineProcessOptionsInitialDataLoadArgsDict']
|
1285
|
+
"""
|
1286
|
+
(Updatable) Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1287
|
+
"""
|
1288
|
+
replicate_schema_change: pulumi.Input['PipelineProcessOptionsReplicateSchemaChangeArgsDict']
|
1289
|
+
"""
|
1290
|
+
(Updatable) Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1291
|
+
"""
|
1292
|
+
should_restart_on_failure: pulumi.Input[str]
|
1293
|
+
"""
|
1294
|
+
(Updatable) If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
|
1295
|
+
"""
|
1296
|
+
elif False:
|
1297
|
+
PipelineProcessOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
1298
|
+
|
1299
|
+
@pulumi.input_type
|
1300
|
+
class PipelineProcessOptionsArgs:
|
1301
|
+
def __init__(__self__, *,
|
1302
|
+
initial_data_load: pulumi.Input['PipelineProcessOptionsInitialDataLoadArgs'],
|
1303
|
+
replicate_schema_change: pulumi.Input['PipelineProcessOptionsReplicateSchemaChangeArgs'],
|
1304
|
+
should_restart_on_failure: pulumi.Input[str]):
|
1305
|
+
"""
|
1306
|
+
:param pulumi.Input['PipelineProcessOptionsInitialDataLoadArgs'] initial_data_load: (Updatable) Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1307
|
+
:param pulumi.Input['PipelineProcessOptionsReplicateSchemaChangeArgs'] replicate_schema_change: (Updatable) Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1308
|
+
:param pulumi.Input[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.
|
1309
|
+
"""
|
1310
|
+
pulumi.set(__self__, "initial_data_load", initial_data_load)
|
1311
|
+
pulumi.set(__self__, "replicate_schema_change", replicate_schema_change)
|
1312
|
+
pulumi.set(__self__, "should_restart_on_failure", should_restart_on_failure)
|
1313
|
+
|
1314
|
+
@property
|
1315
|
+
@pulumi.getter(name="initialDataLoad")
|
1316
|
+
def initial_data_load(self) -> pulumi.Input['PipelineProcessOptionsInitialDataLoadArgs']:
|
1317
|
+
"""
|
1318
|
+
(Updatable) Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1319
|
+
"""
|
1320
|
+
return pulumi.get(self, "initial_data_load")
|
1321
|
+
|
1322
|
+
@initial_data_load.setter
|
1323
|
+
def initial_data_load(self, value: pulumi.Input['PipelineProcessOptionsInitialDataLoadArgs']):
|
1324
|
+
pulumi.set(self, "initial_data_load", value)
|
1325
|
+
|
1326
|
+
@property
|
1327
|
+
@pulumi.getter(name="replicateSchemaChange")
|
1328
|
+
def replicate_schema_change(self) -> pulumi.Input['PipelineProcessOptionsReplicateSchemaChangeArgs']:
|
1329
|
+
"""
|
1330
|
+
(Updatable) Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
|
1331
|
+
"""
|
1332
|
+
return pulumi.get(self, "replicate_schema_change")
|
1333
|
+
|
1334
|
+
@replicate_schema_change.setter
|
1335
|
+
def replicate_schema_change(self, value: pulumi.Input['PipelineProcessOptionsReplicateSchemaChangeArgs']):
|
1336
|
+
pulumi.set(self, "replicate_schema_change", value)
|
1337
|
+
|
1338
|
+
@property
|
1339
|
+
@pulumi.getter(name="shouldRestartOnFailure")
|
1340
|
+
def should_restart_on_failure(self) -> pulumi.Input[str]:
|
1341
|
+
"""
|
1342
|
+
(Updatable) If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
|
1343
|
+
"""
|
1344
|
+
return pulumi.get(self, "should_restart_on_failure")
|
1345
|
+
|
1346
|
+
@should_restart_on_failure.setter
|
1347
|
+
def should_restart_on_failure(self, value: pulumi.Input[str]):
|
1348
|
+
pulumi.set(self, "should_restart_on_failure", value)
|
1349
|
+
|
1350
|
+
|
1351
|
+
if not MYPY:
|
1352
|
+
class PipelineProcessOptionsInitialDataLoadArgsDict(TypedDict):
|
1353
|
+
is_initial_load: pulumi.Input[str]
|
1354
|
+
"""
|
1355
|
+
(Updatable) If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
|
1356
|
+
"""
|
1357
|
+
action_on_existing_table: NotRequired[pulumi.Input[str]]
|
1358
|
+
"""
|
1359
|
+
(Updatable) Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
|
1360
|
+
"""
|
1361
|
+
elif False:
|
1362
|
+
PipelineProcessOptionsInitialDataLoadArgsDict: TypeAlias = Mapping[str, Any]
|
1363
|
+
|
1364
|
+
@pulumi.input_type
|
1365
|
+
class PipelineProcessOptionsInitialDataLoadArgs:
|
1366
|
+
def __init__(__self__, *,
|
1367
|
+
is_initial_load: pulumi.Input[str],
|
1368
|
+
action_on_existing_table: Optional[pulumi.Input[str]] = None):
|
1369
|
+
"""
|
1370
|
+
:param pulumi.Input[str] is_initial_load: (Updatable) If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
|
1371
|
+
:param pulumi.Input[str] action_on_existing_table: (Updatable) Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
|
1372
|
+
"""
|
1373
|
+
pulumi.set(__self__, "is_initial_load", is_initial_load)
|
1374
|
+
if action_on_existing_table is not None:
|
1375
|
+
pulumi.set(__self__, "action_on_existing_table", action_on_existing_table)
|
1376
|
+
|
1377
|
+
@property
|
1378
|
+
@pulumi.getter(name="isInitialLoad")
|
1379
|
+
def is_initial_load(self) -> pulumi.Input[str]:
|
1380
|
+
"""
|
1381
|
+
(Updatable) If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
|
1382
|
+
"""
|
1383
|
+
return pulumi.get(self, "is_initial_load")
|
1384
|
+
|
1385
|
+
@is_initial_load.setter
|
1386
|
+
def is_initial_load(self, value: pulumi.Input[str]):
|
1387
|
+
pulumi.set(self, "is_initial_load", value)
|
1388
|
+
|
1389
|
+
@property
|
1390
|
+
@pulumi.getter(name="actionOnExistingTable")
|
1391
|
+
def action_on_existing_table(self) -> Optional[pulumi.Input[str]]:
|
1392
|
+
"""
|
1393
|
+
(Updatable) Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
|
1394
|
+
"""
|
1395
|
+
return pulumi.get(self, "action_on_existing_table")
|
1396
|
+
|
1397
|
+
@action_on_existing_table.setter
|
1398
|
+
def action_on_existing_table(self, value: Optional[pulumi.Input[str]]):
|
1399
|
+
pulumi.set(self, "action_on_existing_table", value)
|
1400
|
+
|
1401
|
+
|
1402
|
+
if not MYPY:
|
1403
|
+
class PipelineProcessOptionsReplicateSchemaChangeArgsDict(TypedDict):
|
1404
|
+
can_replicate_schema_change: pulumi.Input[str]
|
1405
|
+
"""
|
1406
|
+
(Updatable) If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
|
1407
|
+
"""
|
1408
|
+
action_on_ddl_error: NotRequired[pulumi.Input[str]]
|
1409
|
+
"""
|
1410
|
+
(Updatable) Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
|
1411
|
+
"""
|
1412
|
+
action_on_dml_error: NotRequired[pulumi.Input[str]]
|
1413
|
+
"""
|
1414
|
+
(Updatable) Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
|
1415
|
+
"""
|
1416
|
+
elif False:
|
1417
|
+
PipelineProcessOptionsReplicateSchemaChangeArgsDict: TypeAlias = Mapping[str, Any]
|
1418
|
+
|
1419
|
+
@pulumi.input_type
|
1420
|
+
class PipelineProcessOptionsReplicateSchemaChangeArgs:
|
1421
|
+
def __init__(__self__, *,
|
1422
|
+
can_replicate_schema_change: pulumi.Input[str],
|
1423
|
+
action_on_ddl_error: Optional[pulumi.Input[str]] = None,
|
1424
|
+
action_on_dml_error: Optional[pulumi.Input[str]] = None):
|
1425
|
+
"""
|
1426
|
+
:param pulumi.Input[str] can_replicate_schema_change: (Updatable) If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
|
1427
|
+
:param pulumi.Input[str] action_on_ddl_error: (Updatable) Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
|
1428
|
+
:param pulumi.Input[str] action_on_dml_error: (Updatable) Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
|
1429
|
+
"""
|
1430
|
+
pulumi.set(__self__, "can_replicate_schema_change", can_replicate_schema_change)
|
1431
|
+
if action_on_ddl_error is not None:
|
1432
|
+
pulumi.set(__self__, "action_on_ddl_error", action_on_ddl_error)
|
1433
|
+
if action_on_dml_error is not None:
|
1434
|
+
pulumi.set(__self__, "action_on_dml_error", action_on_dml_error)
|
1435
|
+
|
1436
|
+
@property
|
1437
|
+
@pulumi.getter(name="canReplicateSchemaChange")
|
1438
|
+
def can_replicate_schema_change(self) -> pulumi.Input[str]:
|
1439
|
+
"""
|
1440
|
+
(Updatable) If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
|
1441
|
+
"""
|
1442
|
+
return pulumi.get(self, "can_replicate_schema_change")
|
1443
|
+
|
1444
|
+
@can_replicate_schema_change.setter
|
1445
|
+
def can_replicate_schema_change(self, value: pulumi.Input[str]):
|
1446
|
+
pulumi.set(self, "can_replicate_schema_change", value)
|
1447
|
+
|
1448
|
+
@property
|
1449
|
+
@pulumi.getter(name="actionOnDdlError")
|
1450
|
+
def action_on_ddl_error(self) -> Optional[pulumi.Input[str]]:
|
1451
|
+
"""
|
1452
|
+
(Updatable) Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
|
1453
|
+
"""
|
1454
|
+
return pulumi.get(self, "action_on_ddl_error")
|
1455
|
+
|
1456
|
+
@action_on_ddl_error.setter
|
1457
|
+
def action_on_ddl_error(self, value: Optional[pulumi.Input[str]]):
|
1458
|
+
pulumi.set(self, "action_on_ddl_error", value)
|
1459
|
+
|
1460
|
+
@property
|
1461
|
+
@pulumi.getter(name="actionOnDmlError")
|
1462
|
+
def action_on_dml_error(self) -> Optional[pulumi.Input[str]]:
|
1463
|
+
"""
|
1464
|
+
(Updatable) Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
|
1465
|
+
"""
|
1466
|
+
return pulumi.get(self, "action_on_dml_error")
|
1467
|
+
|
1468
|
+
@action_on_dml_error.setter
|
1469
|
+
def action_on_dml_error(self, value: Optional[pulumi.Input[str]]):
|
1470
|
+
pulumi.set(self, "action_on_dml_error", value)
|
1471
|
+
|
1472
|
+
|
1473
|
+
if not MYPY:
|
1474
|
+
class PipelineSourceConnectionDetailsArgsDict(TypedDict):
|
1475
|
+
connection_id: pulumi.Input[str]
|
1476
|
+
"""
|
1477
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
|
1478
|
+
"""
|
1479
|
+
elif False:
|
1480
|
+
PipelineSourceConnectionDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1481
|
+
|
1482
|
+
@pulumi.input_type
|
1483
|
+
class PipelineSourceConnectionDetailsArgs:
|
1484
|
+
def __init__(__self__, *,
|
1485
|
+
connection_id: pulumi.Input[str]):
|
1486
|
+
"""
|
1487
|
+
:param pulumi.Input[str] connection_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
|
1488
|
+
"""
|
1489
|
+
pulumi.set(__self__, "connection_id", connection_id)
|
1490
|
+
|
1491
|
+
@property
|
1492
|
+
@pulumi.getter(name="connectionId")
|
1493
|
+
def connection_id(self) -> pulumi.Input[str]:
|
1494
|
+
"""
|
1495
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
|
1496
|
+
"""
|
1497
|
+
return pulumi.get(self, "connection_id")
|
1498
|
+
|
1499
|
+
@connection_id.setter
|
1500
|
+
def connection_id(self, value: pulumi.Input[str]):
|
1501
|
+
pulumi.set(self, "connection_id", value)
|
1502
|
+
|
1503
|
+
|
1504
|
+
if not MYPY:
|
1505
|
+
class PipelineTargetConnectionDetailsArgsDict(TypedDict):
|
1506
|
+
connection_id: pulumi.Input[str]
|
1507
|
+
"""
|
1508
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
|
1509
|
+
|
1510
|
+
|
1511
|
+
** IMPORTANT **
|
1512
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1513
|
+
"""
|
1514
|
+
elif False:
|
1515
|
+
PipelineTargetConnectionDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1516
|
+
|
1517
|
+
@pulumi.input_type
|
1518
|
+
class PipelineTargetConnectionDetailsArgs:
|
1519
|
+
def __init__(__self__, *,
|
1520
|
+
connection_id: pulumi.Input[str]):
|
1521
|
+
"""
|
1522
|
+
:param pulumi.Input[str] connection_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
|
1523
|
+
|
1524
|
+
|
1525
|
+
** IMPORTANT **
|
1526
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1527
|
+
"""
|
1528
|
+
pulumi.set(__self__, "connection_id", connection_id)
|
1529
|
+
|
1530
|
+
@property
|
1531
|
+
@pulumi.getter(name="connectionId")
|
1532
|
+
def connection_id(self) -> pulumi.Input[str]:
|
1533
|
+
"""
|
1534
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
|
1535
|
+
|
1536
|
+
|
1537
|
+
** IMPORTANT **
|
1538
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1539
|
+
"""
|
1540
|
+
return pulumi.get(self, "connection_id")
|
1541
|
+
|
1542
|
+
@connection_id.setter
|
1543
|
+
def connection_id(self, value: pulumi.Input[str]):
|
1544
|
+
pulumi.set(self, "connection_id", value)
|
1545
|
+
|
1546
|
+
|
1135
1547
|
if not MYPY:
|
1136
1548
|
class GetConnectionAssignmentsFilterArgsDict(TypedDict):
|
1137
1549
|
name: str
|
@@ -1667,6 +2079,259 @@ class GetMessagesFilterArgs:
|
|
1667
2079
|
pulumi.set(self, "regex", value)
|
1668
2080
|
|
1669
2081
|
|
2082
|
+
if not MYPY:
|
2083
|
+
class GetPipelineRunningProcessesFilterArgsDict(TypedDict):
|
2084
|
+
name: str
|
2085
|
+
"""
|
2086
|
+
An object's Display Name.
|
2087
|
+
"""
|
2088
|
+
values: Sequence[str]
|
2089
|
+
regex: NotRequired[bool]
|
2090
|
+
elif False:
|
2091
|
+
GetPipelineRunningProcessesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2092
|
+
|
2093
|
+
@pulumi.input_type
|
2094
|
+
class GetPipelineRunningProcessesFilterArgs:
|
2095
|
+
def __init__(__self__, *,
|
2096
|
+
name: str,
|
2097
|
+
values: Sequence[str],
|
2098
|
+
regex: Optional[bool] = None):
|
2099
|
+
"""
|
2100
|
+
:param str name: An object's Display Name.
|
2101
|
+
"""
|
2102
|
+
pulumi.set(__self__, "name", name)
|
2103
|
+
pulumi.set(__self__, "values", values)
|
2104
|
+
if regex is not None:
|
2105
|
+
pulumi.set(__self__, "regex", regex)
|
2106
|
+
|
2107
|
+
@property
|
2108
|
+
@pulumi.getter
|
2109
|
+
def name(self) -> str:
|
2110
|
+
"""
|
2111
|
+
An object's Display Name.
|
2112
|
+
"""
|
2113
|
+
return pulumi.get(self, "name")
|
2114
|
+
|
2115
|
+
@name.setter
|
2116
|
+
def name(self, value: str):
|
2117
|
+
pulumi.set(self, "name", value)
|
2118
|
+
|
2119
|
+
@property
|
2120
|
+
@pulumi.getter
|
2121
|
+
def values(self) -> Sequence[str]:
|
2122
|
+
return pulumi.get(self, "values")
|
2123
|
+
|
2124
|
+
@values.setter
|
2125
|
+
def values(self, value: Sequence[str]):
|
2126
|
+
pulumi.set(self, "values", value)
|
2127
|
+
|
2128
|
+
@property
|
2129
|
+
@pulumi.getter
|
2130
|
+
def regex(self) -> Optional[bool]:
|
2131
|
+
return pulumi.get(self, "regex")
|
2132
|
+
|
2133
|
+
@regex.setter
|
2134
|
+
def regex(self, value: Optional[bool]):
|
2135
|
+
pulumi.set(self, "regex", value)
|
2136
|
+
|
2137
|
+
|
2138
|
+
if not MYPY:
|
2139
|
+
class GetPipelineSchemaTablesFilterArgsDict(TypedDict):
|
2140
|
+
name: str
|
2141
|
+
values: Sequence[str]
|
2142
|
+
regex: NotRequired[bool]
|
2143
|
+
elif False:
|
2144
|
+
GetPipelineSchemaTablesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2145
|
+
|
2146
|
+
@pulumi.input_type
|
2147
|
+
class GetPipelineSchemaTablesFilterArgs:
|
2148
|
+
def __init__(__self__, *,
|
2149
|
+
name: str,
|
2150
|
+
values: Sequence[str],
|
2151
|
+
regex: Optional[bool] = None):
|
2152
|
+
pulumi.set(__self__, "name", name)
|
2153
|
+
pulumi.set(__self__, "values", values)
|
2154
|
+
if regex is not None:
|
2155
|
+
pulumi.set(__self__, "regex", regex)
|
2156
|
+
|
2157
|
+
@property
|
2158
|
+
@pulumi.getter
|
2159
|
+
def name(self) -> str:
|
2160
|
+
return pulumi.get(self, "name")
|
2161
|
+
|
2162
|
+
@name.setter
|
2163
|
+
def name(self, value: str):
|
2164
|
+
pulumi.set(self, "name", value)
|
2165
|
+
|
2166
|
+
@property
|
2167
|
+
@pulumi.getter
|
2168
|
+
def values(self) -> Sequence[str]:
|
2169
|
+
return pulumi.get(self, "values")
|
2170
|
+
|
2171
|
+
@values.setter
|
2172
|
+
def values(self, value: Sequence[str]):
|
2173
|
+
pulumi.set(self, "values", value)
|
2174
|
+
|
2175
|
+
@property
|
2176
|
+
@pulumi.getter
|
2177
|
+
def regex(self) -> Optional[bool]:
|
2178
|
+
return pulumi.get(self, "regex")
|
2179
|
+
|
2180
|
+
@regex.setter
|
2181
|
+
def regex(self, value: Optional[bool]):
|
2182
|
+
pulumi.set(self, "regex", value)
|
2183
|
+
|
2184
|
+
|
2185
|
+
if not MYPY:
|
2186
|
+
class GetPipelineSchemasFilterArgsDict(TypedDict):
|
2187
|
+
name: str
|
2188
|
+
values: Sequence[str]
|
2189
|
+
regex: NotRequired[bool]
|
2190
|
+
elif False:
|
2191
|
+
GetPipelineSchemasFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2192
|
+
|
2193
|
+
@pulumi.input_type
|
2194
|
+
class GetPipelineSchemasFilterArgs:
|
2195
|
+
def __init__(__self__, *,
|
2196
|
+
name: str,
|
2197
|
+
values: Sequence[str],
|
2198
|
+
regex: Optional[bool] = None):
|
2199
|
+
pulumi.set(__self__, "name", name)
|
2200
|
+
pulumi.set(__self__, "values", values)
|
2201
|
+
if regex is not None:
|
2202
|
+
pulumi.set(__self__, "regex", regex)
|
2203
|
+
|
2204
|
+
@property
|
2205
|
+
@pulumi.getter
|
2206
|
+
def name(self) -> str:
|
2207
|
+
return pulumi.get(self, "name")
|
2208
|
+
|
2209
|
+
@name.setter
|
2210
|
+
def name(self, value: str):
|
2211
|
+
pulumi.set(self, "name", value)
|
2212
|
+
|
2213
|
+
@property
|
2214
|
+
@pulumi.getter
|
2215
|
+
def values(self) -> Sequence[str]:
|
2216
|
+
return pulumi.get(self, "values")
|
2217
|
+
|
2218
|
+
@values.setter
|
2219
|
+
def values(self, value: Sequence[str]):
|
2220
|
+
pulumi.set(self, "values", value)
|
2221
|
+
|
2222
|
+
@property
|
2223
|
+
@pulumi.getter
|
2224
|
+
def regex(self) -> Optional[bool]:
|
2225
|
+
return pulumi.get(self, "regex")
|
2226
|
+
|
2227
|
+
@regex.setter
|
2228
|
+
def regex(self, value: Optional[bool]):
|
2229
|
+
pulumi.set(self, "regex", value)
|
2230
|
+
|
2231
|
+
|
2232
|
+
if not MYPY:
|
2233
|
+
class GetPipelinesFilterArgsDict(TypedDict):
|
2234
|
+
name: str
|
2235
|
+
values: Sequence[str]
|
2236
|
+
regex: NotRequired[bool]
|
2237
|
+
elif False:
|
2238
|
+
GetPipelinesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2239
|
+
|
2240
|
+
@pulumi.input_type
|
2241
|
+
class GetPipelinesFilterArgs:
|
2242
|
+
def __init__(__self__, *,
|
2243
|
+
name: str,
|
2244
|
+
values: Sequence[str],
|
2245
|
+
regex: Optional[bool] = None):
|
2246
|
+
pulumi.set(__self__, "name", name)
|
2247
|
+
pulumi.set(__self__, "values", values)
|
2248
|
+
if regex is not None:
|
2249
|
+
pulumi.set(__self__, "regex", regex)
|
2250
|
+
|
2251
|
+
@property
|
2252
|
+
@pulumi.getter
|
2253
|
+
def name(self) -> str:
|
2254
|
+
return pulumi.get(self, "name")
|
2255
|
+
|
2256
|
+
@name.setter
|
2257
|
+
def name(self, value: str):
|
2258
|
+
pulumi.set(self, "name", value)
|
2259
|
+
|
2260
|
+
@property
|
2261
|
+
@pulumi.getter
|
2262
|
+
def values(self) -> Sequence[str]:
|
2263
|
+
return pulumi.get(self, "values")
|
2264
|
+
|
2265
|
+
@values.setter
|
2266
|
+
def values(self, value: Sequence[str]):
|
2267
|
+
pulumi.set(self, "values", value)
|
2268
|
+
|
2269
|
+
@property
|
2270
|
+
@pulumi.getter
|
2271
|
+
def regex(self) -> Optional[bool]:
|
2272
|
+
return pulumi.get(self, "regex")
|
2273
|
+
|
2274
|
+
@regex.setter
|
2275
|
+
def regex(self, value: Optional[bool]):
|
2276
|
+
pulumi.set(self, "regex", value)
|
2277
|
+
|
2278
|
+
|
2279
|
+
if not MYPY:
|
2280
|
+
class GetRecipesFilterArgsDict(TypedDict):
|
2281
|
+
name: str
|
2282
|
+
"""
|
2283
|
+
An object's Display Name.
|
2284
|
+
"""
|
2285
|
+
values: Sequence[str]
|
2286
|
+
regex: NotRequired[bool]
|
2287
|
+
elif False:
|
2288
|
+
GetRecipesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2289
|
+
|
2290
|
+
@pulumi.input_type
|
2291
|
+
class GetRecipesFilterArgs:
|
2292
|
+
def __init__(__self__, *,
|
2293
|
+
name: str,
|
2294
|
+
values: Sequence[str],
|
2295
|
+
regex: Optional[bool] = None):
|
2296
|
+
"""
|
2297
|
+
:param str name: An object's Display Name.
|
2298
|
+
"""
|
2299
|
+
pulumi.set(__self__, "name", name)
|
2300
|
+
pulumi.set(__self__, "values", values)
|
2301
|
+
if regex is not None:
|
2302
|
+
pulumi.set(__self__, "regex", regex)
|
2303
|
+
|
2304
|
+
@property
|
2305
|
+
@pulumi.getter
|
2306
|
+
def name(self) -> str:
|
2307
|
+
"""
|
2308
|
+
An object's Display Name.
|
2309
|
+
"""
|
2310
|
+
return pulumi.get(self, "name")
|
2311
|
+
|
2312
|
+
@name.setter
|
2313
|
+
def name(self, value: str):
|
2314
|
+
pulumi.set(self, "name", value)
|
2315
|
+
|
2316
|
+
@property
|
2317
|
+
@pulumi.getter
|
2318
|
+
def values(self) -> Sequence[str]:
|
2319
|
+
return pulumi.get(self, "values")
|
2320
|
+
|
2321
|
+
@values.setter
|
2322
|
+
def values(self, value: Sequence[str]):
|
2323
|
+
pulumi.set(self, "values", value)
|
2324
|
+
|
2325
|
+
@property
|
2326
|
+
@pulumi.getter
|
2327
|
+
def regex(self) -> Optional[bool]:
|
2328
|
+
return pulumi.get(self, "regex")
|
2329
|
+
|
2330
|
+
@regex.setter
|
2331
|
+
def regex(self, value: Optional[bool]):
|
2332
|
+
pulumi.set(self, "regex", value)
|
2333
|
+
|
2334
|
+
|
1670
2335
|
if not MYPY:
|
1671
2336
|
class GetTrailFilesFilterArgsDict(TypedDict):
|
1672
2337
|
name: str
|