1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53resolver
  5. ResolverEndpoint

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

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.route53resolver.ResolverEndpoint

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Resource type definition for AWS::Route53Resolver::ResolverEndpoint

    Create ResolverEndpoint Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ResolverEndpoint(name: string, args: ResolverEndpointArgs, opts?: CustomResourceOptions);
    @overload
    def ResolverEndpoint(resource_name: str,
                         args: ResolverEndpointArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ResolverEndpoint(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         direction: Optional[str] = None,
                         ip_addresses: Optional[Sequence[ResolverEndpointIpAddressRequestArgs]] = None,
                         security_group_ids: Optional[Sequence[str]] = None,
                         name: Optional[str] = None,
                         outpost_arn: Optional[str] = None,
                         preferred_instance_type: Optional[str] = None,
                         protocols: Optional[Sequence[str]] = None,
                         resolver_endpoint_type: Optional[ResolverEndpointType] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewResolverEndpoint(ctx *Context, name string, args ResolverEndpointArgs, opts ...ResourceOption) (*ResolverEndpoint, error)
    public ResolverEndpoint(string name, ResolverEndpointArgs args, CustomResourceOptions? opts = null)
    public ResolverEndpoint(String name, ResolverEndpointArgs args)
    public ResolverEndpoint(String name, ResolverEndpointArgs args, CustomResourceOptions options)
    
    type: aws-native:route53resolver:ResolverEndpoint
    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 ResolverEndpointArgs
    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 ResolverEndpointArgs
    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 ResolverEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ResolverEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ResolverEndpointArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ResolverEndpoint 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 ResolverEndpoint resource accepts the following input properties:

    Direction string
    Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

    • INBOUND: allows DNS queries to your VPC from your network
    • OUTBOUND: allows DNS queries from your VPC to your network
    IpAddresses List<Pulumi.AwsNative.Route53Resolver.Inputs.ResolverEndpointIpAddressRequest>
    The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
    SecurityGroupIds List<string>
    The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
    Name string
    A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
    OutpostArn string
    The ARN (Amazon Resource Name) for the Outpost.
    PreferredInstanceType string
    The Amazon EC2 instance type.
    Protocols List<string>
    Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
    ResolverEndpointType Pulumi.AwsNative.Route53Resolver.ResolverEndpointType
    The Resolver endpoint IP address type.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    Direction string
    Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

    • INBOUND: allows DNS queries to your VPC from your network
    • OUTBOUND: allows DNS queries from your VPC to your network
    IpAddresses []ResolverEndpointIpAddressRequestArgs
    The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
    SecurityGroupIds []string
    The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
    Name string
    A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
    OutpostArn string
    The ARN (Amazon Resource Name) for the Outpost.
    PreferredInstanceType string
    The Amazon EC2 instance type.
    Protocols []string
    Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
    ResolverEndpointType ResolverEndpointType
    The Resolver endpoint IP address type.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    direction String
    Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

    • INBOUND: allows DNS queries to your VPC from your network
    • OUTBOUND: allows DNS queries from your VPC to your network
    ipAddresses List<ResolverEndpointIpAddressRequest>
    The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
    securityGroupIds List<String>
    The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
    name String
    A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
    outpostArn String
    The ARN (Amazon Resource Name) for the Outpost.
    preferredInstanceType String
    The Amazon EC2 instance type.
    protocols List<String>
    Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
    resolverEndpointType ResolverEndpointType
    The Resolver endpoint IP address type.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    direction string
    Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

    • INBOUND: allows DNS queries to your VPC from your network
    • OUTBOUND: allows DNS queries from your VPC to your network
    ipAddresses ResolverEndpointIpAddressRequest[]
    The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
    securityGroupIds string[]
    The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
    name string
    A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
    outpostArn string
    The ARN (Amazon Resource Name) for the Outpost.
    preferredInstanceType string
    The Amazon EC2 instance type.
    protocols string[]
    Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
    resolverEndpointType ResolverEndpointType
    The Resolver endpoint IP address type.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    direction str
    Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

    • INBOUND: allows DNS queries to your VPC from your network
    • OUTBOUND: allows DNS queries from your VPC to your network
    ip_addresses Sequence[ResolverEndpointIpAddressRequestArgs]
    The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
    security_group_ids Sequence[str]
    The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
    name str
    A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
    outpost_arn str
    The ARN (Amazon Resource Name) for the Outpost.
    preferred_instance_type str
    The Amazon EC2 instance type.
    protocols Sequence[str]
    Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
    resolver_endpoint_type ResolverEndpointType
    The Resolver endpoint IP address type.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    direction String
    Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

    • INBOUND: allows DNS queries to your VPC from your network
    • OUTBOUND: allows DNS queries from your VPC to your network
    ipAddresses List<Property Map>
    The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
    securityGroupIds List<String>
    The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
    name String
    A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
    outpostArn String
    The ARN (Amazon Resource Name) for the Outpost.
    preferredInstanceType String
    The Amazon EC2 instance type.
    protocols List<String>
    Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
    resolverEndpointType "IPV6" | "IPV4" | "DUALSTACK"
    The Resolver endpoint IP address type.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ResolverEndpoint resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
    HostVpcId string
    The ID of the VPC that you want to create the resolver endpoint in.
    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddressCount string
    The number of IP addresses that the resolver endpoint can use for DNS queries.
    ResolverEndpointId string
    The ID of the resolver endpoint.
    Arn string
    The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
    HostVpcId string
    The ID of the VPC that you want to create the resolver endpoint in.
    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddressCount string
    The number of IP addresses that the resolver endpoint can use for DNS queries.
    ResolverEndpointId string
    The ID of the resolver endpoint.
    arn String
    The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
    hostVpcId String
    The ID of the VPC that you want to create the resolver endpoint in.
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddressCount String
    The number of IP addresses that the resolver endpoint can use for DNS queries.
    resolverEndpointId String
    The ID of the resolver endpoint.
    arn string
    The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
    hostVpcId string
    The ID of the VPC that you want to create the resolver endpoint in.
    id string
    The provider-assigned unique ID for this managed resource.
    ipAddressCount string
    The number of IP addresses that the resolver endpoint can use for DNS queries.
    resolverEndpointId string
    The ID of the resolver endpoint.
    arn str
    The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
    host_vpc_id str
    The ID of the VPC that you want to create the resolver endpoint in.
    id str
    The provider-assigned unique ID for this managed resource.
    ip_address_count str
    The number of IP addresses that the resolver endpoint can use for DNS queries.
    resolver_endpoint_id str
    The ID of the resolver endpoint.
    arn String
    The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
    hostVpcId String
    The ID of the VPC that you want to create the resolver endpoint in.
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddressCount String
    The number of IP addresses that the resolver endpoint can use for DNS queries.
    resolverEndpointId String
    The ID of the resolver endpoint.

    Supporting Types

    ResolverEndpointIpAddressRequest, ResolverEndpointIpAddressRequestArgs

    SubnetId string
    The ID of the subnet that contains the IP address.
    Ip string
    The IPv4 address that you want to use for DNS queries.
    Ipv6 string
    The IPv6 address that you want to use for DNS queries.
    SubnetId string
    The ID of the subnet that contains the IP address.
    Ip string
    The IPv4 address that you want to use for DNS queries.
    Ipv6 string
    The IPv6 address that you want to use for DNS queries.
    subnetId String
    The ID of the subnet that contains the IP address.
    ip String
    The IPv4 address that you want to use for DNS queries.
    ipv6 String
    The IPv6 address that you want to use for DNS queries.
    subnetId string
    The ID of the subnet that contains the IP address.
    ip string
    The IPv4 address that you want to use for DNS queries.
    ipv6 string
    The IPv6 address that you want to use for DNS queries.
    subnet_id str
    The ID of the subnet that contains the IP address.
    ip str
    The IPv4 address that you want to use for DNS queries.
    ipv6 str
    The IPv6 address that you want to use for DNS queries.
    subnetId String
    The ID of the subnet that contains the IP address.
    ip String
    The IPv4 address that you want to use for DNS queries.
    ipv6 String
    The IPv6 address that you want to use for DNS queries.

    ResolverEndpointType, ResolverEndpointTypeArgs

    Ipv6
    IPV6
    Ipv4
    IPV4
    Dualstack
    DUALSTACK
    ResolverEndpointTypeIpv6
    IPV6
    ResolverEndpointTypeIpv4
    IPV4
    ResolverEndpointTypeDualstack
    DUALSTACK
    Ipv6
    IPV6
    Ipv4
    IPV4
    Dualstack
    DUALSTACK
    Ipv6
    IPV6
    Ipv4
    IPV4
    Dualstack
    DUALSTACK
    IPV6
    IPV6
    IPV4
    IPV4
    DUALSTACK
    DUALSTACK
    "IPV6"
    IPV6
    "IPV4"
    IPV4
    "DUALSTACK"
    DUALSTACK

    Tag, TagArgs

    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.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi