1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getGdpGdpPipelines
Viewing docs for Oracle Cloud Infrastructure v4.7.0
published on Thursday, Apr 16, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.7.0
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 dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName 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<GetGdpGdpPipelinesFilter>
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName 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 []GetGdpGdpPipelinesFilter
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName 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<GetGdpGdpPipelinesFilter>
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName 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 GetGdpGdpPipelinesFilter[]
    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[GetGdpGdpPipelinesFilter]
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName 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:

    GdpPipelineCollections List<GetGdpGdpPipelinesGdpPipelineCollection>
    The list of gdp_pipeline_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    Pipeline short name.
    Env string
    Filters List<GetGdpGdpPipelinesFilter>
    GdpPipelineCollections []GetGdpGdpPipelinesGdpPipelineCollection
    The list of gdp_pipeline_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    Pipeline short name.
    Env string
    Filters []GetGdpGdpPipelinesFilter
    gdpPipelineCollections List<GetGdpGdpPipelinesGdpPipelineCollection>
    The list of gdp_pipeline_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    compartmentId String
    The OCID of the compartment.
    displayName String
    Pipeline short name.
    env String
    filters List<GetGdpGdpPipelinesFilter>
    gdpPipelineCollections GetGdpGdpPipelinesGdpPipelineCollection[]
    The list of gdp_pipeline_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    compartmentId string
    The OCID of the compartment.
    displayName string
    Pipeline short name.
    env string
    filters GetGdpGdpPipelinesFilter[]
    gdp_pipeline_collections Sequence[GetGdpGdpPipelinesGdpPipelineCollection]
    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[GetGdpGdpPipelinesFilter]
    gdpPipelineCollections List<Property Map>
    The list of gdp_pipeline_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    compartmentId String
    The OCID of the compartment.
    displayName String
    Pipeline short name.
    env String
    filters List<Property Map>

    Supporting Types

    GetGdpGdpPipelinesFilter

    Name string
    Name of the bucket.
    Values List<string>
    Regex bool
    Name string
    Name of the bucket.
    Values []string
    Regex bool
    name String
    Name of the bucket.
    values List<String>
    regex Boolean
    name string
    Name of the bucket.
    values string[]
    regex boolean
    name str
    Name of the bucket.
    values Sequence[str]
    regex bool
    name String
    Name of the bucket.
    values List<String>
    regex Boolean

    GetGdpGdpPipelinesGdpPipelineCollection

    GetGdpGdpPipelinesGdpPipelineCollectionItem

    ApprovalKeyVaultId string
    The KMS vault OCID used for cryptographic approvals of transfers.
    AuthorizationDetails string
    Authorization information about the pipeline being configured.
    BucketDetails List<GetGdpGdpPipelinesGdpPipelineCollectionItemBucketDetail>
    Configuration information about the buckets used for this pipeline.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags 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.
    DisplayName 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.
    FileTypes List<string>
    List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
    FreeformTags 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.
    IsApprovalNeeded bool
    Determines whether file transfers need to go through an approval workflow.
    IsChunkingEnabled bool
    Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
    IsFileOverrideInDestinationEnabled bool
    Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
    IsScanningEnabled bool
    Determines whether GDP Scanning should be enabled for the pipeline.
    LifecycleDetails string
    Additional details about the current state of the pipeline.
    PeeredGdpPipelineId string
    OCID of the peered pipeline. This null for SENDER pipeline.
    PeeringRegion string
    Public region name where the peered pipeline exists.
    PipelineType string
    Type of pipeline. Can be SENDER or RECEIVER.
    ServiceLogGroupId string
    the OCID of the service log group.
    State string
    The current state of the pipeline.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the the pipeline was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the pipeline was updated. An RFC3339 formatted datetime string.
    ApprovalKeyVaultId string
    The KMS vault OCID used for cryptographic approvals of transfers.
    AuthorizationDetails string
    Authorization information about the pipeline being configured.
    BucketDetails []GetGdpGdpPipelinesGdpPipelineCollectionItemBucketDetail
    Configuration information about the buckets used for this pipeline.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags 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.
    DisplayName 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.
    FileTypes []string
    List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
    FreeformTags 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.
    IsApprovalNeeded bool
    Determines whether file transfers need to go through an approval workflow.
    IsChunkingEnabled bool
    Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
    IsFileOverrideInDestinationEnabled bool
    Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
    IsScanningEnabled bool
    Determines whether GDP Scanning should be enabled for the pipeline.
    LifecycleDetails string
    Additional details about the current state of the pipeline.
    PeeredGdpPipelineId string
    OCID of the peered pipeline. This null for SENDER pipeline.
    PeeringRegion string
    Public region name where the peered pipeline exists.
    PipelineType string
    Type of pipeline. Can be SENDER or RECEIVER.
    ServiceLogGroupId string
    the OCID of the service log group.
    State string
    The current state of the pipeline.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the the pipeline was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the pipeline was updated. An RFC3339 formatted datetime string.
    approvalKeyVaultId String
    The KMS vault OCID used for cryptographic approvals of transfers.
    authorizationDetails String
    Authorization information about the pipeline being configured.
    bucketDetails List<GetGdpGdpPipelinesGdpPipelineCollectionItemBucketDetail>
    Configuration information about the buckets used for this pipeline.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags 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.
    displayName 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.
    fileTypes List<String>
    List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
    freeformTags 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.
    isApprovalNeeded Boolean
    Determines whether file transfers need to go through an approval workflow.
    isChunkingEnabled Boolean
    Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
    isFileOverrideInDestinationEnabled Boolean
    Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
    isScanningEnabled Boolean
    Determines whether GDP Scanning should be enabled for the pipeline.
    lifecycleDetails String
    Additional details about the current state of the pipeline.
    peeredGdpPipelineId String
    OCID of the peered pipeline. This null for SENDER pipeline.
    peeringRegion String
    Public region name where the peered pipeline exists.
    pipelineType String
    Type of pipeline. Can be SENDER or RECEIVER.
    serviceLogGroupId String
    the OCID of the service log group.
    state String
    The current state of the pipeline.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the the pipeline was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the pipeline was updated. An RFC3339 formatted datetime string.
    approvalKeyVaultId string
    The KMS vault OCID used for cryptographic approvals of transfers.
    authorizationDetails string
    Authorization information about the pipeline being configured.
    bucketDetails GetGdpGdpPipelinesGdpPipelineCollectionItemBucketDetail[]
    Configuration information about the buckets used for this pipeline.
    compartmentId string
    The ID of the compartment in which to list resources.
    definedTags {[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.
    displayName 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.
    fileTypes string[]
    List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
    freeformTags {[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.
    isApprovalNeeded boolean
    Determines whether file transfers need to go through an approval workflow.
    isChunkingEnabled boolean
    Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
    isFileOverrideInDestinationEnabled boolean
    Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
    isScanningEnabled boolean
    Determines whether GDP Scanning should be enabled for the pipeline.
    lifecycleDetails string
    Additional details about the current state of the pipeline.
    peeredGdpPipelineId string
    OCID of the peered pipeline. This null for SENDER pipeline.
    peeringRegion string
    Public region name where the peered pipeline exists.
    pipelineType string
    Type of pipeline. Can be SENDER or RECEIVER.
    serviceLogGroupId string
    the OCID of the service log group.
    state string
    The current state of the pipeline.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the the pipeline was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time the pipeline was updated. An RFC3339 formatted datetime string.
    approval_key_vault_id str
    The KMS vault OCID used for cryptographic approvals of transfers.
    authorization_details str
    Authorization information about the pipeline being configured.
    bucket_details Sequence[GetGdpGdpPipelinesGdpPipelineCollectionItemBucketDetail]
    Configuration information about the buckets used for this pipeline.
    compartment_id str
    The ID of the compartment in which to list resources.
    defined_tags 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).
    freeform_tags 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_needed bool
    Determines whether file transfers need to go through an approval workflow.
    is_chunking_enabled bool
    Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
    is_file_override_in_destination_enabled bool
    Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
    is_scanning_enabled bool
    Determines whether GDP Scanning should be enabled for the pipeline.
    lifecycle_details str
    Additional details about the current state of the pipeline.
    peered_gdp_pipeline_id str
    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_group_id str
    the OCID of the service log group.
    state str
    The current state of the pipeline.
    system_tags 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.
    approvalKeyVaultId String
    The KMS vault OCID used for cryptographic approvals of transfers.
    authorizationDetails String
    Authorization information about the pipeline being configured.
    bucketDetails List<Property Map>
    Configuration information about the buckets used for this pipeline.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags 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.
    displayName 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.
    fileTypes List<String>
    List of file types allowed to be transferred in the pipeline according to the authorization details (e.g. .pdf, .xml, .doc).
    freeformTags 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.
    isApprovalNeeded Boolean
    Determines whether file transfers need to go through an approval workflow.
    isChunkingEnabled Boolean
    Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.
    isFileOverrideInDestinationEnabled Boolean
    Enable file override feature in destination bucket. If 2 files with same name exist in destination bucket, original file will be overwritten.
    isScanningEnabled Boolean
    Determines whether GDP Scanning should be enabled for the pipeline.
    lifecycleDetails String
    Additional details about the current state of the pipeline.
    peeredGdpPipelineId String
    OCID of the peered pipeline. This null for SENDER pipeline.
    peeringRegion String
    Public region name where the peered pipeline exists.
    pipelineType String
    Type of pipeline. Can be SENDER or RECEIVER.
    serviceLogGroupId String
    the OCID of the service log group.
    state String
    The current state of the pipeline.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the the pipeline was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the pipeline was updated. An RFC3339 formatted datetime string.

    GetGdpGdpPipelinesGdpPipelineCollectionItemBucketDetail

    BucketType 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.
    BucketType 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.
    bucketType 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.
    bucketType 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.
    bucketType 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 oci Terraform Provider.
    oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.7.0
    published on Thursday, Apr 16, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.