Show / Hide Table of Contents

Class ResolverRuleTargetIpArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResolverRuleTargetIpArgs
Inherited Members
ResourceArgs.Empty
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 ResolverRuleTargetIpArgs : ResourceArgs

Constructors

View Source

ResolverRuleTargetIpArgs()

Declaration
public ResolverRuleTargetIpArgs()

Properties

View Source

Ip

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.