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
 
| 
         @@ -26,7 +26,8 @@ class InvokeFunctionArgs: 
     | 
|
| 
       26 
26 
     | 
    
         
             
                             fn_invoke_type: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       27 
27 
     | 
    
         
             
                             input_body_source_path: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       28 
28 
     | 
    
         
             
                             invoke_function_body: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       29 
     | 
    
         
            -
                             invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None 
     | 
| 
      
 29 
     | 
    
         
            +
                             invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 30 
     | 
    
         
            +
                             is_dry_run: Optional[pulumi.Input[builtins.bool]] = None):
         
     | 
| 
       30 
31 
     | 
    
         
             
                    """
         
     | 
| 
       31 
32 
     | 
    
         
             
                    The set of arguments for constructing a InvokeFunction resource.
         
     | 
| 
       32 
33 
     | 
    
         
             
                    :param pulumi.Input[builtins.str] function_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
         
     | 
| 
         @@ -37,6 +38,7 @@ class InvokeFunctionArgs: 
     | 
|
| 
       37 
38 
     | 
    
         
             
                           ** IMPORTANT **
         
     | 
| 
       38 
39 
     | 
    
         
             
                           Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
         
     | 
| 
       39 
40 
     | 
    
         
             
                    :param pulumi.Input[builtins.str] invoke_function_body: The body of the function invocation. Note: The maximum size of the request is limited. This limit is currently 6MB and the endpoint will not accept requests that are bigger than this limit. Cannot be defined if `input_body_source_path` or `invoke_function_body_base64_encoded` is defined.
         
     | 
| 
      
 41 
     | 
    
         
            +
                    :param pulumi.Input[builtins.bool] is_dry_run: Indicates that the request is a dry run, if set to "true". A dry run request does not execute the function.
         
     | 
| 
       40 
42 
     | 
    
         
             
                    """
         
     | 
| 
       41 
43 
     | 
    
         
             
                    pulumi.set(__self__, "function_id", function_id)
         
     | 
| 
       42 
44 
     | 
    
         
             
                    if base64_encode_content is not None:
         
     | 
| 
         @@ -51,6 +53,8 @@ class InvokeFunctionArgs: 
     | 
|
| 
       51 
53 
     | 
    
         
             
                        pulumi.set(__self__, "invoke_function_body", invoke_function_body)
         
     | 
| 
       52 
54 
     | 
    
         
             
                    if invoke_function_body_base64_encoded is not None:
         
     | 
| 
       53 
55 
     | 
    
         
             
                        pulumi.set(__self__, "invoke_function_body_base64_encoded", invoke_function_body_base64_encoded)
         
     | 
| 
      
 56 
     | 
    
         
            +
                    if is_dry_run is not None:
         
     | 
| 
      
 57 
     | 
    
         
            +
                        pulumi.set(__self__, "is_dry_run", is_dry_run)
         
     | 
| 
       54 
58 
     | 
    
         | 
| 
       55 
59 
     | 
    
         
             
                @property
         
     | 
| 
       56 
60 
     | 
    
         
             
                @pulumi.getter(name="functionId")
         
     | 
| 
         @@ -133,6 +137,18 @@ class InvokeFunctionArgs: 
     | 
|
| 
       133 
137 
     | 
    
         
             
                def invoke_function_body_base64_encoded(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
       134 
138 
     | 
    
         
             
                    pulumi.set(self, "invoke_function_body_base64_encoded", value)
         
     | 
| 
       135 
139 
     | 
    
         | 
| 
      
 140 
     | 
    
         
            +
                @property
         
     | 
| 
      
 141 
     | 
    
         
            +
                @pulumi.getter(name="isDryRun")
         
     | 
| 
      
 142 
     | 
    
         
            +
                def is_dry_run(self) -> Optional[pulumi.Input[builtins.bool]]:
         
     | 
| 
      
 143 
     | 
    
         
            +
                    """
         
     | 
| 
      
 144 
     | 
    
         
            +
                    Indicates that the request is a dry run, if set to "true". A dry run request does not execute the function.
         
     | 
| 
      
 145 
     | 
    
         
            +
                    """
         
     | 
| 
      
 146 
     | 
    
         
            +
                    return pulumi.get(self, "is_dry_run")
         
     | 
| 
      
 147 
     | 
    
         
            +
             
     | 
| 
      
 148 
     | 
    
         
            +
                @is_dry_run.setter
         
     | 
| 
      
 149 
     | 
    
         
            +
                def is_dry_run(self, value: Optional[pulumi.Input[builtins.bool]]):
         
     | 
| 
      
 150 
     | 
    
         
            +
                    pulumi.set(self, "is_dry_run", value)
         
     | 
| 
      
 151 
     | 
    
         
            +
             
     | 
| 
       136 
152 
     | 
    
         | 
| 
       137 
153 
     | 
    
         
             
            @pulumi.input_type
         
     | 
| 
       138 
154 
     | 
    
         
             
            class _InvokeFunctionState:
         
     | 
| 
         @@ -145,7 +161,8 @@ class _InvokeFunctionState: 
     | 
|
| 
       145 
161 
     | 
    
         
             
                             input_body_source_path: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       146 
162 
     | 
    
         
             
                             invoke_endpoint: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       147 
163 
     | 
    
         
             
                             invoke_function_body: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       148 
     | 
    
         
            -
                             invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None 
     | 
| 
      
 164 
     | 
    
         
            +
                             invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 165 
     | 
    
         
            +
                             is_dry_run: Optional[pulumi.Input[builtins.bool]] = None):
         
     | 
| 
       149 
166 
     | 
    
         
             
                    """
         
     | 
| 
       150 
167 
     | 
    
         
             
                    Input properties used for looking up and filtering InvokeFunction resources.
         
     | 
| 
       151 
168 
     | 
    
         
             
                    :param pulumi.Input[builtins.str] content: Content of the response string, if any. If `base64_encode_content` is set to `true`, then this content will be base64 encoded.
         
     | 
| 
         @@ -157,6 +174,7 @@ class _InvokeFunctionState: 
     | 
|
| 
       157 
174 
     | 
    
         
             
                           ** IMPORTANT **
         
     | 
| 
       158 
175 
     | 
    
         
             
                           Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
         
     | 
| 
       159 
176 
     | 
    
         
             
                    :param pulumi.Input[builtins.str] invoke_function_body: The body of the function invocation. Note: The maximum size of the request is limited. This limit is currently 6MB and the endpoint will not accept requests that are bigger than this limit. Cannot be defined if `input_body_source_path` or `invoke_function_body_base64_encoded` is defined.
         
     | 
| 
      
 177 
     | 
    
         
            +
                    :param pulumi.Input[builtins.bool] is_dry_run: Indicates that the request is a dry run, if set to "true". A dry run request does not execute the function.
         
     | 
| 
       160 
178 
     | 
    
         
             
                    """
         
     | 
| 
       161 
179 
     | 
    
         
             
                    if base64_encode_content is not None:
         
     | 
| 
       162 
180 
     | 
    
         
             
                        pulumi.set(__self__, "base64_encode_content", base64_encode_content)
         
     | 
| 
         @@ -176,6 +194,8 @@ class _InvokeFunctionState: 
     | 
|
| 
       176 
194 
     | 
    
         
             
                        pulumi.set(__self__, "invoke_function_body", invoke_function_body)
         
     | 
| 
       177 
195 
     | 
    
         
             
                    if invoke_function_body_base64_encoded is not None:
         
     | 
| 
       178 
196 
     | 
    
         
             
                        pulumi.set(__self__, "invoke_function_body_base64_encoded", invoke_function_body_base64_encoded)
         
     | 
| 
      
 197 
     | 
    
         
            +
                    if is_dry_run is not None:
         
     | 
| 
      
 198 
     | 
    
         
            +
                        pulumi.set(__self__, "is_dry_run", is_dry_run)
         
     | 
| 
       179 
199 
     | 
    
         | 
| 
       180 
200 
     | 
    
         
             
                @property
         
     | 
| 
       181 
201 
     | 
    
         
             
                @pulumi.getter(name="base64EncodeContent")
         
     | 
| 
         @@ -279,6 +299,18 @@ class _InvokeFunctionState: 
     | 
|
| 
       279 
299 
     | 
    
         
             
                def invoke_function_body_base64_encoded(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
       280 
300 
     | 
    
         
             
                    pulumi.set(self, "invoke_function_body_base64_encoded", value)
         
     | 
| 
       281 
301 
     | 
    
         | 
| 
      
 302 
     | 
    
         
            +
                @property
         
     | 
| 
      
 303 
     | 
    
         
            +
                @pulumi.getter(name="isDryRun")
         
     | 
| 
      
 304 
     | 
    
         
            +
                def is_dry_run(self) -> Optional[pulumi.Input[builtins.bool]]:
         
     | 
| 
      
 305 
     | 
    
         
            +
                    """
         
     | 
| 
      
 306 
     | 
    
         
            +
                    Indicates that the request is a dry run, if set to "true". A dry run request does not execute the function.
         
     | 
| 
      
 307 
     | 
    
         
            +
                    """
         
     | 
| 
      
 308 
     | 
    
         
            +
                    return pulumi.get(self, "is_dry_run")
         
     | 
| 
      
 309 
     | 
    
         
            +
             
     | 
| 
      
 310 
     | 
    
         
            +
                @is_dry_run.setter
         
     | 
| 
      
 311 
     | 
    
         
            +
                def is_dry_run(self, value: Optional[pulumi.Input[builtins.bool]]):
         
     | 
| 
      
 312 
     | 
    
         
            +
                    pulumi.set(self, "is_dry_run", value)
         
     | 
| 
      
 313 
     | 
    
         
            +
             
     | 
| 
       282 
314 
     | 
    
         | 
| 
       283 
315 
     | 
    
         
             
            class InvokeFunction(pulumi.CustomResource):
         
     | 
| 
       284 
316 
     | 
    
         
             
                @overload
         
     | 
| 
         @@ -292,6 +324,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       292 
324 
     | 
    
         
             
                             input_body_source_path: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       293 
325 
     | 
    
         
             
                             invoke_function_body: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       294 
326 
     | 
    
         
             
                             invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 327 
     | 
    
         
            +
                             is_dry_run: Optional[pulumi.Input[builtins.bool]] = None,
         
     | 
| 
       295 
328 
     | 
    
         
             
                             __props__=None):
         
     | 
| 
       296 
329 
     | 
    
         
             
                    """
         
     | 
| 
       297 
330 
     | 
    
         
             
                    This resource provides the Invoke Function resource in Oracle Cloud Infrastructure Functions service.
         
     | 
| 
         @@ -309,6 +342,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       309 
342 
     | 
    
         
             
                        invoke_function_body=invoke_function_invoke_function_body,
         
     | 
| 
       310 
343 
     | 
    
         
             
                        fn_intent=invoke_function_fn_intent,
         
     | 
| 
       311 
344 
     | 
    
         
             
                        fn_invoke_type=invoke_function_fn_invoke_type,
         
     | 
| 
      
 345 
     | 
    
         
            +
                        is_dry_run=invoke_function_is_dry_run,
         
     | 
| 
       312 
346 
     | 
    
         
             
                        base64_encode_content=False)
         
     | 
| 
       313 
347 
     | 
    
         
             
                    ```
         
     | 
| 
       314 
348 
     | 
    
         | 
| 
         @@ -326,6 +360,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       326 
360 
     | 
    
         
             
                           ** IMPORTANT **
         
     | 
| 
       327 
361 
     | 
    
         
             
                           Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
         
     | 
| 
       328 
362 
     | 
    
         
             
                    :param pulumi.Input[builtins.str] invoke_function_body: The body of the function invocation. Note: The maximum size of the request is limited. This limit is currently 6MB and the endpoint will not accept requests that are bigger than this limit. Cannot be defined if `input_body_source_path` or `invoke_function_body_base64_encoded` is defined.
         
     | 
| 
      
 363 
     | 
    
         
            +
                    :param pulumi.Input[builtins.bool] is_dry_run: Indicates that the request is a dry run, if set to "true". A dry run request does not execute the function.
         
     | 
| 
       329 
364 
     | 
    
         
             
                    """
         
     | 
| 
       330 
365 
     | 
    
         
             
                    ...
         
     | 
| 
       331 
366 
     | 
    
         
             
                @overload
         
     | 
| 
         @@ -349,6 +384,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       349 
384 
     | 
    
         
             
                        invoke_function_body=invoke_function_invoke_function_body,
         
     | 
| 
       350 
385 
     | 
    
         
             
                        fn_intent=invoke_function_fn_intent,
         
     | 
| 
       351 
386 
     | 
    
         
             
                        fn_invoke_type=invoke_function_fn_invoke_type,
         
     | 
| 
      
 387 
     | 
    
         
            +
                        is_dry_run=invoke_function_is_dry_run,
         
     | 
| 
       352 
388 
     | 
    
         
             
                        base64_encode_content=False)
         
     | 
| 
       353 
389 
     | 
    
         
             
                    ```
         
     | 
| 
       354 
390 
     | 
    
         | 
| 
         @@ -378,6 +414,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       378 
414 
     | 
    
         
             
                             input_body_source_path: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       379 
415 
     | 
    
         
             
                             invoke_function_body: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       380 
416 
     | 
    
         
             
                             invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 417 
     | 
    
         
            +
                             is_dry_run: Optional[pulumi.Input[builtins.bool]] = None,
         
     | 
| 
       381 
418 
     | 
    
         
             
                             __props__=None):
         
     | 
| 
       382 
419 
     | 
    
         
             
                    opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
         
     | 
| 
       383 
420 
     | 
    
         
             
                    if not isinstance(opts, pulumi.ResourceOptions):
         
     | 
| 
         @@ -396,6 +433,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       396 
433 
     | 
    
         
             
                        __props__.__dict__["input_body_source_path"] = input_body_source_path
         
     | 
| 
       397 
434 
     | 
    
         
             
                        __props__.__dict__["invoke_function_body"] = invoke_function_body
         
     | 
| 
       398 
435 
     | 
    
         
             
                        __props__.__dict__["invoke_function_body_base64_encoded"] = invoke_function_body_base64_encoded
         
     | 
| 
      
 436 
     | 
    
         
            +
                        __props__.__dict__["is_dry_run"] = is_dry_run
         
     | 
| 
       399 
437 
     | 
    
         
             
                        __props__.__dict__["content"] = None
         
     | 
| 
       400 
438 
     | 
    
         
             
                        __props__.__dict__["invoke_endpoint"] = None
         
     | 
| 
       401 
439 
     | 
    
         
             
                    super(InvokeFunction, __self__).__init__(
         
     | 
| 
         @@ -416,7 +454,8 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       416 
454 
     | 
    
         
             
                        input_body_source_path: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       417 
455 
     | 
    
         
             
                        invoke_endpoint: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       418 
456 
     | 
    
         
             
                        invoke_function_body: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
       419 
     | 
    
         
            -
                        invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None 
     | 
| 
      
 457 
     | 
    
         
            +
                        invoke_function_body_base64_encoded: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 458 
     | 
    
         
            +
                        is_dry_run: Optional[pulumi.Input[builtins.bool]] = None) -> 'InvokeFunction':
         
     | 
| 
       420 
459 
     | 
    
         
             
                    """
         
     | 
| 
       421 
460 
     | 
    
         
             
                    Get an existing InvokeFunction resource's state with the given name, id, and optional extra
         
     | 
| 
       422 
461 
     | 
    
         
             
                    properties used to qualify the lookup.
         
     | 
| 
         @@ -433,6 +472,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       433 
472 
     | 
    
         
             
                           ** IMPORTANT **
         
     | 
| 
       434 
473 
     | 
    
         
             
                           Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
         
     | 
| 
       435 
474 
     | 
    
         
             
                    :param pulumi.Input[builtins.str] invoke_function_body: The body of the function invocation. Note: The maximum size of the request is limited. This limit is currently 6MB and the endpoint will not accept requests that are bigger than this limit. Cannot be defined if `input_body_source_path` or `invoke_function_body_base64_encoded` is defined.
         
     | 
| 
      
 475 
     | 
    
         
            +
                    :param pulumi.Input[builtins.bool] is_dry_run: Indicates that the request is a dry run, if set to "true". A dry run request does not execute the function.
         
     | 
| 
       436 
476 
     | 
    
         
             
                    """
         
     | 
| 
       437 
477 
     | 
    
         
             
                    opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
         
     | 
| 
       438 
478 
     | 
    
         | 
| 
         @@ -447,6 +487,7 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       447 
487 
     | 
    
         
             
                    __props__.__dict__["invoke_endpoint"] = invoke_endpoint
         
     | 
| 
       448 
488 
     | 
    
         
             
                    __props__.__dict__["invoke_function_body"] = invoke_function_body
         
     | 
| 
       449 
489 
     | 
    
         
             
                    __props__.__dict__["invoke_function_body_base64_encoded"] = invoke_function_body_base64_encoded
         
     | 
| 
      
 490 
     | 
    
         
            +
                    __props__.__dict__["is_dry_run"] = is_dry_run
         
     | 
| 
       450 
491 
     | 
    
         
             
                    return InvokeFunction(resource_name, opts=opts, __props__=__props__)
         
     | 
| 
       451 
492 
     | 
    
         | 
| 
       452 
493 
     | 
    
         
             
                @property
         
     | 
| 
         @@ -515,3 +556,11 @@ class InvokeFunction(pulumi.CustomResource): 
     | 
|
| 
       515 
556 
     | 
    
         
             
                def invoke_function_body_base64_encoded(self) -> pulumi.Output[builtins.str]:
         
     | 
| 
       516 
557 
     | 
    
         
             
                    return pulumi.get(self, "invoke_function_body_base64_encoded")
         
     | 
| 
       517 
558 
     | 
    
         | 
| 
      
 559 
     | 
    
         
            +
                @property
         
     | 
| 
      
 560 
     | 
    
         
            +
                @pulumi.getter(name="isDryRun")
         
     | 
| 
      
 561 
     | 
    
         
            +
                def is_dry_run(self) -> pulumi.Output[builtins.bool]:
         
     | 
| 
      
 562 
     | 
    
         
            +
                    """
         
     | 
| 
      
 563 
     | 
    
         
            +
                    Indicates that the request is a dry run, if set to "true". A dry run request does not execute the function.
         
     | 
| 
      
 564 
     | 
    
         
            +
                    """
         
     | 
| 
      
 565 
     | 
    
         
            +
                    return pulumi.get(self, "is_dry_run")
         
     | 
| 
      
 566 
     | 
    
         
            +
             
     | 
    
        pulumi_oci/goldengate/_inputs.py
    CHANGED
    
    | 
         @@ -46,6 +46,8 @@ __all__ = [ 
     | 
|
| 
       46 
46 
     | 
    
         
             
                'PipelineLockArgsDict',
         
     | 
| 
       47 
47 
     | 
    
         
             
                'PipelineMappingRuleArgs',
         
     | 
| 
       48 
48 
     | 
    
         
             
                'PipelineMappingRuleArgsDict',
         
     | 
| 
      
 49 
     | 
    
         
            +
                'PipelinePipelineDiagnosticDataArgs',
         
     | 
| 
      
 50 
     | 
    
         
            +
                'PipelinePipelineDiagnosticDataArgsDict',
         
     | 
| 
       49 
51 
     | 
    
         
             
                'PipelineProcessOptionsArgs',
         
     | 
| 
       50 
52 
     | 
    
         
             
                'PipelineProcessOptionsArgsDict',
         
     | 
| 
       51 
53 
     | 
    
         
             
                'PipelineProcessOptionsInitialDataLoadArgs',
         
     | 
| 
         @@ -1408,6 +1410,118 @@ class PipelineMappingRuleArgs: 
     | 
|
| 
       1408 
1410 
     | 
    
         
             
                    pulumi.set(self, "target", value)
         
     | 
| 
       1409 
1411 
     | 
    
         | 
| 
       1410 
1412 
     | 
    
         | 
| 
      
 1413 
     | 
    
         
            +
            if not MYPY:
         
     | 
| 
      
 1414 
     | 
    
         
            +
                class PipelinePipelineDiagnosticDataArgsDict(TypedDict):
         
     | 
| 
      
 1415 
     | 
    
         
            +
                    bucket: NotRequired[pulumi.Input[builtins.str]]
         
     | 
| 
      
 1416 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1417 
     | 
    
         
            +
                    Name of the bucket where the object is to be uploaded in the object storage
         
     | 
| 
      
 1418 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1419 
     | 
    
         
            +
                    diagnostic_state: NotRequired[pulumi.Input[builtins.str]]
         
     | 
| 
      
 1420 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1421 
     | 
    
         
            +
                    The state of the pipeline diagnostics collection.
         
     | 
| 
      
 1422 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1423 
     | 
    
         
            +
                    namespace: NotRequired[pulumi.Input[builtins.str]]
         
     | 
| 
      
 1424 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1425 
     | 
    
         
            +
                    Name of namespace that serves as a container for all of your buckets
         
     | 
| 
      
 1426 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1427 
     | 
    
         
            +
                    object: NotRequired[pulumi.Input[builtins.str]]
         
     | 
| 
      
 1428 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1429 
     | 
    
         
            +
                    Name of the diagnostic collected and uploaded to object storage
         
     | 
| 
      
 1430 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1431 
     | 
    
         
            +
                    time_last_collected: NotRequired[pulumi.Input[builtins.str]]
         
     | 
| 
      
 1432 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1433 
     | 
    
         
            +
                    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`.
         
     | 
| 
      
 1434 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1435 
     | 
    
         
            +
            elif False:
         
     | 
| 
      
 1436 
     | 
    
         
            +
                PipelinePipelineDiagnosticDataArgsDict: TypeAlias = Mapping[str, Any]
         
     | 
| 
      
 1437 
     | 
    
         
            +
             
     | 
| 
      
 1438 
     | 
    
         
            +
            @pulumi.input_type
         
     | 
| 
      
 1439 
     | 
    
         
            +
            class PipelinePipelineDiagnosticDataArgs:
         
     | 
| 
      
 1440 
     | 
    
         
            +
                def __init__(__self__, *,
         
     | 
| 
      
 1441 
     | 
    
         
            +
                             bucket: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 1442 
     | 
    
         
            +
                             diagnostic_state: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 1443 
     | 
    
         
            +
                             namespace: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 1444 
     | 
    
         
            +
                             object: Optional[pulumi.Input[builtins.str]] = None,
         
     | 
| 
      
 1445 
     | 
    
         
            +
                             time_last_collected: Optional[pulumi.Input[builtins.str]] = None):
         
     | 
| 
      
 1446 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1447 
     | 
    
         
            +
                    :param pulumi.Input[builtins.str] bucket: Name of the bucket where the object is to be uploaded in the object storage
         
     | 
| 
      
 1448 
     | 
    
         
            +
                    :param pulumi.Input[builtins.str] diagnostic_state: The state of the pipeline diagnostics collection.
         
     | 
| 
      
 1449 
     | 
    
         
            +
                    :param pulumi.Input[builtins.str] namespace: Name of namespace that serves as a container for all of your buckets
         
     | 
| 
      
 1450 
     | 
    
         
            +
                    :param pulumi.Input[builtins.str] object: Name of the diagnostic collected and uploaded to object storage
         
     | 
| 
      
 1451 
     | 
    
         
            +
                    :param pulumi.Input[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`.
         
     | 
| 
      
 1452 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1453 
     | 
    
         
            +
                    if bucket is not None:
         
     | 
| 
      
 1454 
     | 
    
         
            +
                        pulumi.set(__self__, "bucket", bucket)
         
     | 
| 
      
 1455 
     | 
    
         
            +
                    if diagnostic_state is not None:
         
     | 
| 
      
 1456 
     | 
    
         
            +
                        pulumi.set(__self__, "diagnostic_state", diagnostic_state)
         
     | 
| 
      
 1457 
     | 
    
         
            +
                    if namespace is not None:
         
     | 
| 
      
 1458 
     | 
    
         
            +
                        pulumi.set(__self__, "namespace", namespace)
         
     | 
| 
      
 1459 
     | 
    
         
            +
                    if object is not None:
         
     | 
| 
      
 1460 
     | 
    
         
            +
                        pulumi.set(__self__, "object", object)
         
     | 
| 
      
 1461 
     | 
    
         
            +
                    if time_last_collected is not None:
         
     | 
| 
      
 1462 
     | 
    
         
            +
                        pulumi.set(__self__, "time_last_collected", time_last_collected)
         
     | 
| 
      
 1463 
     | 
    
         
            +
             
     | 
| 
      
 1464 
     | 
    
         
            +
                @property
         
     | 
| 
      
 1465 
     | 
    
         
            +
                @pulumi.getter
         
     | 
| 
      
 1466 
     | 
    
         
            +
                def bucket(self) -> Optional[pulumi.Input[builtins.str]]:
         
     | 
| 
      
 1467 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1468 
     | 
    
         
            +
                    Name of the bucket where the object is to be uploaded in the object storage
         
     | 
| 
      
 1469 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1470 
     | 
    
         
            +
                    return pulumi.get(self, "bucket")
         
     | 
| 
      
 1471 
     | 
    
         
            +
             
     | 
| 
      
 1472 
     | 
    
         
            +
                @bucket.setter
         
     | 
| 
      
 1473 
     | 
    
         
            +
                def bucket(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
      
 1474 
     | 
    
         
            +
                    pulumi.set(self, "bucket", value)
         
     | 
| 
      
 1475 
     | 
    
         
            +
             
     | 
| 
      
 1476 
     | 
    
         
            +
                @property
         
     | 
| 
      
 1477 
     | 
    
         
            +
                @pulumi.getter(name="diagnosticState")
         
     | 
| 
      
 1478 
     | 
    
         
            +
                def diagnostic_state(self) -> Optional[pulumi.Input[builtins.str]]:
         
     | 
| 
      
 1479 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1480 
     | 
    
         
            +
                    The state of the pipeline diagnostics collection.
         
     | 
| 
      
 1481 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1482 
     | 
    
         
            +
                    return pulumi.get(self, "diagnostic_state")
         
     | 
| 
      
 1483 
     | 
    
         
            +
             
     | 
| 
      
 1484 
     | 
    
         
            +
                @diagnostic_state.setter
         
     | 
| 
      
 1485 
     | 
    
         
            +
                def diagnostic_state(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
      
 1486 
     | 
    
         
            +
                    pulumi.set(self, "diagnostic_state", value)
         
     | 
| 
      
 1487 
     | 
    
         
            +
             
     | 
| 
      
 1488 
     | 
    
         
            +
                @property
         
     | 
| 
      
 1489 
     | 
    
         
            +
                @pulumi.getter
         
     | 
| 
      
 1490 
     | 
    
         
            +
                def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
         
     | 
| 
      
 1491 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1492 
     | 
    
         
            +
                    Name of namespace that serves as a container for all of your buckets
         
     | 
| 
      
 1493 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1494 
     | 
    
         
            +
                    return pulumi.get(self, "namespace")
         
     | 
| 
      
 1495 
     | 
    
         
            +
             
     | 
| 
      
 1496 
     | 
    
         
            +
                @namespace.setter
         
     | 
| 
      
 1497 
     | 
    
         
            +
                def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
      
 1498 
     | 
    
         
            +
                    pulumi.set(self, "namespace", value)
         
     | 
| 
      
 1499 
     | 
    
         
            +
             
     | 
| 
      
 1500 
     | 
    
         
            +
                @property
         
     | 
| 
      
 1501 
     | 
    
         
            +
                @pulumi.getter
         
     | 
| 
      
 1502 
     | 
    
         
            +
                def object(self) -> Optional[pulumi.Input[builtins.str]]:
         
     | 
| 
      
 1503 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1504 
     | 
    
         
            +
                    Name of the diagnostic collected and uploaded to object storage
         
     | 
| 
      
 1505 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1506 
     | 
    
         
            +
                    return pulumi.get(self, "object")
         
     | 
| 
      
 1507 
     | 
    
         
            +
             
     | 
| 
      
 1508 
     | 
    
         
            +
                @object.setter
         
     | 
| 
      
 1509 
     | 
    
         
            +
                def object(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
      
 1510 
     | 
    
         
            +
                    pulumi.set(self, "object", value)
         
     | 
| 
      
 1511 
     | 
    
         
            +
             
     | 
| 
      
 1512 
     | 
    
         
            +
                @property
         
     | 
| 
      
 1513 
     | 
    
         
            +
                @pulumi.getter(name="timeLastCollected")
         
     | 
| 
      
 1514 
     | 
    
         
            +
                def time_last_collected(self) -> Optional[pulumi.Input[builtins.str]]:
         
     | 
| 
      
 1515 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1516 
     | 
    
         
            +
                    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`.
         
     | 
| 
      
 1517 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1518 
     | 
    
         
            +
                    return pulumi.get(self, "time_last_collected")
         
     | 
| 
      
 1519 
     | 
    
         
            +
             
     | 
| 
      
 1520 
     | 
    
         
            +
                @time_last_collected.setter
         
     | 
| 
      
 1521 
     | 
    
         
            +
                def time_last_collected(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
      
 1522 
     | 
    
         
            +
                    pulumi.set(self, "time_last_collected", value)
         
     | 
| 
      
 1523 
     | 
    
         
            +
             
     | 
| 
      
 1524 
     | 
    
         
            +
             
     | 
| 
       1411 
1525 
     | 
    
         
             
            if not MYPY:
         
     | 
| 
       1412 
1526 
     | 
    
         
             
                class PipelineProcessOptionsArgsDict(TypedDict):
         
     | 
| 
       1413 
1527 
     | 
    
         
             
                    initial_data_load: pulumi.Input['PipelineProcessOptionsInitialDataLoadArgsDict']
         
     | 
| 
         @@ -1422,6 +1536,10 @@ if not MYPY: 
     | 
|
| 
       1422 
1536 
     | 
    
         
             
                    """
         
     | 
| 
       1423 
1537 
     | 
    
         
             
                    (Updatable) If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
         
     | 
| 
       1424 
1538 
     | 
    
         
             
                    """
         
     | 
| 
      
 1539 
     | 
    
         
            +
                    start_using_default_mapping: NotRequired[pulumi.Input[builtins.str]]
         
     | 
| 
      
 1540 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1541 
     | 
    
         
            +
                    (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.
         
     | 
| 
      
 1542 
     | 
    
         
            +
                    """
         
     | 
| 
       1425 
1543 
     | 
    
         
             
            elif False:
         
     | 
| 
       1426 
1544 
     | 
    
         
             
                PipelineProcessOptionsArgsDict: TypeAlias = Mapping[str, Any]
         
     | 
| 
       1427 
1545 
     | 
    
         | 
| 
         @@ -1430,15 +1548,19 @@ class PipelineProcessOptionsArgs: 
     | 
|
| 
       1430 
1548 
     | 
    
         
             
                def __init__(__self__, *,
         
     | 
| 
       1431 
1549 
     | 
    
         
             
                             initial_data_load: pulumi.Input['PipelineProcessOptionsInitialDataLoadArgs'],
         
     | 
| 
       1432 
1550 
     | 
    
         
             
                             replicate_schema_change: pulumi.Input['PipelineProcessOptionsReplicateSchemaChangeArgs'],
         
     | 
| 
       1433 
     | 
    
         
            -
                             should_restart_on_failure: pulumi.Input[builtins.str] 
     | 
| 
      
 1551 
     | 
    
         
            +
                             should_restart_on_failure: pulumi.Input[builtins.str],
         
     | 
| 
      
 1552 
     | 
    
         
            +
                             start_using_default_mapping: Optional[pulumi.Input[builtins.str]] = None):
         
     | 
| 
       1434 
1553 
     | 
    
         
             
                    """
         
     | 
| 
       1435 
1554 
     | 
    
         
             
                    :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.
         
     | 
| 
       1436 
1555 
     | 
    
         
             
                    :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.
         
     | 
| 
       1437 
1556 
     | 
    
         
             
                    :param pulumi.Input[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.
         
     | 
| 
      
 1557 
     | 
    
         
            +
                    :param pulumi.Input[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.
         
     | 
| 
       1438 
1558 
     | 
    
         
             
                    """
         
     | 
| 
       1439 
1559 
     | 
    
         
             
                    pulumi.set(__self__, "initial_data_load", initial_data_load)
         
     | 
| 
       1440 
1560 
     | 
    
         
             
                    pulumi.set(__self__, "replicate_schema_change", replicate_schema_change)
         
     | 
| 
       1441 
1561 
     | 
    
         
             
                    pulumi.set(__self__, "should_restart_on_failure", should_restart_on_failure)
         
     | 
| 
      
 1562 
     | 
    
         
            +
                    if start_using_default_mapping is not None:
         
     | 
| 
      
 1563 
     | 
    
         
            +
                        pulumi.set(__self__, "start_using_default_mapping", start_using_default_mapping)
         
     | 
| 
       1442 
1564 
     | 
    
         | 
| 
       1443 
1565 
     | 
    
         
             
                @property
         
     | 
| 
       1444 
1566 
     | 
    
         
             
                @pulumi.getter(name="initialDataLoad")
         
     | 
| 
         @@ -1476,6 +1598,18 @@ class PipelineProcessOptionsArgs: 
     | 
|
| 
       1476 
1598 
     | 
    
         
             
                def should_restart_on_failure(self, value: pulumi.Input[builtins.str]):
         
     | 
| 
       1477 
1599 
     | 
    
         
             
                    pulumi.set(self, "should_restart_on_failure", value)
         
     | 
| 
       1478 
1600 
     | 
    
         | 
| 
      
 1601 
     | 
    
         
            +
                @property
         
     | 
| 
      
 1602 
     | 
    
         
            +
                @pulumi.getter(name="startUsingDefaultMapping")
         
     | 
| 
      
 1603 
     | 
    
         
            +
                def start_using_default_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
         
     | 
| 
      
 1604 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1605 
     | 
    
         
            +
                    (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.
         
     | 
| 
      
 1606 
     | 
    
         
            +
                    """
         
     | 
| 
      
 1607 
     | 
    
         
            +
                    return pulumi.get(self, "start_using_default_mapping")
         
     | 
| 
      
 1608 
     | 
    
         
            +
             
     | 
| 
      
 1609 
     | 
    
         
            +
                @start_using_default_mapping.setter
         
     | 
| 
      
 1610 
     | 
    
         
            +
                def start_using_default_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
         
     | 
| 
      
 1611 
     | 
    
         
            +
                    pulumi.set(self, "start_using_default_mapping", value)
         
     | 
| 
      
 1612 
     | 
    
         
            +
             
     | 
| 
       1479 
1613 
     | 
    
         | 
| 
       1480 
1614 
     | 
    
         
             
            if not MYPY:
         
     | 
| 
       1481 
1615 
     | 
    
         
             
                class PipelineProcessOptionsInitialDataLoadArgsDict(TypedDict):
         
     | 
| 
         @@ -28,7 +28,7 @@ class GetPipelineResult: 
     | 
|
| 
       28 
28 
     | 
    
         
             
                """
         
     | 
| 
       29 
29 
     | 
    
         
             
                A collection of values returned by getPipeline.
         
     | 
| 
       30 
30 
     | 
    
         
             
                """
         
     | 
| 
       31 
     | 
    
         
            -
                def __init__(__self__, compartment_id=None, cpu_core_count=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_auto_scaling_enabled=None, license_model=None, lifecycle_details=None, lifecycle_sub_state=None, locks=None, mapping_rules=None, pipeline_id=None, process_options=None, recipe_type=None, source_connection_details=None, state=None, system_tags=None, target_connection_details=None, time_created=None, time_last_recorded=None, time_updated=None):
         
     | 
| 
      
 31 
     | 
    
         
            +
                def __init__(__self__, compartment_id=None, cpu_core_count=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_auto_scaling_enabled=None, license_model=None, lifecycle_details=None, lifecycle_sub_state=None, locks=None, mapping_rules=None, pipeline_diagnostic_datas=None, pipeline_id=None, process_options=None, recipe_type=None, source_connection_details=None, state=None, system_tags=None, target_connection_details=None, time_created=None, time_last_recorded=None, time_updated=None):
         
     | 
| 
       32 
32 
     | 
    
         
             
                    if compartment_id and not isinstance(compartment_id, str):
         
     | 
| 
       33 
33 
     | 
    
         
             
                        raise TypeError("Expected argument 'compartment_id' to be a str")
         
     | 
| 
       34 
34 
     | 
    
         
             
                    pulumi.set(__self__, "compartment_id", compartment_id)
         
     | 
| 
         @@ -68,6 +68,9 @@ class GetPipelineResult: 
     | 
|
| 
       68 
68 
     | 
    
         
             
                    if mapping_rules and not isinstance(mapping_rules, list):
         
     | 
| 
       69 
69 
     | 
    
         
             
                        raise TypeError("Expected argument 'mapping_rules' to be a list")
         
     | 
| 
       70 
70 
     | 
    
         
             
                    pulumi.set(__self__, "mapping_rules", mapping_rules)
         
     | 
| 
      
 71 
     | 
    
         
            +
                    if pipeline_diagnostic_datas and not isinstance(pipeline_diagnostic_datas, list):
         
     | 
| 
      
 72 
     | 
    
         
            +
                        raise TypeError("Expected argument 'pipeline_diagnostic_datas' to be a list")
         
     | 
| 
      
 73 
     | 
    
         
            +
                    pulumi.set(__self__, "pipeline_diagnostic_datas", pipeline_diagnostic_datas)
         
     | 
| 
       71 
74 
     | 
    
         
             
                    if pipeline_id and not isinstance(pipeline_id, str):
         
     | 
| 
       72 
75 
     | 
    
         
             
                        raise TypeError("Expected argument 'pipeline_id' to be a str")
         
     | 
| 
       73 
76 
     | 
    
         
             
                    pulumi.set(__self__, "pipeline_id", pipeline_id)
         
     | 
| 
         @@ -203,6 +206,14 @@ class GetPipelineResult: 
     | 
|
| 
       203 
206 
     | 
    
         
             
                    """
         
     | 
| 
       204 
207 
     | 
    
         
             
                    return pulumi.get(self, "mapping_rules")
         
     | 
| 
       205 
208 
     | 
    
         | 
| 
      
 209 
     | 
    
         
            +
                @property
         
     | 
| 
      
 210 
     | 
    
         
            +
                @pulumi.getter(name="pipelineDiagnosticDatas")
         
     | 
| 
      
 211 
     | 
    
         
            +
                def pipeline_diagnostic_datas(self) -> Sequence['outputs.GetPipelinePipelineDiagnosticDataResult']:
         
     | 
| 
      
 212 
     | 
    
         
            +
                    """
         
     | 
| 
      
 213 
     | 
    
         
            +
                    Information regarding the pipeline diagnostic collection
         
     | 
| 
      
 214 
     | 
    
         
            +
                    """
         
     | 
| 
      
 215 
     | 
    
         
            +
                    return pulumi.get(self, "pipeline_diagnostic_datas")
         
     | 
| 
      
 216 
     | 
    
         
            +
             
     | 
| 
       206 
217 
     | 
    
         
             
                @property
         
     | 
| 
       207 
218 
     | 
    
         
             
                @pulumi.getter(name="pipelineId")
         
     | 
| 
       208 
219 
     | 
    
         
             
                def pipeline_id(self) -> builtins.str:
         
     | 
| 
         @@ -300,6 +311,7 @@ class AwaitableGetPipelineResult(GetPipelineResult): 
     | 
|
| 
       300 
311 
     | 
    
         
             
                        lifecycle_sub_state=self.lifecycle_sub_state,
         
     | 
| 
       301 
312 
     | 
    
         
             
                        locks=self.locks,
         
     | 
| 
       302 
313 
     | 
    
         
             
                        mapping_rules=self.mapping_rules,
         
     | 
| 
      
 314 
     | 
    
         
            +
                        pipeline_diagnostic_datas=self.pipeline_diagnostic_datas,
         
     | 
| 
       303 
315 
     | 
    
         
             
                        pipeline_id=self.pipeline_id,
         
     | 
| 
       304 
316 
     | 
    
         
             
                        process_options=self.process_options,
         
     | 
| 
       305 
317 
     | 
    
         
             
                        recipe_type=self.recipe_type,
         
     | 
| 
         @@ -350,6 +362,7 @@ def get_pipeline(pipeline_id: Optional[builtins.str] = None, 
     | 
|
| 
       350 
362 
     | 
    
         
             
                    lifecycle_sub_state=pulumi.get(__ret__, 'lifecycle_sub_state'),
         
     | 
| 
       351 
363 
     | 
    
         
             
                    locks=pulumi.get(__ret__, 'locks'),
         
     | 
| 
       352 
364 
     | 
    
         
             
                    mapping_rules=pulumi.get(__ret__, 'mapping_rules'),
         
     | 
| 
      
 365 
     | 
    
         
            +
                    pipeline_diagnostic_datas=pulumi.get(__ret__, 'pipeline_diagnostic_datas'),
         
     | 
| 
       353 
366 
     | 
    
         
             
                    pipeline_id=pulumi.get(__ret__, 'pipeline_id'),
         
     | 
| 
       354 
367 
     | 
    
         
             
                    process_options=pulumi.get(__ret__, 'process_options'),
         
     | 
| 
       355 
368 
     | 
    
         
             
                    recipe_type=pulumi.get(__ret__, 'recipe_type'),
         
     | 
| 
         @@ -397,6 +410,7 @@ def get_pipeline_output(pipeline_id: Optional[pulumi.Input[builtins.str]] = None 
     | 
|
| 
       397 
410 
     | 
    
         
             
                    lifecycle_sub_state=pulumi.get(__response__, 'lifecycle_sub_state'),
         
     | 
| 
       398 
411 
     | 
    
         
             
                    locks=pulumi.get(__response__, 'locks'),
         
     | 
| 
       399 
412 
     | 
    
         
             
                    mapping_rules=pulumi.get(__response__, 'mapping_rules'),
         
     | 
| 
      
 413 
     | 
    
         
            +
                    pipeline_diagnostic_datas=pulumi.get(__response__, 'pipeline_diagnostic_datas'),
         
     | 
| 
       400 
414 
     | 
    
         
             
                    pipeline_id=pulumi.get(__response__, 'pipeline_id'),
         
     | 
| 
       401 
415 
     | 
    
         
             
                    process_options=pulumi.get(__response__, 'process_options'),
         
     | 
| 
       402 
416 
     | 
    
         
             
                    recipe_type=pulumi.get(__response__, 'recipe_type'),
         
     | 
| 
         @@ -88,7 +88,7 @@ def get_pipeline_running_processes(filters: Optional[Sequence[Union['GetPipeline 
     | 
|
| 
       88 
88 
     | 
    
         
             
                """
         
     | 
| 
       89 
89 
     | 
    
         
             
                This data source provides the list of Pipeline Running Processes in Oracle Cloud Infrastructure Golden Gate service.
         
     | 
| 
       90 
90 
     | 
    
         | 
| 
       91 
     | 
    
         
            -
                Retrieves a Pipeline's running replication process's status like  
     | 
| 
      
 91 
     | 
    
         
            +
                Retrieves a Pipeline's running replication process's status like Capture/Apply.
         
     | 
| 
       92 
92 
     | 
    
         | 
| 
       93 
93 
     | 
    
         
             
                ## Example Usage
         
     | 
| 
       94 
94 
     | 
    
         | 
| 
         @@ -119,7 +119,7 @@ def get_pipeline_running_processes_output(filters: Optional[pulumi.Input[Optiona 
     | 
|
| 
       119 
119 
     | 
    
         
             
                """
         
     | 
| 
       120 
120 
     | 
    
         
             
                This data source provides the list of Pipeline Running Processes in Oracle Cloud Infrastructure Golden Gate service.
         
     | 
| 
       121 
121 
     | 
    
         | 
| 
       122 
     | 
    
         
            -
                Retrieves a Pipeline's running replication process's status like  
     | 
| 
      
 122 
     | 
    
         
            +
                Retrieves a Pipeline's running replication process's status like Capture/Apply.
         
     | 
| 
       123 
123 
     | 
    
         | 
| 
       124 
124 
     | 
    
         
             
                ## Example Usage
         
     | 
| 
       125 
125 
     | 
    
         |