Class ServiceDnsConfig
Inheritance
System.Object
ServiceDnsConfig
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceDnsConfig
Fields
View SourceDnsRecords
An array that contains one DnsRecord object for each resource record set.
Declaration
public readonly ImmutableArray<ServiceDnsConfigDnsRecord> DnsRecords
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ServiceDnsConfigDnsRecord> |
NamespaceId
The ID of the namespace to use for DNS configuration.
Declaration
public readonly string NamespaceId
Field Value
| Type | Description |
|---|---|
| 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 readonly string RoutingPolicy
Field Value
| Type | Description |
|---|---|
| System.String |