oci logo
Oracle Cloud Infrastructure v0.13.0, Mar 28 23

oci.DatabaseTools.getDatabaseToolsPrivateEndpoint

This data source provides details about a specific Database Tools Private Endpoint resource in Oracle Cloud Infrastructure Database Tools service.

Gets details of a specified Database Tools private endpoint.

Example Usage

using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testDatabaseToolsPrivateEndpoint = Oci.DatabaseTools.GetDatabaseToolsPrivateEndpoint.Invoke(new()
    {
        DatabaseToolsPrivateEndpointId = oci_database_tools_database_tools_private_endpoint.Test_database_tools_private_endpoint.Id,
    });

});
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseTools"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := DatabaseTools.GetDatabaseToolsPrivateEndpoint(ctx, &databasetools.GetDatabaseToolsPrivateEndpointArgs{
			DatabaseToolsPrivateEndpointId: oci_database_tools_database_tools_private_endpoint.Test_database_tools_private_endpoint.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseTools.DatabaseToolsFunctions;
import com.pulumi.oci.DatabaseTools.inputs.GetDatabaseToolsPrivateEndpointArgs;
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 testDatabaseToolsPrivateEndpoint = DatabaseToolsFunctions.getDatabaseToolsPrivateEndpoint(GetDatabaseToolsPrivateEndpointArgs.builder()
            .databaseToolsPrivateEndpointId(oci_database_tools_database_tools_private_endpoint.test_database_tools_private_endpoint().id())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_database_tools_private_endpoint = oci.DatabaseTools.get_database_tools_private_endpoint(database_tools_private_endpoint_id=oci_database_tools_database_tools_private_endpoint["test_database_tools_private_endpoint"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testDatabaseToolsPrivateEndpoint = oci.DatabaseTools.getDatabaseToolsPrivateEndpoint({
    databaseToolsPrivateEndpointId: oci_database_tools_database_tools_private_endpoint.test_database_tools_private_endpoint.id,
});
variables:
  testDatabaseToolsPrivateEndpoint:
    fn::invoke:
      Function: oci:DatabaseTools:getDatabaseToolsPrivateEndpoint
      Arguments:
        databaseToolsPrivateEndpointId: ${oci_database_tools_database_tools_private_endpoint.test_database_tools_private_endpoint.id}

Using getDatabaseToolsPrivateEndpoint

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 getDatabaseToolsPrivateEndpoint(args: GetDatabaseToolsPrivateEndpointArgs, opts?: InvokeOptions): Promise<GetDatabaseToolsPrivateEndpointResult>
function getDatabaseToolsPrivateEndpointOutput(args: GetDatabaseToolsPrivateEndpointOutputArgs, opts?: InvokeOptions): Output<GetDatabaseToolsPrivateEndpointResult>
def get_database_tools_private_endpoint(database_tools_private_endpoint_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetDatabaseToolsPrivateEndpointResult
def get_database_tools_private_endpoint_output(database_tools_private_endpoint_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseToolsPrivateEndpointResult]
func GetDatabaseToolsPrivateEndpoint(ctx *Context, args *GetDatabaseToolsPrivateEndpointArgs, opts ...InvokeOption) (*GetDatabaseToolsPrivateEndpointResult, error)
func GetDatabaseToolsPrivateEndpointOutput(ctx *Context, args *GetDatabaseToolsPrivateEndpointOutputArgs, opts ...InvokeOption) GetDatabaseToolsPrivateEndpointResultOutput

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

public static class GetDatabaseToolsPrivateEndpoint 
{
    public static Task<GetDatabaseToolsPrivateEndpointResult> InvokeAsync(GetDatabaseToolsPrivateEndpointArgs args, InvokeOptions? opts = null)
    public static Output<GetDatabaseToolsPrivateEndpointResult> Invoke(GetDatabaseToolsPrivateEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseToolsPrivateEndpointResult> getDatabaseToolsPrivateEndpoint(GetDatabaseToolsPrivateEndpointArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:DatabaseTools/getDatabaseToolsPrivateEndpoint:getDatabaseToolsPrivateEndpoint
  arguments:
    # arguments dictionary

The following arguments are supported:

DatabaseToolsPrivateEndpointId string

The OCID of a Database Tools private endpoint.

DatabaseToolsPrivateEndpointId string

The OCID of a Database Tools private endpoint.

databaseToolsPrivateEndpointId String

The OCID of a Database Tools private endpoint.

databaseToolsPrivateEndpointId string

The OCID of a Database Tools private endpoint.

database_tools_private_endpoint_id str

The OCID of a Database Tools private endpoint.

databaseToolsPrivateEndpointId String

The OCID of a Database Tools private endpoint.

getDatabaseToolsPrivateEndpoint Result

The following output properties are available:

AdditionalFqdns List<string>

A list of additional FQDNs that can be also be used for the private endpoint.

CompartmentId string

The OCID of the compartment containing the Database Tools private endpoint.

DatabaseToolsPrivateEndpointId string
DefinedTags Dictionary<string, object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

A description of the Database Tools private endpoint.

DisplayName string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

EndpointFqdn string

Then FQDN to use for the private endpoint.

EndpointServiceId string

The OCID of the Database Tools Endpoint Service.

FreeformTags Dictionary<string, object>

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 Database Tools private endpoint.

LifecycleDetails string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

NsgIds List<string>

The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.

PrivateEndpointIp string

The private IP address that represents the access point for the associated endpoint service.

PrivateEndpointVnicId string

The OCID of the private endpoint's VNIC.

ReverseConnectionConfigurations List<GetDatabaseToolsPrivateEndpointReverseConnectionConfiguration>

Reverse connection configuration details of the private endpoint.

State string

The current state of the Database Tools private endpoint.

SubnetId string

The OCID of the subnet that the private endpoint belongs to.

SystemTags Dictionary<string, object>

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}

TimeCreated string

The time the Database Tools private endpoint was created. An RFC3339 formatted datetime string

TimeUpdated string

The time the Database Tools private endpoint was updated. An RFC3339 formatted datetime string

VcnId string

The OCID of the VCN that the private endpoint belongs to.

AdditionalFqdns []string

A list of additional FQDNs that can be also be used for the private endpoint.

CompartmentId string

The OCID of the compartment containing the Database Tools private endpoint.

DatabaseToolsPrivateEndpointId string
DefinedTags map[string]interface{}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

A description of the Database Tools private endpoint.

DisplayName string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

EndpointFqdn string

Then FQDN to use for the private endpoint.

EndpointServiceId string

The OCID of the Database Tools Endpoint Service.

FreeformTags map[string]interface{}

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 Database Tools private endpoint.

LifecycleDetails string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

NsgIds []string

The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.

PrivateEndpointIp string

The private IP address that represents the access point for the associated endpoint service.

PrivateEndpointVnicId string

The OCID of the private endpoint's VNIC.

ReverseConnectionConfigurations []GetDatabaseToolsPrivateEndpointReverseConnectionConfiguration

Reverse connection configuration details of the private endpoint.

State string

The current state of the Database Tools private endpoint.

SubnetId string

The OCID of the subnet that the private endpoint belongs to.

SystemTags map[string]interface{}

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}

TimeCreated string

The time the Database Tools private endpoint was created. An RFC3339 formatted datetime string

TimeUpdated string

The time the Database Tools private endpoint was updated. An RFC3339 formatted datetime string

VcnId string

The OCID of the VCN that the private endpoint belongs to.

additionalFqdns List<String>

A list of additional FQDNs that can be also be used for the private endpoint.

compartmentId String

The OCID of the compartment containing the Database Tools private endpoint.

databaseToolsPrivateEndpointId String
definedTags Map<String,Object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

A description of the Database Tools private endpoint.

displayName String

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

endpointFqdn String

Then FQDN to use for the private endpoint.

endpointServiceId String

The OCID of the Database Tools Endpoint Service.

freeformTags Map<String,Object>

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 Database Tools private endpoint.

lifecycleDetails String

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

nsgIds List<String>

The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.

privateEndpointIp String

The private IP address that represents the access point for the associated endpoint service.

privateEndpointVnicId String

The OCID of the private endpoint's VNIC.

reverseConnectionConfigurations List<GetPrivateEndpointReverseConnectionConfiguration>

Reverse connection configuration details of the private endpoint.

state String

The current state of the Database Tools private endpoint.

subnetId String

The OCID of the subnet that the private endpoint belongs to.

systemTags Map<String,Object>

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}

timeCreated String

The time the Database Tools private endpoint was created. An RFC3339 formatted datetime string

timeUpdated String

The time the Database Tools private endpoint was updated. An RFC3339 formatted datetime string

vcnId String

The OCID of the VCN that the private endpoint belongs to.

additionalFqdns string[]

A list of additional FQDNs that can be also be used for the private endpoint.

compartmentId string

The OCID of the compartment containing the Database Tools private endpoint.

databaseToolsPrivateEndpointId string
definedTags {[key: string]: any}

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description string

A description of the Database Tools private endpoint.

displayName string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

endpointFqdn string

Then FQDN to use for the private endpoint.

endpointServiceId string

The OCID of the Database Tools Endpoint Service.

freeformTags {[key: string]: any}

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 Database Tools private endpoint.

lifecycleDetails string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

nsgIds string[]

The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.

privateEndpointIp string

The private IP address that represents the access point for the associated endpoint service.

privateEndpointVnicId string

The OCID of the private endpoint's VNIC.

reverseConnectionConfigurations GetDatabaseToolsPrivateEndpointReverseConnectionConfiguration[]

Reverse connection configuration details of the private endpoint.

state string

The current state of the Database Tools private endpoint.

subnetId string

The OCID of the subnet that the private endpoint belongs to.

systemTags {[key: string]: any}

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}

timeCreated string

The time the Database Tools private endpoint was created. An RFC3339 formatted datetime string

timeUpdated string

The time the Database Tools private endpoint was updated. An RFC3339 formatted datetime string

vcnId string

The OCID of the VCN that the private endpoint belongs to.

additional_fqdns Sequence[str]

A list of additional FQDNs that can be also be used for the private endpoint.

compartment_id str

The OCID of the compartment containing the Database Tools private endpoint.

database_tools_private_endpoint_id str
defined_tags Mapping[str, Any]

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description str

A description of the Database Tools private endpoint.

display_name str

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

endpoint_fqdn str

Then FQDN to use for the private endpoint.

endpoint_service_id str

The OCID of the Database Tools Endpoint Service.

freeform_tags Mapping[str, Any]

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 Database Tools private endpoint.

lifecycle_details str

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

nsg_ids Sequence[str]

The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.

private_endpoint_ip str

The private IP address that represents the access point for the associated endpoint service.

private_endpoint_vnic_id str

The OCID of the private endpoint's VNIC.

reverse_connection_configurations GetDatabaseToolsPrivateEndpointReverseConnectionConfiguration]

Reverse connection configuration details of the private endpoint.

state str

The current state of the Database Tools private endpoint.

subnet_id str

The OCID of the subnet that the private endpoint belongs to.

system_tags Mapping[str, Any]

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 Database Tools private endpoint was created. An RFC3339 formatted datetime string

time_updated str

The time the Database Tools private endpoint was updated. An RFC3339 formatted datetime string

vcn_id str

The OCID of the VCN that the private endpoint belongs to.

additionalFqdns List<String>

A list of additional FQDNs that can be also be used for the private endpoint.

compartmentId String

The OCID of the compartment containing the Database Tools private endpoint.

databaseToolsPrivateEndpointId String
definedTags Map<Any>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

A description of the Database Tools private endpoint.

displayName String

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

endpointFqdn String

Then FQDN to use for the private endpoint.

endpointServiceId String

The OCID of the Database Tools Endpoint Service.

freeformTags Map<Any>

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 Database Tools private endpoint.

lifecycleDetails String

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

nsgIds List<String>

The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.

privateEndpointIp String

The private IP address that represents the access point for the associated endpoint service.

privateEndpointVnicId String

The OCID of the private endpoint's VNIC.

reverseConnectionConfigurations List<Property Map>

Reverse connection configuration details of the private endpoint.

state String

The current state of the Database Tools private endpoint.

subnetId String

The OCID of the subnet that the private endpoint belongs to.

systemTags Map<Any>

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}

timeCreated String

The time the Database Tools private endpoint was created. An RFC3339 formatted datetime string

timeUpdated String

The time the Database Tools private endpoint was updated. An RFC3339 formatted datetime string

vcnId String

The OCID of the VCN that the private endpoint belongs to.

Supporting Types

GetDatabaseToolsPrivateEndpointReverseConnectionConfiguration

ReverseConnectionsSourceIps List<GetDatabaseToolsPrivateEndpointReverseConnectionConfigurationReverseConnectionsSourceIp>

A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN.

ReverseConnectionsSourceIps []GetDatabaseToolsPrivateEndpointReverseConnectionConfigurationReverseConnectionsSourceIp

A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN.

reverseConnectionsSourceIps List<GetPrivateEndpointReverseConnectionConfigurationReverseConnectionsSourceIp>

A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN.

reverseConnectionsSourceIps GetDatabaseToolsPrivateEndpointReverseConnectionConfigurationReverseConnectionsSourceIp[]

A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN.

reverse_connections_source_ips GetDatabaseToolsPrivateEndpointReverseConnectionConfigurationReverseConnectionsSourceIp]

A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN.

reverseConnectionsSourceIps List<Property Map>

A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN.

GetDatabaseToolsPrivateEndpointReverseConnectionConfigurationReverseConnectionsSourceIp

SourceIp string

The IP address in the customer's VCN to be used as the source IP for reverse connection packets traveling from the customer's VCN to the service's VCN.

SourceIp string

The IP address in the customer's VCN to be used as the source IP for reverse connection packets traveling from the customer's VCN to the service's VCN.

sourceIp String

The IP address in the customer's VCN to be used as the source IP for reverse connection packets traveling from the customer's VCN to the service's VCN.

sourceIp string

The IP address in the customer's VCN to be used as the source IP for reverse connection packets traveling from the customer's VCN to the service's VCN.

source_ip str

The IP address in the customer's VCN to be used as the source IP for reverse connection packets traveling from the customer's VCN to the service's VCN.

sourceIp String

The IP address in the customer's VCN to be used as the source IP for reverse connection packets traveling from the customer's VCN to the service's VCN.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.