Google Cloud v9.4.0 published on Tuesday, Nov 4, 2025 by Pulumi
gcp.servicenetworking.getPeeredDnsDomain
Start a Neo task
Explain and create a gcp.servicenetworking.getPeeredDnsDomain resource
Using getPeeredDnsDomain
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 getPeeredDnsDomain(args: GetPeeredDnsDomainArgs, opts?: InvokeOptions): Promise<GetPeeredDnsDomainResult>
function getPeeredDnsDomainOutput(args: GetPeeredDnsDomainOutputArgs, opts?: InvokeOptions): Output<GetPeeredDnsDomainResult>def get_peered_dns_domain(name: Optional[str] = None,
network: Optional[str] = None,
project: Optional[str] = None,
service: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPeeredDnsDomainResult
def get_peered_dns_domain_output(name: Optional[pulumi.Input[str]] = None,
network: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
service: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPeeredDnsDomainResult]func LookupPeeredDnsDomain(ctx *Context, args *LookupPeeredDnsDomainArgs, opts ...InvokeOption) (*LookupPeeredDnsDomainResult, error)
func LookupPeeredDnsDomainOutput(ctx *Context, args *LookupPeeredDnsDomainOutputArgs, opts ...InvokeOption) LookupPeeredDnsDomainResultOutput> Note: This function is named LookupPeeredDnsDomain in the Go SDK.
public static class GetPeeredDnsDomain
{
public static Task<GetPeeredDnsDomainResult> InvokeAsync(GetPeeredDnsDomainArgs args, InvokeOptions? opts = null)
public static Output<GetPeeredDnsDomainResult> Invoke(GetPeeredDnsDomainInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPeeredDnsDomainResult> getPeeredDnsDomain(GetPeeredDnsDomainArgs args, InvokeOptions options)
public static Output<GetPeeredDnsDomainResult> getPeeredDnsDomain(GetPeeredDnsDomainArgs args, InvokeOptions options)
fn::invoke:
function: gcp:servicenetworking/getPeeredDnsDomain:getPeeredDnsDomain
arguments:
# arguments dictionaryThe following arguments are supported:
getPeeredDnsDomain Result
The following output properties are available:
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.
