1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getDistributedDatabaseDistributedDatabasePrivateEndpoints
Viewing docs for Oracle Cloud Infrastructure v4.5.1
published on Friday, Apr 3, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.5.1
published on Friday, Apr 3, 2026 by Pulumi

    This data source provides the list of Distributed Database Private Endpoints in Oracle Cloud Infrastructure Distributed Database service.

    List of DistributedDatabasePrivateEndpoints.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testDistributedDatabasePrivateEndpoints = oci.oci.getDistributedDatabaseDistributedDatabasePrivateEndpoints({
        compartmentId: compartmentId,
        displayName: distributedDatabasePrivateEndpointDisplayName,
        state: distributedDatabasePrivateEndpointState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_distributed_database_private_endpoints = oci.oci.get_distributed_database_distributed_database_private_endpoints(compartment_id=compartment_id,
        display_name=distributed_database_private_endpoint_display_name,
        state=distributed_database_private_endpoint_state)
    
    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.GetDistributedDatabaseDistributedDatabasePrivateEndpoints(ctx, &oci.GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs{
    			CompartmentId: compartmentId,
    			DisplayName:   pulumi.StringRef(distributedDatabasePrivateEndpointDisplayName),
    			State:         pulumi.StringRef(distributedDatabasePrivateEndpointState),
    		}, 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 testDistributedDatabasePrivateEndpoints = Oci.Oci.GetDistributedDatabaseDistributedDatabasePrivateEndpoints.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = distributedDatabasePrivateEndpointDisplayName,
            State = distributedDatabasePrivateEndpointState,
        });
    
    });
    
    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.GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs;
    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 testDistributedDatabasePrivateEndpoints = OciFunctions.getDistributedDatabaseDistributedDatabasePrivateEndpoints(GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(distributedDatabasePrivateEndpointDisplayName)
                .state(distributedDatabasePrivateEndpointState)
                .build());
    
        }
    }
    
    variables:
      testDistributedDatabasePrivateEndpoints:
        fn::invoke:
          function: oci:oci:getDistributedDatabaseDistributedDatabasePrivateEndpoints
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${distributedDatabasePrivateEndpointDisplayName}
            state: ${distributedDatabasePrivateEndpointState}
    

    Using getDistributedDatabaseDistributedDatabasePrivateEndpoints

    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 getDistributedDatabaseDistributedDatabasePrivateEndpoints(args: GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs, opts?: InvokeOptions): Promise<GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult>
    function getDistributedDatabaseDistributedDatabasePrivateEndpointsOutput(args: GetDistributedDatabaseDistributedDatabasePrivateEndpointsOutputArgs, opts?: InvokeOptions): Output<GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult>
    def get_distributed_database_distributed_database_private_endpoints(compartment_id: Optional[str] = None,
                                                                        display_name: Optional[str] = None,
                                                                        filters: Optional[Sequence[GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter]] = None,
                                                                        state: Optional[str] = None,
                                                                        opts: Optional[InvokeOptions] = None) -> GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult
    def get_distributed_database_distributed_database_private_endpoints_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                                                        display_name: Optional[pulumi.Input[str]] = None,
                                                                        filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilterArgs]]]] = None,
                                                                        state: Optional[pulumi.Input[str]] = None,
                                                                        opts: Optional[InvokeOptions] = None) -> Output[GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult]
    func GetDistributedDatabaseDistributedDatabasePrivateEndpoints(ctx *Context, args *GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs, opts ...InvokeOption) (*GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult, error)
    func GetDistributedDatabaseDistributedDatabasePrivateEndpointsOutput(ctx *Context, args *GetDistributedDatabaseDistributedDatabasePrivateEndpointsOutputArgs, opts ...InvokeOption) GetDistributedDatabaseDistributedDatabasePrivateEndpointsResultOutput

    > Note: This function is named GetDistributedDatabaseDistributedDatabasePrivateEndpoints in the Go SDK.

    public static class GetDistributedDatabaseDistributedDatabasePrivateEndpoints 
    {
        public static Task<GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult> InvokeAsync(GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs args, InvokeOptions? opts = null)
        public static Output<GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult> Invoke(GetDistributedDatabaseDistributedDatabasePrivateEndpointsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult> getDistributedDatabaseDistributedDatabasePrivateEndpoints(GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs args, InvokeOptions options)
    public static Output<GetDistributedDatabaseDistributedDatabasePrivateEndpointsResult> getDistributedDatabaseDistributedDatabasePrivateEndpoints(GetDistributedDatabaseDistributedDatabasePrivateEndpointsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getDistributedDatabaseDistributedDatabasePrivateEndpoints:getDistributedDatabaseDistributedDatabasePrivateEndpoints
      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 private endpoint that match the entire name given. The match is not case sensitive.
    Filters List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter>
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    Filters []GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    filters List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter>
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    filters GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter[]
    state string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartment_id str
    The ID of the compartment in which to list resources.
    display_name str
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    filters Sequence[GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter]
    state str
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    filters List<Property Map>
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.

    getDistributedDatabaseDistributedDatabasePrivateEndpoints Result

    The following output properties are available:

    CompartmentId string
    Identifier of the compartment in which private endpoint exists.
    DistributedDatabasePrivateEndpointCollections List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollection>
    The list of distributed_database_private_endpoint_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    DistributedDatabasePrivateEndpoint display name.
    Filters List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter>
    State string
    Lifecycle states for private endpoint.
    CompartmentId string
    Identifier of the compartment in which private endpoint exists.
    DistributedDatabasePrivateEndpointCollections []GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollection
    The list of distributed_database_private_endpoint_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    DistributedDatabasePrivateEndpoint display name.
    Filters []GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter
    State string
    Lifecycle states for private endpoint.
    compartmentId String
    Identifier of the compartment in which private endpoint exists.
    distributedDatabasePrivateEndpointCollections List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollection>
    The list of distributed_database_private_endpoint_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    DistributedDatabasePrivateEndpoint display name.
    filters List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter>
    state String
    Lifecycle states for private endpoint.
    compartmentId string
    Identifier of the compartment in which private endpoint exists.
    distributedDatabasePrivateEndpointCollections GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollection[]
    The list of distributed_database_private_endpoint_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    DistributedDatabasePrivateEndpoint display name.
    filters GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter[]
    state string
    Lifecycle states for private endpoint.
    compartment_id str
    Identifier of the compartment in which private endpoint exists.
    distributed_database_private_endpoint_collections Sequence[GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollection]
    The list of distributed_database_private_endpoint_collection.
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    DistributedDatabasePrivateEndpoint display name.
    filters Sequence[GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter]
    state str
    Lifecycle states for private endpoint.
    compartmentId String
    Identifier of the compartment in which private endpoint exists.
    distributedDatabasePrivateEndpointCollections List<Property Map>
    The list of distributed_database_private_endpoint_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    DistributedDatabasePrivateEndpoint display name.
    filters List<Property Map>
    state String
    Lifecycle states for private endpoint.

    Supporting Types

    GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollection

    GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItem

    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
    DistributedDatabasePrivateEndpoint description.
    DisplayName string
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    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"}
    GloballyDistributedAutonomousDatabases List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedAutonomousDatabase>
    The details of the non-deleted Globally distributed autonomous databases that consumes the given private endpoint.
    GloballyDistributedDatabases List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedDatabase>
    The details of the non-deleted Globally distributed databases that consumes the given private endpoint.
    Id string
    The identifier of the Private Endpoint.
    LifecycleDetails string
    Detailed message for the lifecycle state.
    NsgIds List<string>
    The OCIDs of the network security groups that the private endpoint belongs to.
    PrivateIp string
    IP address of the Private Endpoint.
    ProxyComputeInstanceId string
    The identifier of the proxy compute instance.
    ReinstateProxyInstanceTrigger int
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    SubnetId string
    Identifier of the subnet in which private endpoint exists.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the DistributedDatabasePrivateEndpoint was first created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
    VcnId string
    Identifier of the VCN in which subnet exists.
    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
    DistributedDatabasePrivateEndpoint description.
    DisplayName string
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    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"}
    GloballyDistributedAutonomousDatabases []GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedAutonomousDatabase
    The details of the non-deleted Globally distributed autonomous databases that consumes the given private endpoint.
    GloballyDistributedDatabases []GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedDatabase
    The details of the non-deleted Globally distributed databases that consumes the given private endpoint.
    Id string
    The identifier of the Private Endpoint.
    LifecycleDetails string
    Detailed message for the lifecycle state.
    NsgIds []string
    The OCIDs of the network security groups that the private endpoint belongs to.
    PrivateIp string
    IP address of the Private Endpoint.
    ProxyComputeInstanceId string
    The identifier of the proxy compute instance.
    ReinstateProxyInstanceTrigger int
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    SubnetId string
    Identifier of the subnet in which private endpoint exists.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the DistributedDatabasePrivateEndpoint was first created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
    VcnId string
    Identifier of the VCN in which subnet exists.
    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
    DistributedDatabasePrivateEndpoint description.
    displayName String
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    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"}
    globallyDistributedAutonomousDatabases List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedAutonomousDatabase>
    The details of the non-deleted Globally distributed autonomous databases that consumes the given private endpoint.
    globallyDistributedDatabases List<GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedDatabase>
    The details of the non-deleted Globally distributed databases that consumes the given private endpoint.
    id String
    The identifier of the Private Endpoint.
    lifecycleDetails String
    Detailed message for the lifecycle state.
    nsgIds List<String>
    The OCIDs of the network security groups that the private endpoint belongs to.
    privateIp String
    IP address of the Private Endpoint.
    proxyComputeInstanceId String
    The identifier of the proxy compute instance.
    reinstateProxyInstanceTrigger Integer
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    subnetId String
    Identifier of the subnet in which private endpoint exists.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the DistributedDatabasePrivateEndpoint was first created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
    vcnId String
    Identifier of the VCN in which subnet exists.
    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
    DistributedDatabasePrivateEndpoint description.
    displayName string
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    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"}
    globallyDistributedAutonomousDatabases GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedAutonomousDatabase[]
    The details of the non-deleted Globally distributed autonomous databases that consumes the given private endpoint.
    globallyDistributedDatabases GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedDatabase[]
    The details of the non-deleted Globally distributed databases that consumes the given private endpoint.
    id string
    The identifier of the Private Endpoint.
    lifecycleDetails string
    Detailed message for the lifecycle state.
    nsgIds string[]
    The OCIDs of the network security groups that the private endpoint belongs to.
    privateIp string
    IP address of the Private Endpoint.
    proxyComputeInstanceId string
    The identifier of the proxy compute instance.
    reinstateProxyInstanceTrigger number
    state string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    subnetId string
    Identifier of the subnet in which private endpoint exists.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the DistributedDatabasePrivateEndpoint was first created. An RFC3339 formatted datetime string
    timeUpdated string
    The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
    vcnId string
    Identifier of the VCN in which subnet exists.
    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
    DistributedDatabasePrivateEndpoint description.
    display_name str
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    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"}
    globally_distributed_autonomous_databases Sequence[GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedAutonomousDatabase]
    The details of the non-deleted Globally distributed autonomous databases that consumes the given private endpoint.
    globally_distributed_databases Sequence[GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedDatabase]
    The details of the non-deleted Globally distributed databases that consumes the given private endpoint.
    id str
    The identifier of the Private Endpoint.
    lifecycle_details str
    Detailed message for the lifecycle state.
    nsg_ids Sequence[str]
    The OCIDs of the network security groups that the private endpoint belongs to.
    private_ip str
    IP address of the Private Endpoint.
    proxy_compute_instance_id str
    The identifier of the proxy compute instance.
    reinstate_proxy_instance_trigger int
    state str
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    subnet_id str
    Identifier of the subnet in which private endpoint exists.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time the DistributedDatabasePrivateEndpoint was first created. An RFC3339 formatted datetime string
    time_updated str
    The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
    vcn_id str
    Identifier of the VCN in which subnet exists.
    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
    DistributedDatabasePrivateEndpoint description.
    displayName String
    A filter to return only private endpoint that match the entire name given. The match is not case sensitive.
    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"}
    globallyDistributedAutonomousDatabases List<Property Map>
    The details of the non-deleted Globally distributed autonomous databases that consumes the given private endpoint.
    globallyDistributedDatabases List<Property Map>
    The details of the non-deleted Globally distributed databases that consumes the given private endpoint.
    id String
    The identifier of the Private Endpoint.
    lifecycleDetails String
    Detailed message for the lifecycle state.
    nsgIds List<String>
    The OCIDs of the network security groups that the private endpoint belongs to.
    privateIp String
    IP address of the Private Endpoint.
    proxyComputeInstanceId String
    The identifier of the proxy compute instance.
    reinstateProxyInstanceTrigger Number
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    subnetId String
    Identifier of the subnet in which private endpoint exists.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the DistributedDatabasePrivateEndpoint was first created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
    vcnId String
    Identifier of the VCN in which subnet exists.

    GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedAutonomousDatabase

    DbDeploymentType string
    The dbDeploymentType associated with the distributed database.
    Id string
    The identifier of the Private Endpoint.
    DbDeploymentType string
    The dbDeploymentType associated with the distributed database.
    Id string
    The identifier of the Private Endpoint.
    dbDeploymentType String
    The dbDeploymentType associated with the distributed database.
    id String
    The identifier of the Private Endpoint.
    dbDeploymentType string
    The dbDeploymentType associated with the distributed database.
    id string
    The identifier of the Private Endpoint.
    db_deployment_type str
    The dbDeploymentType associated with the distributed database.
    id str
    The identifier of the Private Endpoint.
    dbDeploymentType String
    The dbDeploymentType associated with the distributed database.
    id String
    The identifier of the Private Endpoint.

    GetDistributedDatabaseDistributedDatabasePrivateEndpointsDistributedDatabasePrivateEndpointCollectionItemGloballyDistributedDatabase

    DbDeploymentType string
    The dbDeploymentType associated with the distributed database.
    Id string
    The identifier of the Private Endpoint.
    DbDeploymentType string
    The dbDeploymentType associated with the distributed database.
    Id string
    The identifier of the Private Endpoint.
    dbDeploymentType String
    The dbDeploymentType associated with the distributed database.
    id String
    The identifier of the Private Endpoint.
    dbDeploymentType string
    The dbDeploymentType associated with the distributed database.
    id string
    The identifier of the Private Endpoint.
    db_deployment_type str
    The dbDeploymentType associated with the distributed database.
    id str
    The identifier of the Private Endpoint.
    dbDeploymentType String
    The dbDeploymentType associated with the distributed database.
    id String
    The identifier of the Private Endpoint.

    GetDistributedDatabaseDistributedDatabasePrivateEndpointsFilter

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

    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.5.1
    published on Friday, Apr 3, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.