Show / Hide Table of Contents

Class ConditionalForwaderState

Inheritance
System.Object
InputArgs
ResourceArgs
ConditionalForwaderState
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.DirectoryService
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ConditionalForwaderState : ResourceArgs

Constructors

View Source

ConditionalForwaderState()

Declaration
public ConditionalForwaderState()

Properties

View Source

DirectoryId

The id of directory.

Declaration
public Input<string> DirectoryId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DnsIps

A list of forwarder IP addresses.

Declaration
public InputList<string> DnsIps { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

RemoteDomainName

The fully qualified domain name of the remote domain for which forwarders will be used.

Declaration
public Input<string> RemoteDomainName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.