Class ServiceDnsConfigArgs
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.ServiceDiscovery.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceDnsConfigArgs : ResourceArgs
Constructors
View SourceServiceDnsConfigArgs()
Declaration
public ServiceDnsConfigArgs()
Properties
View SourceDnsRecords
An array that contains one DnsRecord object for each resource record set.
Declaration
public InputList<ServiceDnsConfigDnsRecordArgs> DnsRecords { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceDnsConfigDnsRecordArgs> |
NamespaceId
The ID of the namespace to use for DNS configuration.
Declaration
public Input<string> NamespaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoutingPolicy
The routing policy that you want to apply to all records that Route 53 creates when you register an instance and specify the service. Valid Values: MULTIVALUE, WEIGHTED
Declaration
public Input<string> RoutingPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |