Class ResolverEndpointArgs
Inherited Members
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 ResolverEndpointArgs : ResourceArgs
Constructors
View SourceResolverEndpointArgs()
Declaration
public ResolverEndpointArgs()
Properties
View SourceDirection
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> |
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<ResolverEndpointIpAddressArgs> IpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ResolverEndpointIpAddressArgs> |
Name
The friendly name of the Route 53 Resolver endpoint.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |