Viewing docs for Oracle Cloud Infrastructure v4.7.0
published on Thursday, Apr 16, 2026 by Pulumi
published on Thursday, Apr 16, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.7.0
published on Thursday, Apr 16, 2026 by Pulumi
published on Thursday, Apr 16, 2026 by Pulumi
This data source provides the list of Gdp Pipelines in Oracle Cloud Infrastructure Gdp service.
Returns a list of pipelines.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testGdpPipelines = oci.oci.getGdpGdpPipelines({
compartmentId: compartmentId,
displayName: gdpPipelineDisplayName,
env: gdpEnv,
});
import pulumi
import pulumi_oci as oci
test_gdp_pipelines = oci.oci.get_gdp_gdp_pipelines(compartment_id=compartment_id,
display_name=gdp_pipeline_display_name,
env=gdp_env)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetGdpGdpPipelines(ctx, &oci.GetGdpGdpPipelinesArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(gdpPipelineDisplayName),
Env: pulumi.StringRef(gdpEnv),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testGdpPipelines = Oci.Oci.GetGdpGdpPipelines.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = gdpPipelineDisplayName,
Env = gdpEnv,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetGdpGdpPipelinesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testGdpPipelines = OciFunctions.getGdpGdpPipelines(GetGdpGdpPipelinesArgs.builder()
.compartmentId(compartmentId)
.displayName(gdpPipelineDisplayName)
.env(gdpEnv)
.build());
}
}
variables:
testGdpPipelines:
fn::invoke:
function: oci:oci:getGdpGdpPipelines
arguments:
compartmentId: ${compartmentId}
displayName: ${gdpPipelineDisplayName}
env: ${gdpEnv}
Using getGdpGdpPipelines
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGdpGdpPipelines(args: GetGdpGdpPipelinesArgs, opts?: InvokeOptions): Promise<GetGdpGdpPipelinesResult>
function getGdpGdpPipelinesOutput(args: GetGdpGdpPipelinesOutputArgs, opts?: InvokeOptions): Output<GetGdpGdpPipelinesResult>def get_gdp_gdp_pipelines(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
env: Optional[str] = None,
filters: Optional[Sequence[GetGdpGdpPipelinesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetGdpGdpPipelinesResult
def get_gdp_gdp_pipelines_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
env: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetGdpGdpPipelinesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGdpGdpPipelinesResult]func GetGdpGdpPipelines(ctx *Context, args *GetGdpGdpPipelinesArgs, opts ...InvokeOption) (*GetGdpGdpPipelinesResult, error)
func GetGdpGdpPipelinesOutput(ctx *Context, args *GetGdpGdpPipelinesOutputArgs, opts ...InvokeOption) GetGdpGdpPipelinesResultOutput> Note: This function is named GetGdpGdpPipelines in the Go SDK.
public static class GetGdpGdpPipelines
{
public static Task<GetGdpGdpPipelinesResult> InvokeAsync(GetGdpGdpPipelinesArgs args, InvokeOptions? opts = null)
public static Output<GetGdpGdpPipelinesResult> Invoke(GetGdpGdpPipelinesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGdpGdpPipelinesResult> getGdpGdpPipelines(GetGdpGdpPipelinesArgs args, InvokeOptions options)
public static Output<GetGdpGdpPipelinesResult> getGdpGdpPipelines(GetGdpGdpPipelinesArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getGdpGdpPipelines:getGdpGdpPipelines
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Env string
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- Filters
List<Get
Gdp Gdp Pipelines Filter>
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Env string
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- Filters
[]Get
Gdp Gdp Pipelines Filter
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- env String
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- filters
List<Get
Gdp Gdp Pipelines Filter>
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- env string
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- filters
Get
Gdp Gdp Pipelines Filter[]
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- env str
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- filters
Sequence[Get
Gdp Gdp Pipelines Filter]
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- env String
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- filters List<Property Map>
getGdpGdpPipelines Result
The following output properties are available:
- Gdp
Pipeline List<GetCollections Gdp Gdp Pipelines Gdp Pipeline Collection> - The list of gdp_pipeline_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - Pipeline short name.
- Env string
- Filters
List<Get
Gdp Gdp Pipelines Filter>
- Gdp
Pipeline []GetCollections Gdp Gdp Pipelines Gdp Pipeline Collection - The list of gdp_pipeline_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - Pipeline short name.
- Env string
- Filters
[]Get
Gdp Gdp Pipelines Filter
- gdp
Pipeline List<GetCollections Gdp Gdp Pipelines Gdp Pipeline Collection> - The list of gdp_pipeline_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - Pipeline short name.
- env String
- filters
List<Get
Gdp Gdp Pipelines Filter>
- gdp
Pipeline GetCollections Gdp Gdp Pipelines Gdp Pipeline Collection[] - The list of gdp_pipeline_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - The OCID of the compartment.
- display
Name string - Pipeline short name.
- env string
- filters
Get
Gdp Gdp Pipelines Filter[]
- gdp_
pipeline_ Sequence[Getcollections Gdp Gdp Pipelines Gdp Pipeline Collection] - The list of gdp_pipeline_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- compartment_
id str - The OCID of the compartment.
- display_
name str - Pipeline short name.
- env str
- filters
Sequence[Get
Gdp Gdp Pipelines Filter]
- gdp
Pipeline List<Property Map>Collections - The list of gdp_pipeline_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - Pipeline short name.
- env String
- filters List<Property Map>
Supporting Types
GetGdpGdpPipelinesFilter
GetGdpGdpPipelinesGdpPipelineCollection
GetGdpGdpPipelinesGdpPipelineCollectionItem
- Approval
Key stringVault Id - The KMS vault OCID used for cryptographic approvals of transfers.
- string
- Authorization information about the pipeline being configured.
- Bucket
Details List<GetGdp Gdp Pipelines Gdp Pipeline Collection Item Bucket Detail> - Configuration information about the buckets used for this pipeline.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Short field input by customer for a description of the data pipeline use-case.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Env string
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- File
Types List<string> - List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The OCID of the pipeline.
- Is
Approval boolNeeded - Determines whether file transfers need to go through an approval workflow.
- Is
Chunking boolEnabled - Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
- Is
File boolOverride In Destination Enabled - Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
- Is
Scanning boolEnabled - Determines whether GDP Scanning should be enabled for the pipeline.
- Lifecycle
Details string - Additional details about the current state of the pipeline.
- Peered
Gdp stringPipeline Id - OCID of the peered pipeline. This null for SENDER pipeline.
- Peering
Region string - Public region name where the peered pipeline exists.
- Pipeline
Type string - Type of pipeline. Can be SENDER or RECEIVER.
- Service
Log stringGroup Id - the OCID of the service log group.
- State string
- The current state of the pipeline.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the the pipeline was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the pipeline was updated. An RFC3339 formatted datetime string.
- Approval
Key stringVault Id - The KMS vault OCID used for cryptographic approvals of transfers.
- string
- Authorization information about the pipeline being configured.
- Bucket
Details []GetGdp Gdp Pipelines Gdp Pipeline Collection Item Bucket Detail - Configuration information about the buckets used for this pipeline.
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Short field input by customer for a description of the data pipeline use-case.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Env string
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- File
Types []string - List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The OCID of the pipeline.
- Is
Approval boolNeeded - Determines whether file transfers need to go through an approval workflow.
- Is
Chunking boolEnabled - Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
- Is
File boolOverride In Destination Enabled - Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
- Is
Scanning boolEnabled - Determines whether GDP Scanning should be enabled for the pipeline.
- Lifecycle
Details string - Additional details about the current state of the pipeline.
- Peered
Gdp stringPipeline Id - OCID of the peered pipeline. This null for SENDER pipeline.
- Peering
Region string - Public region name where the peered pipeline exists.
- Pipeline
Type string - Type of pipeline. Can be SENDER or RECEIVER.
- Service
Log stringGroup Id - the OCID of the service log group.
- State string
- The current state of the pipeline.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the the pipeline was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the pipeline was updated. An RFC3339 formatted datetime string.
- approval
Key StringVault Id - The KMS vault OCID used for cryptographic approvals of transfers.
- String
- Authorization information about the pipeline being configured.
- bucket
Details List<GetGdp Gdp Pipelines Gdp Pipeline Collection Item Bucket Detail> - Configuration information about the buckets used for this pipeline.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Short field input by customer for a description of the data pipeline use-case.
- display
Name String - A filter to return only resources that match the entire display name given.
- env String
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- file
Types List<String> - List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The OCID of the pipeline.
- is
Approval BooleanNeeded - Determines whether file transfers need to go through an approval workflow.
- is
Chunking BooleanEnabled - Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
- is
File BooleanOverride In Destination Enabled - Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
- is
Scanning BooleanEnabled - Determines whether GDP Scanning should be enabled for the pipeline.
- lifecycle
Details String - Additional details about the current state of the pipeline.
- peered
Gdp StringPipeline Id - OCID of the peered pipeline. This null for SENDER pipeline.
- peering
Region String - Public region name where the peered pipeline exists.
- pipeline
Type String - Type of pipeline. Can be SENDER or RECEIVER.
- service
Log StringGroup Id - the OCID of the service log group.
- state String
- The current state of the pipeline.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the the pipeline was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the pipeline was updated. An RFC3339 formatted datetime string.
- approval
Key stringVault Id - The KMS vault OCID used for cryptographic approvals of transfers.
- string
- Authorization information about the pipeline being configured.
- bucket
Details GetGdp Gdp Pipelines Gdp Pipeline Collection Item Bucket Detail[] - Configuration information about the buckets used for this pipeline.
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- Short field input by customer for a description of the data pipeline use-case.
- display
Name string - A filter to return only resources that match the entire display name given.
- env string
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- file
Types string[] - List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id string
- The OCID of the pipeline.
- is
Approval booleanNeeded - Determines whether file transfers need to go through an approval workflow.
- is
Chunking booleanEnabled - Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
- is
File booleanOverride In Destination Enabled - Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
- is
Scanning booleanEnabled - Determines whether GDP Scanning should be enabled for the pipeline.
- lifecycle
Details string - Additional details about the current state of the pipeline.
- peered
Gdp stringPipeline Id - OCID of the peered pipeline. This null for SENDER pipeline.
- peering
Region string - Public region name where the peered pipeline exists.
- pipeline
Type string - Type of pipeline. Can be SENDER or RECEIVER.
- service
Log stringGroup Id - the OCID of the service log group.
- state string
- The current state of the pipeline.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time the the pipeline was created. An RFC3339 formatted datetime string.
- time
Updated string - The time the pipeline was updated. An RFC3339 formatted datetime string.
- approval_
key_ strvault_ id - The KMS vault OCID used for cryptographic approvals of transfers.
- str
- Authorization information about the pipeline being configured.
- bucket_
details Sequence[GetGdp Gdp Pipelines Gdp Pipeline Collection Item Bucket Detail] - Configuration information about the buckets used for this pipeline.
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description str
- Short field input by customer for a description of the data pipeline use-case.
- display_
name str - A filter to return only resources that match the entire display name given.
- env str
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- file_
types Sequence[str] - List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id str
- The OCID of the pipeline.
- is_
approval_ boolneeded - Determines whether file transfers need to go through an approval workflow.
- is_
chunking_ boolenabled - Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
- is_
file_ booloverride_ in_ destination_ enabled - Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
- is_
scanning_ boolenabled - Determines whether GDP Scanning should be enabled for the pipeline.
- lifecycle_
details str - Additional details about the current state of the pipeline.
- peered_
gdp_ strpipeline_ id - OCID of the peered pipeline. This null for SENDER pipeline.
- peering_
region str - Public region name where the peered pipeline exists.
- pipeline_
type str - Type of pipeline. Can be SENDER or RECEIVER.
- service_
log_ strgroup_ id - the OCID of the service log group.
- state str
- The current state of the pipeline.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time the the pipeline was created. An RFC3339 formatted datetime string.
- time_
updated str - The time the pipeline was updated. An RFC3339 formatted datetime string.
- approval
Key StringVault Id - The KMS vault OCID used for cryptographic approvals of transfers.
- String
- Authorization information about the pipeline being configured.
- bucket
Details List<Property Map> - Configuration information about the buckets used for this pipeline.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Short field input by customer for a description of the data pipeline use-case.
- display
Name String - A filter to return only resources that match the entire display name given.
- env String
- The environment where the pipeline resides. Valid values are COMMERCIAL or USGOV. Defaults to COMMERCIAL.
- file
Types List<String> - List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The OCID of the pipeline.
- is
Approval BooleanNeeded - Determines whether file transfers need to go through an approval workflow.
- is
Chunking BooleanEnabled - Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
- is
File BooleanOverride In Destination Enabled - Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
- is
Scanning BooleanEnabled - Determines whether GDP Scanning should be enabled for the pipeline.
- lifecycle
Details String - Additional details about the current state of the pipeline.
- peered
Gdp StringPipeline Id - OCID of the peered pipeline. This null for SENDER pipeline.
- peering
Region String - Public region name where the peered pipeline exists.
- pipeline
Type String - Type of pipeline. Can be SENDER or RECEIVER.
- service
Log StringGroup Id - the OCID of the service log group.
- state String
- The current state of the pipeline.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the the pipeline was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the pipeline was updated. An RFC3339 formatted datetime string.
GetGdpGdpPipelinesGdpPipelineCollectionItemBucketDetail
- Bucket
Type string - Type of bucket. SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
- Id string
- The OCID of the pipeline.
- Name string
- Name of the bucket.
- Namespace string
- Namespace of the bucket.
- Bucket
Type string - Type of bucket. SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
- Id string
- The OCID of the pipeline.
- Name string
- Name of the bucket.
- Namespace string
- Namespace of the bucket.
- bucket
Type String - Type of bucket. SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
- id String
- The OCID of the pipeline.
- name String
- Name of the bucket.
- namespace String
- Namespace of the bucket.
- bucket
Type string - Type of bucket. SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
- id string
- The OCID of the pipeline.
- name string
- Name of the bucket.
- namespace string
- Namespace of the bucket.
- bucket_
type str - Type of bucket. SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
- id str
- The OCID of the pipeline.
- name str
- Name of the bucket.
- namespace str
- Namespace of the bucket.
- bucket
Type String - Type of bucket. SENDER pipelines can be SOURCE, TRANSFER, REJECT, or FAILED. RECEIVER pipelines have a DESTINATION bucket.
- id String
- The OCID of the pipeline.
- name String
- Name of the bucket.
- namespace String
- Namespace of the bucket.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.7.0
published on Thursday, Apr 16, 2026 by Pulumi
published on Thursday, Apr 16, 2026 by Pulumi
