We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
Resource schema for AWS::Route53GlobalResolver::GlobalResolver
Create GlobalResolver Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GlobalResolver(name: string, args: GlobalResolverArgs, opts?: CustomResourceOptions);@overload
def GlobalResolver(resource_name: str,
args: GlobalResolverArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GlobalResolver(resource_name: str,
opts: Optional[ResourceOptions] = None,
regions: Optional[Sequence[str]] = None,
client_token: Optional[str] = None,
description: Optional[str] = None,
ip_address_type: Optional[GlobalResolverIpAddressType] = None,
name: Optional[str] = None,
observability_region: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewGlobalResolver(ctx *Context, name string, args GlobalResolverArgs, opts ...ResourceOption) (*GlobalResolver, error)public GlobalResolver(string name, GlobalResolverArgs args, CustomResourceOptions? opts = null)
public GlobalResolver(String name, GlobalResolverArgs args)
public GlobalResolver(String name, GlobalResolverArgs args, CustomResourceOptions options)
type: aws-native:route53globalresolver:GlobalResolver
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GlobalResolverArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GlobalResolverArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GlobalResolverArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GlobalResolverArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GlobalResolverArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
GlobalResolver Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GlobalResolver resource accepts the following input properties:
- Regions List<string>
- Client
Token string - Description string
- Ip
Address Pulumi.Type Aws Native. Route53Global Resolver. Global Resolver Ip Address Type - Name string
- Observability
Region string -
List<Pulumi.
Aws Native. Inputs. Tag>
- Regions []string
- Client
Token string - Description string
- Ip
Address GlobalType Resolver Ip Address Type - Name string
- Observability
Region string -
Tag
Args
- regions List<String>
- client
Token String - description String
- ip
Address GlobalType Resolver Ip Address Type - name String
- observability
Region String - List<Tag>
- regions string[]
- client
Token string - description string
- ip
Address GlobalType Resolver Ip Address Type - name string
- observability
Region string - Tag[]
- regions Sequence[str]
- client_
token str - description str
- ip_
address_ Globaltype Resolver Ip Address Type - name str
- observability_
region str -
Sequence[Tag
Args]
- regions List<String>
- client
Token String - description String
- ip
Address "IPV4" | "DUAL_STACK"Type - name String
- observability
Region String - List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the GlobalResolver resource produces the following output properties:
- Arn string
- Created
At string - Dns
Name string - Global
Resolver stringId - IPv4Addresses List<string>
- IPv6Addresses List<string>
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Route53Global Resolver. Global Resolver Cr Resource Status - Updated
At string
- Arn string
- Created
At string - Dns
Name string - Global
Resolver stringId - IPv4Addresses []string
- IPv6Addresses []string
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Global
Resolver Cr Resource Status - Updated
At string
- arn String
- created
At String - dns
Name String - global
Resolver StringId - i
Pv4Addresses List<String> - i
Pv6Addresses List<String> - id String
- The provider-assigned unique ID for this managed resource.
- status
Global
Resolver Cr Resource Status - updated
At String
- arn string
- created
At string - dns
Name string - global
Resolver stringId - i
Pv4Addresses string[] - i
Pv6Addresses string[] - id string
- The provider-assigned unique ID for this managed resource.
- status
Global
Resolver Cr Resource Status - updated
At string
- arn str
- created_
at str - dns_
name str - global_
resolver_ strid - i_
pv4_ Sequence[str]addresses - i_
pv6_ Sequence[str]addresses - id str
- The provider-assigned unique ID for this managed resource.
- status
Global
Resolver Cr Resource Status - updated_
at str
- arn String
- created
At String - dns
Name String - global
Resolver StringId - i
Pv4Addresses List<String> - i
Pv6Addresses List<String> - id String
- The provider-assigned unique ID for this managed resource.
- status "CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING"
- updated
At String
Supporting Types
GlobalResolverCrResourceStatus, GlobalResolverCrResourceStatusArgs
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Deleting
DELETING
- Global
Resolver Cr Resource Status Creating CREATING- Global
Resolver Cr Resource Status Operational OPERATIONAL- Global
Resolver Cr Resource Status Updating UPDATING- Global
Resolver Cr Resource Status Deleting DELETING
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Deleting
DELETING
- Creating
CREATING- Operational
OPERATIONAL- Updating
UPDATING- Deleting
DELETING
- CREATING
CREATING- OPERATIONAL
OPERATIONAL- UPDATING
UPDATING- DELETING
DELETING
- "CREATING"
CREATING- "OPERATIONAL"
OPERATIONAL- "UPDATING"
UPDATING- "DELETING"
DELETING
GlobalResolverIpAddressType, GlobalResolverIpAddressTypeArgs
- Ipv4
IPV4- Dual
Stack DUAL_STACK
- Global
Resolver Ip Address Type Ipv4 IPV4- Global
Resolver Ip Address Type Dual Stack DUAL_STACK
- Ipv4
IPV4- Dual
Stack DUAL_STACK
- Ipv4
IPV4- Dual
Stack DUAL_STACK
- IPV4
IPV4- DUAL_STACK
DUAL_STACK
- "IPV4"
IPV4- "DUAL_STACK"
DUAL_STACK
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 23, 2026 by Pulumi
