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 SourceIp
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 |
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> |