Class ResolverEndpointState
Inherited Members
Namespace: Pulumi.Aws.Route53
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResolverEndpointState : ResourceArgs
Constructors
View SourceResolverEndpointState()
Declaration
public ResolverEndpointState()
Properties
View SourceArn
The ARN of the Route 53 Resolver endpoint.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |