Show / Hide Table of Contents

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 Source

DnsRecords

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

NamespaceId

The ID of the namespace to use for DNS configuration.

Declaration
public readonly string NamespaceId
Field Value
Type Description
System.String
View Source

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