oci.DataSafe.getDataSafePrivateEndpoint
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
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDataSafePrivateEndpoint = Oci.DataSafe.GetDataSafePrivateEndpoint.Invoke(new()
{
DataSafePrivateEndpointId = oci_data_safe_data_safe_private_endpoint.Test_data_safe_private_endpoint.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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: oci_data_safe_data_safe_private_endpoint.Test_data_safe_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.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(oci_data_safe_data_safe_private_endpoint.test_data_safe_private_endpoint().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_data_safe_private_endpoint = oci.DataSafe.get_data_safe_private_endpoint(data_safe_private_endpoint_id=oci_data_safe_data_safe_private_endpoint["test_data_safe_private_endpoint"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDataSafePrivateEndpoint = oci.DataSafe.getDataSafePrivateEndpoint({
dataSafePrivateEndpointId: oci_data_safe_data_safe_private_endpoint.test_data_safe_private_endpoint.id,
});
variables:
testDataSafePrivateEndpoint:
fn::invoke:
Function: oci:DataSafe:getDataSafePrivateEndpoint
Arguments:
dataSafePrivateEndpointId: ${oci_data_safe_data_safe_private_endpoint.test_data_safe_private_endpoint.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 GetDataSafePrivateEndpoint(ctx *Context, args *GetDataSafePrivateEndpointArgs, opts ...InvokeOption) (*GetDataSafePrivateEndpointResult, error)
func GetDataSafePrivateEndpointOutput(ctx *Context, args *GetDataSafePrivateEndpointOutputArgs, opts ...InvokeOption) GetDataSafePrivateEndpointResultOutput
> Note: This function is named GetDataSafePrivateEndpoint
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataSafe/getDataSafePrivateEndpoint:getDataSafePrivateEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Data
Safe stringPrivate Endpoint Id The OCID of the private endpoint.
- Data
Safe stringPrivate Endpoint Id The OCID of the private endpoint.
- data
Safe StringPrivate Endpoint Id The OCID of the private endpoint.
- data
Safe stringPrivate Endpoint Id The OCID of the private endpoint.
- data_
safe_ strprivate_ endpoint_ id The OCID of the private endpoint.
- data
Safe StringPrivate Endpoint Id The OCID of the private endpoint.
getDataSafePrivateEndpoint Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment.
- Data
Safe stringPrivate Endpoint Id - Dictionary<string, object>
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.
- Display
Name string The display name of the private endpoint.
- Endpoint
Fqdn 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, object>
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.
- Nsg
Ids List<string> The OCIDs of the network security groups that the private endpoint belongs to.
- Private
Endpoint stringId The OCID of the underlying private endpoint.
- Private
Endpoint stringIp The private IP address of the private endpoint.
- State string
The current state of the private endpoint.
- Subnet
Id string The OCID of the subnet.
- Dictionary<string, object>
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 string The date and time the private endpoint was created, in the format defined by RFC3339.
- Vcn
Id string The OCID of the VCN.
- Compartment
Id string The OCID of the compartment.
- Data
Safe stringPrivate Endpoint Id - map[string]interface{}
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.
- Display
Name string The display name of the private endpoint.
- Endpoint
Fqdn 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]interface{}
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.
- Nsg
Ids []string The OCIDs of the network security groups that the private endpoint belongs to.
- Private
Endpoint stringId The OCID of the underlying private endpoint.
- Private
Endpoint stringIp The private IP address of the private endpoint.
- State string
The current state of the private endpoint.
- Subnet
Id string The OCID of the subnet.
- map[string]interface{}
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 string The date and time the private endpoint was created, in the format defined by RFC3339.
- Vcn
Id string The OCID of the VCN.
- compartment
Id String The OCID of the compartment.
- data
Safe StringPrivate Endpoint Id - Map<String,Object>
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.
- display
Name String The display name of the private endpoint.
- endpoint
Fqdn 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,Object>
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.
- nsg
Ids List<String> The OCIDs of the network security groups that the private endpoint belongs to.
- private
Endpoint StringId The OCID of the underlying private endpoint.
- private
Endpoint StringIp The private IP address of the private endpoint.
- state String
The current state of the private endpoint.
- subnet
Id String The OCID of the subnet.
- Map<String,Object>
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 String The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn
Id String The OCID of the VCN.
- compartment
Id string The OCID of the compartment.
- data
Safe stringPrivate Endpoint Id - {[key: string]: any}
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.
- display
Name string The display name of the private endpoint.
- endpoint
Fqdn 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]: any}
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.
- nsg
Ids string[] The OCIDs of the network security groups that the private endpoint belongs to.
- private
Endpoint stringId The OCID of the underlying private endpoint.
- private
Endpoint stringIp The private IP address of the private endpoint.
- state string
The current state of the private endpoint.
- subnet
Id string The OCID of the subnet.
- {[key: string]: any}
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 string The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn
Id string The OCID of the VCN.
- compartment_
id str The OCID of the compartment.
- data_
safe_ strprivate_ endpoint_ id - Mapping[str, Any]
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, Any]
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, Any]
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.
- compartment
Id String The OCID of the compartment.
- data
Safe StringPrivate Endpoint Id - Map<Any>
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.
- display
Name String The display name of the private endpoint.
- endpoint
Fqdn 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<Any>
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.
- nsg
Ids List<String> The OCIDs of the network security groups that the private endpoint belongs to.
- private
Endpoint StringId The OCID of the underlying private endpoint.
- private
Endpoint StringIp The private IP address of the private endpoint.
- state String
The current state of the private endpoint.
- subnet
Id String The OCID of the subnet.
- Map<Any>
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 String The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn
Id 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
oci
Terraform Provider.