Show / Hide Table of Contents

Class ResolverRuleTargetIp

Inheritance
System.Object
ResolverRuleTargetIp
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResolverRuleTargetIp

Fields

View Source

Ip

One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.

Declaration
public readonly string Ip
Field Value
Type Description
System.String
View Source

Port

The port at ip that you want to forward DNS queries to. Default value is 53

Declaration
public readonly int? Port
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.