Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DataSafe.getDataSafePrivateEndpoint
Explore with Pulumi AI
This data source provides details about a specific Data Safe Private Endpoint resource in Oracle Cloud Infrastructure Data Safe service.
Gets the details of the specified Data Safe private endpoint.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDataSafePrivateEndpoint = oci.DataSafe.getDataSafePrivateEndpoint({
    dataSafePrivateEndpointId: testDataSafePrivateEndpointOciDataSafeDataSafePrivateEndpoint.id,
});
import pulumi
import pulumi_oci as oci
test_data_safe_private_endpoint = oci.DataSafe.get_data_safe_private_endpoint(data_safe_private_endpoint_id=test_data_safe_private_endpoint_oci_data_safe_data_safe_private_endpoint["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datasafe"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datasafe.GetDataSafePrivateEndpoint(ctx, &datasafe.GetDataSafePrivateEndpointArgs{
			DataSafePrivateEndpointId: testDataSafePrivateEndpointOciDataSafeDataSafePrivateEndpoint.Id,
		}, 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 testDataSafePrivateEndpoint = Oci.DataSafe.GetDataSafePrivateEndpoint.Invoke(new()
    {
        DataSafePrivateEndpointId = testDataSafePrivateEndpointOciDataSafeDataSafePrivateEndpoint.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataSafe.DataSafeFunctions;
import com.pulumi.oci.DataSafe.inputs.GetDataSafePrivateEndpointArgs;
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 testDataSafePrivateEndpoint = DataSafeFunctions.getDataSafePrivateEndpoint(GetDataSafePrivateEndpointArgs.builder()
            .dataSafePrivateEndpointId(testDataSafePrivateEndpointOciDataSafeDataSafePrivateEndpoint.id())
            .build());
    }
}
variables:
  testDataSafePrivateEndpoint:
    fn::invoke:
      function: oci:DataSafe:getDataSafePrivateEndpoint
      arguments:
        dataSafePrivateEndpointId: ${testDataSafePrivateEndpointOciDataSafeDataSafePrivateEndpoint.id}
Using getDataSafePrivateEndpoint
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 getDataSafePrivateEndpoint(args: GetDataSafePrivateEndpointArgs, opts?: InvokeOptions): Promise<GetDataSafePrivateEndpointResult>
function getDataSafePrivateEndpointOutput(args: GetDataSafePrivateEndpointOutputArgs, opts?: InvokeOptions): Output<GetDataSafePrivateEndpointResult>def get_data_safe_private_endpoint(data_safe_private_endpoint_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetDataSafePrivateEndpointResult
def get_data_safe_private_endpoint_output(data_safe_private_endpoint_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetDataSafePrivateEndpointResult]func LookupDataSafePrivateEndpoint(ctx *Context, args *LookupDataSafePrivateEndpointArgs, opts ...InvokeOption) (*LookupDataSafePrivateEndpointResult, error)
func LookupDataSafePrivateEndpointOutput(ctx *Context, args *LookupDataSafePrivateEndpointOutputArgs, opts ...InvokeOption) LookupDataSafePrivateEndpointResultOutput> Note: This function is named LookupDataSafePrivateEndpoint in the Go SDK.
public static class GetDataSafePrivateEndpoint 
{
    public static Task<GetDataSafePrivateEndpointResult> InvokeAsync(GetDataSafePrivateEndpointArgs args, InvokeOptions? opts = null)
    public static Output<GetDataSafePrivateEndpointResult> Invoke(GetDataSafePrivateEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataSafePrivateEndpointResult> getDataSafePrivateEndpoint(GetDataSafePrivateEndpointArgs args, InvokeOptions options)
public static Output<GetDataSafePrivateEndpointResult> getDataSafePrivateEndpoint(GetDataSafePrivateEndpointArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DataSafe/getDataSafePrivateEndpoint:getDataSafePrivateEndpoint
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DataSafe stringPrivate Endpoint Id 
- The OCID of the private endpoint.
- DataSafe stringPrivate Endpoint Id 
- The OCID of the private endpoint.
- dataSafe StringPrivate Endpoint Id 
- The OCID of the private endpoint.
- dataSafe stringPrivate Endpoint Id 
- The OCID of the private endpoint.
- data_safe_ strprivate_ endpoint_ id 
- The OCID of the private endpoint.
- dataSafe StringPrivate Endpoint Id 
- The OCID of the private endpoint.
getDataSafePrivateEndpoint Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment.
- DataSafe stringPrivate Endpoint Id 
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
- Description string
- The description of the private endpoint.
- DisplayName string
- The display name of the private endpoint.
- EndpointFqdn string
- The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
- Id string
- The OCID of the Data Safe private endpoint.
- NsgIds List<string>
- The OCIDs of the network security groups that the private endpoint belongs to.
- PrivateEndpoint stringId 
- The OCID of the underlying private endpoint.
- PrivateEndpoint stringIp 
- The private IP address of the private endpoint.
- State string
- The current state of the private endpoint.
- SubnetId string
- The OCID of the subnet.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the private endpoint was created, in the format defined by RFC3339.
- VcnId string
- The OCID of the VCN.
- CompartmentId string
- The OCID of the compartment.
- DataSafe stringPrivate Endpoint Id 
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
- Description string
- The description of the private endpoint.
- DisplayName string
- The display name of the private endpoint.
- EndpointFqdn string
- The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
- Id string
- The OCID of the Data Safe private endpoint.
- NsgIds []string
- The OCIDs of the network security groups that the private endpoint belongs to.
- PrivateEndpoint stringId 
- The OCID of the underlying private endpoint.
- PrivateEndpoint stringIp 
- The private IP address of the private endpoint.
- State string
- The current state of the private endpoint.
- SubnetId string
- The OCID of the subnet.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the private endpoint was created, in the format defined by RFC3339.
- VcnId string
- The OCID of the VCN.
- compartmentId String
- The OCID of the compartment.
- dataSafe StringPrivate Endpoint Id 
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
- description String
- The description of the private endpoint.
- displayName String
- The display name of the private endpoint.
- endpointFqdn String
- The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
- id String
- The OCID of the Data Safe private endpoint.
- nsgIds List<String>
- The OCIDs of the network security groups that the private endpoint belongs to.
- privateEndpoint StringId 
- The OCID of the underlying private endpoint.
- privateEndpoint StringIp 
- The private IP address of the private endpoint.
- state String
- The current state of the private endpoint.
- subnetId String
- The OCID of the subnet.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the private endpoint was created, in the format defined by RFC3339.
- vcnId String
- The OCID of the VCN.
- compartmentId string
- The OCID of the compartment.
- dataSafe stringPrivate Endpoint Id 
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
- description string
- The description of the private endpoint.
- displayName string
- The display name of the private endpoint.
- endpointFqdn string
- The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
- id string
- The OCID of the Data Safe private endpoint.
- nsgIds string[]
- The OCIDs of the network security groups that the private endpoint belongs to.
- privateEndpoint stringId 
- The OCID of the underlying private endpoint.
- privateEndpoint stringIp 
- The private IP address of the private endpoint.
- state string
- The current state of the private endpoint.
- subnetId string
- The OCID of the subnet.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the private endpoint was created, in the format defined by RFC3339.
- vcnId string
- The OCID of the VCN.
- compartment_id str
- The OCID of the compartment.
- data_safe_ strprivate_ endpoint_ id 
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
- description str
- The description of the private endpoint.
- display_name str
- The display name of the private endpoint.
- endpoint_fqdn str
- The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
- id str
- The OCID of the Data Safe private endpoint.
- nsg_ids Sequence[str]
- The OCIDs of the network security groups that the private endpoint belongs to.
- private_endpoint_ strid 
- The OCID of the underlying private endpoint.
- private_endpoint_ strip 
- The private IP address of the private endpoint.
- state str
- The current state of the private endpoint.
- subnet_id str
- The OCID of the subnet.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn_id str
- The OCID of the VCN.
- compartmentId String
- The OCID of the compartment.
- dataSafe StringPrivate Endpoint Id 
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
- description String
- The description of the private endpoint.
- displayName String
- The display name of the private endpoint.
- endpointFqdn String
- The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
- id String
- The OCID of the Data Safe private endpoint.
- nsgIds List<String>
- The OCIDs of the network security groups that the private endpoint belongs to.
- privateEndpoint StringId 
- The OCID of the underlying private endpoint.
- privateEndpoint StringIp 
- The private IP address of the private endpoint.
- state String
- The current state of the private endpoint.
- subnetId String
- The OCID of the subnet.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the private endpoint was created, in the format defined by RFC3339.
- vcnId String
- The OCID of the VCN.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.