Show / Hide Table of Contents

Class ResolverEndpointState

Inheritance
System.Object
InputArgs
ResourceArgs
ResolverEndpointState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Route53
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResolverEndpointState : ResourceArgs

Constructors

View Source

ResolverEndpointState()

Declaration
public ResolverEndpointState()

Properties

View Source

Arn

The ARN of the Route 53 Resolver endpoint.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Direction

The direction of DNS queries to or from the Route 53 Resolver endpoint. Valid values are INBOUND (resolver forwards DNS queries to the DNS service for a VPC from your network or another VPC) or OUTBOUND (resolver forwards DNS queries from the DNS service for a VPC to your network or another VPC).

Declaration
public Input<string> Direction { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HostVpcId

The ID of the VPC that you want to create the resolver endpoint in.

Declaration
public Input<string> HostVpcId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpAddresses

The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound endpoints). Described below.

Declaration
public InputList<ResolverEndpointIpAddressGetArgs> IpAddresses { get; set; }
Property Value
Type Description
InputList<ResolverEndpointIpAddressGetArgs>
View Source

Name

The friendly name of the Route 53 Resolver endpoint.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityGroupIds

The ID of one or more security groups that you want to use to control access to this VPC.

Declaration
public InputList<string> SecurityGroupIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.