volcenginecc v0.0.11 published on Thursday, Dec 4, 2025 by Volcengine
volcenginecc v0.0.11 published on Thursday, Dec 4, 2025 by Volcengine
Data Source schema for Volcengine::PrivateZone::ResolverEndpoint
Using getResolverEndpoint
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 getResolverEndpoint(args: GetResolverEndpointArgs, opts?: InvokeOptions): Promise<GetResolverEndpointResult>
function getResolverEndpointOutput(args: GetResolverEndpointOutputArgs, opts?: InvokeOptions): Output<GetResolverEndpointResult>def get_resolver_endpoint(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResolverEndpointResult
def get_resolver_endpoint_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResolverEndpointResult]func LookupResolverEndpoint(ctx *Context, args *LookupResolverEndpointArgs, opts ...InvokeOption) (*LookupResolverEndpointResult, error)
func LookupResolverEndpointOutput(ctx *Context, args *LookupResolverEndpointOutputArgs, opts ...InvokeOption) LookupResolverEndpointResultOutput> Note: This function is named LookupResolverEndpoint in the Go SDK.
public static class GetResolverEndpoint
{
public static Task<GetResolverEndpointResult> InvokeAsync(GetResolverEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetResolverEndpointResult> Invoke(GetResolverEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetResolverEndpointResult> getResolverEndpoint(GetResolverEndpointArgs args, InvokeOptions options)
public static Output<GetResolverEndpointResult> getResolverEndpoint(GetResolverEndpointArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:privatezone/getResolverEndpoint:getResolverEndpoint
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getResolverEndpoint Result
The following output properties are available:
- Created
Time string - 创建时间
- Direction string
- 终端节点的 DNS 请求转发方向。OUTBOUND:(默认)出站终端节点,把来自 VPC 内的 DNS 查询请求转发到外部的 DNS 服务器。INBOUND:入站终端节点,把来自外部的 DNS 查询请求转发到解析器。
- Endpoint
Id string - 终端节点的 ID。
- Endpoint
Type string - 终端节点类型。IPv4:IPv4 节点。DualStack:双栈节点。
- Id string
- Uniquely identifies the resource.
- Ip
Configs List<Volcengine.Get Resolver Endpoint Ip Config> - 终端节点的可用区、子网和 IP 配置。
- Name string
- 终端节点的名称。支持 UTF-8 格式。
- Project
Name string - 终端节点所属的项目名称。默认为 default。
- Security
Group stringId - 适用于终端节点 IP 地址的安全组 ID。终端节点默认会使用预设安全组:对于出站终端节点:入方向拒绝流量通行;出方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口。对于入站终端节点:入方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口;出方向拒绝流量通行。
- Status string
- 终端节点的状态。Creating:创建中。Running:运行中。Updating:更新中。Error:运行异常。
-
List<Volcengine.
Get Resolver Endpoint Tag> - 标签列表。
- Updated
Time string - 更新时间
- Vpc
Id string - 终端节点所在的 VPC 的 ID。
- Vpc
Region string - 终端节点所在的 VPC 的地域。
- Created
Time string - 创建时间
- Direction string
- 终端节点的 DNS 请求转发方向。OUTBOUND:(默认)出站终端节点,把来自 VPC 内的 DNS 查询请求转发到外部的 DNS 服务器。INBOUND:入站终端节点,把来自外部的 DNS 查询请求转发到解析器。
- Endpoint
Id string - 终端节点的 ID。
- Endpoint
Type string - 终端节点类型。IPv4:IPv4 节点。DualStack:双栈节点。
- Id string
- Uniquely identifies the resource.
- Ip
Configs []GetResolver Endpoint Ip Config - 终端节点的可用区、子网和 IP 配置。
- Name string
- 终端节点的名称。支持 UTF-8 格式。
- Project
Name string - 终端节点所属的项目名称。默认为 default。
- Security
Group stringId - 适用于终端节点 IP 地址的安全组 ID。终端节点默认会使用预设安全组:对于出站终端节点:入方向拒绝流量通行;出方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口。对于入站终端节点:入方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口;出方向拒绝流量通行。
- Status string
- 终端节点的状态。Creating:创建中。Running:运行中。Updating:更新中。Error:运行异常。
-
[]Get
Resolver Endpoint Tag - 标签列表。
- Updated
Time string - 更新时间
- Vpc
Id string - 终端节点所在的 VPC 的 ID。
- Vpc
Region string - 终端节点所在的 VPC 的地域。
- created
Time String - 创建时间
- direction String
- 终端节点的 DNS 请求转发方向。OUTBOUND:(默认)出站终端节点,把来自 VPC 内的 DNS 查询请求转发到外部的 DNS 服务器。INBOUND:入站终端节点,把来自外部的 DNS 查询请求转发到解析器。
- endpoint
Id String - 终端节点的 ID。
- endpoint
Type String - 终端节点类型。IPv4:IPv4 节点。DualStack:双栈节点。
- id String
- Uniquely identifies the resource.
- ip
Configs List<GetResolver Endpoint Ip Config> - 终端节点的可用区、子网和 IP 配置。
- name String
- 终端节点的名称。支持 UTF-8 格式。
- project
Name String - 终端节点所属的项目名称。默认为 default。
- security
Group StringId - 适用于终端节点 IP 地址的安全组 ID。终端节点默认会使用预设安全组:对于出站终端节点:入方向拒绝流量通行;出方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口。对于入站终端节点:入方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口;出方向拒绝流量通行。
- status String
- 终端节点的状态。Creating:创建中。Running:运行中。Updating:更新中。Error:运行异常。
-
List<Get
Resolver Endpoint Tag> - 标签列表。
- updated
Time String - 更新时间
- vpc
Id String - 终端节点所在的 VPC 的 ID。
- vpc
Region String - 终端节点所在的 VPC 的地域。
- created
Time string - 创建时间
- direction string
- 终端节点的 DNS 请求转发方向。OUTBOUND:(默认)出站终端节点,把来自 VPC 内的 DNS 查询请求转发到外部的 DNS 服务器。INBOUND:入站终端节点,把来自外部的 DNS 查询请求转发到解析器。
- endpoint
Id string - 终端节点的 ID。
- endpoint
Type string - 终端节点类型。IPv4:IPv4 节点。DualStack:双栈节点。
- id string
- Uniquely identifies the resource.
- ip
Configs GetResolver Endpoint Ip Config[] - 终端节点的可用区、子网和 IP 配置。
- name string
- 终端节点的名称。支持 UTF-8 格式。
- project
Name string - 终端节点所属的项目名称。默认为 default。
- security
Group stringId - 适用于终端节点 IP 地址的安全组 ID。终端节点默认会使用预设安全组:对于出站终端节点:入方向拒绝流量通行;出方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口。对于入站终端节点:入方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口;出方向拒绝流量通行。
- status string
- 终端节点的状态。Creating:创建中。Running:运行中。Updating:更新中。Error:运行异常。
-
Get
Resolver Endpoint Tag[] - 标签列表。
- updated
Time string - 更新时间
- vpc
Id string - 终端节点所在的 VPC 的 ID。
- vpc
Region string - 终端节点所在的 VPC 的地域。
- created_
time str - 创建时间
- direction str
- 终端节点的 DNS 请求转发方向。OUTBOUND:(默认)出站终端节点,把来自 VPC 内的 DNS 查询请求转发到外部的 DNS 服务器。INBOUND:入站终端节点,把来自外部的 DNS 查询请求转发到解析器。
- endpoint_
id str - 终端节点的 ID。
- endpoint_
type str - 终端节点类型。IPv4:IPv4 节点。DualStack:双栈节点。
- id str
- Uniquely identifies the resource.
- ip_
configs Sequence[GetResolver Endpoint Ip Config] - 终端节点的可用区、子网和 IP 配置。
- name str
- 终端节点的名称。支持 UTF-8 格式。
- project_
name str - 终端节点所属的项目名称。默认为 default。
- security_
group_ strid - 适用于终端节点 IP 地址的安全组 ID。终端节点默认会使用预设安全组:对于出站终端节点:入方向拒绝流量通行;出方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口。对于入站终端节点:入方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口;出方向拒绝流量通行。
- status str
- 终端节点的状态。Creating:创建中。Running:运行中。Updating:更新中。Error:运行异常。
-
Sequence[Get
Resolver Endpoint Tag] - 标签列表。
- updated_
time str - 更新时间
- vpc_
id str - 终端节点所在的 VPC 的 ID。
- vpc_
region str - 终端节点所在的 VPC 的地域。
- created
Time String - 创建时间
- direction String
- 终端节点的 DNS 请求转发方向。OUTBOUND:(默认)出站终端节点,把来自 VPC 内的 DNS 查询请求转发到外部的 DNS 服务器。INBOUND:入站终端节点,把来自外部的 DNS 查询请求转发到解析器。
- endpoint
Id String - 终端节点的 ID。
- endpoint
Type String - 终端节点类型。IPv4:IPv4 节点。DualStack:双栈节点。
- id String
- Uniquely identifies the resource.
- ip
Configs List<Property Map> - 终端节点的可用区、子网和 IP 配置。
- name String
- 终端节点的名称。支持 UTF-8 格式。
- project
Name String - 终端节点所属的项目名称。默认为 default。
- security
Group StringId - 适用于终端节点 IP 地址的安全组 ID。终端节点默认会使用预设安全组:对于出站终端节点:入方向拒绝流量通行;出方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口。对于入站终端节点:入方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口;出方向拒绝流量通行。
- status String
- 终端节点的状态。Creating:创建中。Running:运行中。Updating:更新中。Error:运行异常。
- List<Property Map>
- 标签列表。
- updated
Time String - 更新时间
- vpc
Id String - 终端节点所在的 VPC 的 ID。
- vpc
Region String - 终端节点所在的 VPC 的地域。
Supporting Types
GetResolverEndpointIpConfig
GetResolverEndpointTag
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
volcenginecc v0.0.11 published on Thursday, Dec 4, 2025 by Volcengine
