1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. route53globalresolver
  6. getGlobalResolver

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi

    Resource schema for AWS::Route53GlobalResolver::GlobalResolver

    Using getGlobalResolver

    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 getGlobalResolver(args: GetGlobalResolverArgs, opts?: InvokeOptions): Promise<GetGlobalResolverResult>
    function getGlobalResolverOutput(args: GetGlobalResolverOutputArgs, opts?: InvokeOptions): Output<GetGlobalResolverResult>
    def get_global_resolver(global_resolver_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetGlobalResolverResult
    def get_global_resolver_output(global_resolver_id: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetGlobalResolverResult]
    func LookupGlobalResolver(ctx *Context, args *LookupGlobalResolverArgs, opts ...InvokeOption) (*LookupGlobalResolverResult, error)
    func LookupGlobalResolverOutput(ctx *Context, args *LookupGlobalResolverOutputArgs, opts ...InvokeOption) LookupGlobalResolverResultOutput

    > Note: This function is named LookupGlobalResolver in the Go SDK.

    public static class GetGlobalResolver 
    {
        public static Task<GetGlobalResolverResult> InvokeAsync(GetGlobalResolverArgs args, InvokeOptions? opts = null)
        public static Output<GetGlobalResolverResult> Invoke(GetGlobalResolverInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGlobalResolverResult> getGlobalResolver(GetGlobalResolverArgs args, InvokeOptions options)
    public static Output<GetGlobalResolverResult> getGlobalResolver(GetGlobalResolverArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:route53globalresolver:getGlobalResolver
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGlobalResolver Result

    The following output properties are available:

    Arn string
    CreatedAt string
    Description string
    DnsName string
    GlobalResolverId string
    IPv4Addresses List<string>
    IPv6Addresses List<string>
    IpAddressType Pulumi.AwsNative.Route53GlobalResolver.GlobalResolverIpAddressType
    Name string
    ObservabilityRegion string
    Regions List<string>
    A list of regions the Global Resolver will exist in. This list cannot be updated and will stay fixed for the duration of the Global Resolver.
    Status Pulumi.AwsNative.Route53GlobalResolver.GlobalResolverCrResourceStatus
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    UpdatedAt string
    Arn string
    CreatedAt string
    Description string
    DnsName string
    GlobalResolverId string
    IPv4Addresses []string
    IPv6Addresses []string
    IpAddressType GlobalResolverIpAddressType
    Name string
    ObservabilityRegion string
    Regions []string
    A list of regions the Global Resolver will exist in. This list cannot be updated and will stay fixed for the duration of the Global Resolver.
    Status GlobalResolverCrResourceStatus
    Tags Tag
    UpdatedAt string
    arn String
    createdAt String
    description String
    dnsName String
    globalResolverId String
    iPv4Addresses List<String>
    iPv6Addresses List<String>
    ipAddressType GlobalResolverIpAddressType
    name String
    observabilityRegion String
    regions List<String>
    A list of regions the Global Resolver will exist in. This list cannot be updated and will stay fixed for the duration of the Global Resolver.
    status GlobalResolverCrResourceStatus
    tags List<Tag>
    updatedAt String
    arn string
    createdAt string
    description string
    dnsName string
    globalResolverId string
    iPv4Addresses string[]
    iPv6Addresses string[]
    ipAddressType GlobalResolverIpAddressType
    name string
    observabilityRegion string
    regions string[]
    A list of regions the Global Resolver will exist in. This list cannot be updated and will stay fixed for the duration of the Global Resolver.
    status GlobalResolverCrResourceStatus
    tags Tag[]
    updatedAt string
    arn str
    created_at str
    description str
    dns_name str
    global_resolver_id str
    i_pv4_addresses Sequence[str]
    i_pv6_addresses Sequence[str]
    ip_address_type GlobalResolverIpAddressType
    name str
    observability_region str
    regions Sequence[str]
    A list of regions the Global Resolver will exist in. This list cannot be updated and will stay fixed for the duration of the Global Resolver.
    status GlobalResolverCrResourceStatus
    tags Sequence[root_Tag]
    updated_at str
    arn String
    createdAt String
    description String
    dnsName String
    globalResolverId String
    iPv4Addresses List<String>
    iPv6Addresses List<String>
    ipAddressType "IPV4" | "DUAL_STACK"
    name String
    observabilityRegion String
    regions List<String>
    A list of regions the Global Resolver will exist in. This list cannot be updated and will stay fixed for the duration of the Global Resolver.
    status "CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING"
    tags List<Property Map>
    updatedAt String

    Supporting Types

    GlobalResolverCrResourceStatus

    GlobalResolverIpAddressType

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.63.0
    published on Monday, May 4, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.