Class ConditionalForwaderArgs
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.DirectoryService
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ConditionalForwaderArgs : ResourceArgs
Constructors
View SourceConditionalForwaderArgs()
Declaration
public ConditionalForwaderArgs()
Properties
View SourceDirectoryId
The id of directory.
Declaration
public Input<string> DirectoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DnsIps
A list of forwarder IP addresses.
Declaration
public InputList<string> DnsIps { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |