Class ResolverRuleTargetIpGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResolverRuleTargetIpGetArgs : ResourceArgs
Constructors
View SourceResolverRuleTargetIpGetArgs()
Declaration
public ResolverRuleTargetIpGetArgs()
Properties
View SourceIp
One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
Declaration
public Input<string> Ip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
The port at ip that you want to forward DNS queries to. Default value is 53
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |