Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.DataFlow.getSqlEndpoint
Explore with Pulumi AI
This data source provides details about a specific Sql Endpoint resource in Oracle Cloud Infrastructure Data Flow service.
Retrieves a SQL Endpoint using a sqlEndpointId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSqlEndpoint = oci.DataFlow.getSqlEndpoint({
sqlEndpointId: testSqlEndpointOciDataflowSqlEndpoint.id,
});
import pulumi
import pulumi_oci as oci
test_sql_endpoint = oci.DataFlow.get_sql_endpoint(sql_endpoint_id=test_sql_endpoint_oci_dataflow_sql_endpoint["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/dataflow"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dataflow.GetSqlEndpoint(ctx, &dataflow.GetSqlEndpointArgs{
SqlEndpointId: testSqlEndpointOciDataflowSqlEndpoint.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 testSqlEndpoint = Oci.DataFlow.GetSqlEndpoint.Invoke(new()
{
SqlEndpointId = testSqlEndpointOciDataflowSqlEndpoint.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataFlow.DataFlowFunctions;
import com.pulumi.oci.DataFlow.inputs.GetSqlEndpointArgs;
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 testSqlEndpoint = DataFlowFunctions.getSqlEndpoint(GetSqlEndpointArgs.builder()
.sqlEndpointId(testSqlEndpointOciDataflowSqlEndpoint.id())
.build());
}
}
variables:
testSqlEndpoint:
fn::invoke:
function: oci:DataFlow:getSqlEndpoint
arguments:
sqlEndpointId: ${testSqlEndpointOciDataflowSqlEndpoint.id}
Using getSqlEndpoint
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 getSqlEndpoint(args: GetSqlEndpointArgs, opts?: InvokeOptions): Promise<GetSqlEndpointResult>
function getSqlEndpointOutput(args: GetSqlEndpointOutputArgs, opts?: InvokeOptions): Output<GetSqlEndpointResult>
def get_sql_endpoint(sql_endpoint_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSqlEndpointResult
def get_sql_endpoint_output(sql_endpoint_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSqlEndpointResult]
func GetSqlEndpoint(ctx *Context, args *GetSqlEndpointArgs, opts ...InvokeOption) (*GetSqlEndpointResult, error)
func GetSqlEndpointOutput(ctx *Context, args *GetSqlEndpointOutputArgs, opts ...InvokeOption) GetSqlEndpointResultOutput
> Note: This function is named GetSqlEndpoint
in the Go SDK.
public static class GetSqlEndpoint
{
public static Task<GetSqlEndpointResult> InvokeAsync(GetSqlEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetSqlEndpointResult> Invoke(GetSqlEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSqlEndpointResult> getSqlEndpoint(GetSqlEndpointArgs args, InvokeOptions options)
public static Output<GetSqlEndpointResult> getSqlEndpoint(GetSqlEndpointArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataFlow/getSqlEndpoint:getSqlEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Sql
Endpoint Id This property is required. string - The unique id of the SQL Endpoint.
- Sql
Endpoint Id This property is required. string - The unique id of the SQL Endpoint.
- sql
Endpoint Id This property is required. String - The unique id of the SQL Endpoint.
- sql
Endpoint Id This property is required. string - The unique id of the SQL Endpoint.
- sql_
endpoint_ id This property is required. str - The unique id of the SQL Endpoint.
- sql
Endpoint Id This property is required. String - The unique id of the SQL Endpoint.
getSqlEndpoint Result
The following output properties are available:
- Compartment
Id string - The OCID of a compartment.
- 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 SQL Endpoint.
- Display
Name string - The SQL Endpoint name, which can be changed.
- Driver
Shape string - The shape of the SQL Endpoint driver instance.
- Driver
Shape List<GetConfigs Sql Endpoint Driver Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- Executor
Shape string - The shape of the SQL Endpoint executor instance.
- Executor
Shape List<GetConfigs Sql Endpoint Executor Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- 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 provision identifier that is immutable on creation.
- Jdbc
Endpoint stringUrl - The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
- Lake
Id string - The OCID of Oracle Cloud Infrastructure Lake.
- Max
Executor intCount - The maximum number of executors.
- Metastore
Id string - The OCID of Oracle Cloud Infrastructure Hive Metastore.
- Min
Executor intCount - The minimum number of executors.
- Network
Configurations List<GetSql Endpoint Network Configuration> - The network configuration of a SQL Endpoint.
- Spark
Advanced Dictionary<string, string>Configurations - The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
- Sql
Endpoint stringId - Sql
Endpoint stringVersion - The version of SQL Endpoint.
- State string
- The current state of the Sql Endpoint.
- State
Message string - A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
- Warehouse
Bucket stringUri - The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
- Compartment
Id string - The OCID of a compartment.
- 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 SQL Endpoint.
- Display
Name string - The SQL Endpoint name, which can be changed.
- Driver
Shape string - The shape of the SQL Endpoint driver instance.
- Driver
Shape []GetConfigs Sql Endpoint Driver Shape Config - This is used to configure the shape of the driver or executor if a flexible shape is used.
- Executor
Shape string - The shape of the SQL Endpoint executor instance.
- Executor
Shape []GetConfigs Sql Endpoint Executor Shape Config - This is used to configure the shape of the driver or executor if a flexible shape is used.
- 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 provision identifier that is immutable on creation.
- Jdbc
Endpoint stringUrl - The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
- Lake
Id string - The OCID of Oracle Cloud Infrastructure Lake.
- Max
Executor intCount - The maximum number of executors.
- Metastore
Id string - The OCID of Oracle Cloud Infrastructure Hive Metastore.
- Min
Executor intCount - The minimum number of executors.
- Network
Configurations []GetSql Endpoint Network Configuration - The network configuration of a SQL Endpoint.
- Spark
Advanced map[string]stringConfigurations - The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
- Sql
Endpoint stringId - Sql
Endpoint stringVersion - The version of SQL Endpoint.
- State string
- The current state of the Sql Endpoint.
- State
Message string - A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
- Warehouse
Bucket stringUri - The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
- compartment
Id String - The OCID of a compartment.
- 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 SQL Endpoint.
- display
Name String - The SQL Endpoint name, which can be changed.
- driver
Shape String - The shape of the SQL Endpoint driver instance.
- driver
Shape List<GetConfigs Sql Endpoint Driver Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- executor
Shape String - The shape of the SQL Endpoint executor instance.
- executor
Shape List<GetConfigs Sql Endpoint Executor Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- 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 provision identifier that is immutable on creation.
- jdbc
Endpoint StringUrl - The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
- lake
Id String - The OCID of Oracle Cloud Infrastructure Lake.
- max
Executor IntegerCount - The maximum number of executors.
- metastore
Id String - The OCID of Oracle Cloud Infrastructure Hive Metastore.
- min
Executor IntegerCount - The minimum number of executors.
- network
Configurations List<GetSql Endpoint Network Configuration> - The network configuration of a SQL Endpoint.
- spark
Advanced Map<String,String>Configurations - The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
- sql
Endpoint StringId - sql
Endpoint StringVersion - The version of SQL Endpoint.
- state String
- The current state of the Sql Endpoint.
- state
Message String - A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
- warehouse
Bucket StringUri - The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
- compartment
Id string - The OCID of a compartment.
- {[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 SQL Endpoint.
- display
Name string - The SQL Endpoint name, which can be changed.
- driver
Shape string - The shape of the SQL Endpoint driver instance.
- driver
Shape GetConfigs Sql Endpoint Driver Shape Config[] - This is used to configure the shape of the driver or executor if a flexible shape is used.
- executor
Shape string - The shape of the SQL Endpoint executor instance.
- executor
Shape GetConfigs Sql Endpoint Executor Shape Config[] - This is used to configure the shape of the driver or executor if a flexible shape is used.
- {[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 provision identifier that is immutable on creation.
- jdbc
Endpoint stringUrl - The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
- lake
Id string - The OCID of Oracle Cloud Infrastructure Lake.
- max
Executor numberCount - The maximum number of executors.
- metastore
Id string - The OCID of Oracle Cloud Infrastructure Hive Metastore.
- min
Executor numberCount - The minimum number of executors.
- network
Configurations GetSql Endpoint Network Configuration[] - The network configuration of a SQL Endpoint.
- spark
Advanced {[key: string]: string}Configurations - The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
- sql
Endpoint stringId - sql
Endpoint stringVersion - The version of SQL Endpoint.
- state string
- The current state of the Sql Endpoint.
- state
Message string - A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created string - The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
- time
Updated string - The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
- warehouse
Bucket stringUri - The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
- compartment_
id str - The OCID of a compartment.
- 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 SQL Endpoint.
- display_
name str - The SQL Endpoint name, which can be changed.
- driver_
shape str - The shape of the SQL Endpoint driver instance.
- driver_
shape_ Sequence[dataflow.configs Get Sql Endpoint Driver Shape Config] - This is used to configure the shape of the driver or executor if a flexible shape is used.
- executor_
shape str - The shape of the SQL Endpoint executor instance.
- executor_
shape_ Sequence[dataflow.configs Get Sql Endpoint Executor Shape Config] - This is used to configure the shape of the driver or executor if a flexible shape is used.
- 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 provision identifier that is immutable on creation.
- jdbc_
endpoint_ strurl - The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
- lake_
id str - The OCID of Oracle Cloud Infrastructure Lake.
- max_
executor_ intcount - The maximum number of executors.
- metastore_
id str - The OCID of Oracle Cloud Infrastructure Hive Metastore.
- min_
executor_ intcount - The minimum number of executors.
- network_
configurations Sequence[dataflow.Get Sql Endpoint Network Configuration] - The network configuration of a SQL Endpoint.
- spark_
advanced_ Mapping[str, str]configurations - The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
- sql_
endpoint_ strid - sql_
endpoint_ strversion - The version of SQL Endpoint.
- state str
- The current state of the Sql Endpoint.
- state_
message str - A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time_
created str - The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
- time_
updated str - The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
- warehouse_
bucket_ struri - The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
- compartment
Id String - The OCID of a compartment.
- 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 SQL Endpoint.
- display
Name String - The SQL Endpoint name, which can be changed.
- driver
Shape String - The shape of the SQL Endpoint driver instance.
- driver
Shape List<Property Map>Configs - This is used to configure the shape of the driver or executor if a flexible shape is used.
- executor
Shape String - The shape of the SQL Endpoint executor instance.
- executor
Shape List<Property Map>Configs - This is used to configure the shape of the driver or executor if a flexible shape is used.
- 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 provision identifier that is immutable on creation.
- jdbc
Endpoint StringUrl - The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
- lake
Id String - The OCID of Oracle Cloud Infrastructure Lake.
- max
Executor NumberCount - The maximum number of executors.
- metastore
Id String - The OCID of Oracle Cloud Infrastructure Hive Metastore.
- min
Executor NumberCount - The minimum number of executors.
- network
Configurations List<Property Map> - The network configuration of a SQL Endpoint.
- spark
Advanced Map<String>Configurations - The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { "spark.app.name" : "My App Name", "spark.shuffle.io.maxRetries" : "4" } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
- sql
Endpoint StringId - sql
Endpoint StringVersion - The version of SQL Endpoint.
- state String
- The current state of the Sql Endpoint.
- state
Message String - A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
- warehouse
Bucket StringUri - The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
Supporting Types
GetSqlEndpointDriverShapeConfig
- Memory
In Gbs This property is required. double - The amount of memory used for the driver or executors.
- Ocpus
This property is required. double - The total number of OCPUs used for the driver or executors. See here for details.
- Memory
In Gbs This property is required. float64 - The amount of memory used for the driver or executors.
- Ocpus
This property is required. float64 - The total number of OCPUs used for the driver or executors. See here for details.
- memory
In Gbs This property is required. Double - The amount of memory used for the driver or executors.
- ocpus
This property is required. Double - The total number of OCPUs used for the driver or executors. See here for details.
- memory
In Gbs This property is required. number - The amount of memory used for the driver or executors.
- ocpus
This property is required. number - The total number of OCPUs used for the driver or executors. See here for details.
- memory_
in_ gbs This property is required. float - The amount of memory used for the driver or executors.
- ocpus
This property is required. float - The total number of OCPUs used for the driver or executors. See here for details.
- memory
In Gbs This property is required. Number - The amount of memory used for the driver or executors.
- ocpus
This property is required. Number - The total number of OCPUs used for the driver or executors. See here for details.
GetSqlEndpointExecutorShapeConfig
- Memory
In Gbs This property is required. double - The amount of memory used for the driver or executors.
- Ocpus
This property is required. double - The total number of OCPUs used for the driver or executors. See here for details.
- Memory
In Gbs This property is required. float64 - The amount of memory used for the driver or executors.
- Ocpus
This property is required. float64 - The total number of OCPUs used for the driver or executors. See here for details.
- memory
In Gbs This property is required. Double - The amount of memory used for the driver or executors.
- ocpus
This property is required. Double - The total number of OCPUs used for the driver or executors. See here for details.
- memory
In Gbs This property is required. number - The amount of memory used for the driver or executors.
- ocpus
This property is required. number - The total number of OCPUs used for the driver or executors. See here for details.
- memory_
in_ gbs This property is required. float - The amount of memory used for the driver or executors.
- ocpus
This property is required. float - The total number of OCPUs used for the driver or executors. See here for details.
- memory
In Gbs This property is required. Number - The amount of memory used for the driver or executors.
- ocpus
This property is required. Number - The total number of OCPUs used for the driver or executors. See here for details.
GetSqlEndpointNetworkConfiguration
- Access
Control Rules This property is required. List<GetSql Endpoint Network Configuration Access Control Rule> - A list of SecureAccessControlRule's to which access is limited to
- Host
Name Prefix This property is required. string - The host name prefix.
- Network
Type This property is required. string - The type of network configuration.
- Private
Endpoint Ip This property is required. string - Ip Address of private endpoint
- Public
Endpoint Ip This property is required. string - Ip Address of public endpoint
- Subnet
Id This property is required. string - The VCN Subnet OCID.
- Vcn
Id This property is required. string - The VCN OCID.
- Access
Control Rules This property is required. []GetSql Endpoint Network Configuration Access Control Rule - A list of SecureAccessControlRule's to which access is limited to
- Host
Name Prefix This property is required. string - The host name prefix.
- Network
Type This property is required. string - The type of network configuration.
- Private
Endpoint Ip This property is required. string - Ip Address of private endpoint
- Public
Endpoint Ip This property is required. string - Ip Address of public endpoint
- Subnet
Id This property is required. string - The VCN Subnet OCID.
- Vcn
Id This property is required. string - The VCN OCID.
- access
Control Rules This property is required. List<GetSql Endpoint Network Configuration Access Control Rule> - A list of SecureAccessControlRule's to which access is limited to
- host
Name Prefix This property is required. String - The host name prefix.
- network
Type This property is required. String - The type of network configuration.
- private
Endpoint Ip This property is required. String - Ip Address of private endpoint
- public
Endpoint Ip This property is required. String - Ip Address of public endpoint
- subnet
Id This property is required. String - The VCN Subnet OCID.
- vcn
Id This property is required. String - The VCN OCID.
- access
Control Rules This property is required. GetSql Endpoint Network Configuration Access Control Rule[] - A list of SecureAccessControlRule's to which access is limited to
- host
Name Prefix This property is required. string - The host name prefix.
- network
Type This property is required. string - The type of network configuration.
- private
Endpoint Ip This property is required. string - Ip Address of private endpoint
- public
Endpoint Ip This property is required. string - Ip Address of public endpoint
- subnet
Id This property is required. string - The VCN Subnet OCID.
- vcn
Id This property is required. string - The VCN OCID.
- access_
control_ rules This property is required. Sequence[dataflow.Get Sql Endpoint Network Configuration Access Control Rule] - A list of SecureAccessControlRule's to which access is limited to
- host_
name_ prefix This property is required. str - The host name prefix.
- network_
type This property is required. str - The type of network configuration.
- private_
endpoint_ ip This property is required. str - Ip Address of private endpoint
- public_
endpoint_ ip This property is required. str - Ip Address of public endpoint
- subnet_
id This property is required. str - The VCN Subnet OCID.
- vcn_
id This property is required. str - The VCN OCID.
- access
Control Rules This property is required. List<Property Map> - A list of SecureAccessControlRule's to which access is limited to
- host
Name Prefix This property is required. String - The host name prefix.
- network
Type This property is required. String - The type of network configuration.
- private
Endpoint Ip This property is required. String - Ip Address of private endpoint
- public
Endpoint Ip This property is required. String - Ip Address of public endpoint
- subnet
Id This property is required. String - The VCN Subnet OCID.
- vcn
Id This property is required. String - The VCN OCID.
GetSqlEndpointNetworkConfigurationAccessControlRule
- Ip
Notation This property is required. string - The type of IP notation.
- Value
This property is required. string - The associated value of the selected IP notation.
- Vcn
Ips This property is required. string - A comma-separated IP or CIDR address for VCN OCID IP notation selection.
- Ip
Notation This property is required. string - The type of IP notation.
- Value
This property is required. string - The associated value of the selected IP notation.
- Vcn
Ips This property is required. string - A comma-separated IP or CIDR address for VCN OCID IP notation selection.
- ip
Notation This property is required. String - The type of IP notation.
- value
This property is required. String - The associated value of the selected IP notation.
- vcn
Ips This property is required. String - A comma-separated IP or CIDR address for VCN OCID IP notation selection.
- ip
Notation This property is required. string - The type of IP notation.
- value
This property is required. string - The associated value of the selected IP notation.
- vcn
Ips This property is required. string - A comma-separated IP or CIDR address for VCN OCID IP notation selection.
- ip_
notation This property is required. str - The type of IP notation.
- value
This property is required. str - The associated value of the selected IP notation.
- vcn_
ips This property is required. str - A comma-separated IP or CIDR address for VCN OCID IP notation selection.
- ip
Notation This property is required. String - The type of IP notation.
- value
This property is required. String - The associated value of the selected IP notation.
- vcn
Ips This property is required. String - A comma-separated IP or CIDR address for VCN OCID IP notation selection.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.