Show / Hide Table of Contents

Class ServiceDnsConfigArgs

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

Constructors

View Source

ServiceDnsConfigArgs()

Declaration
public ServiceDnsConfigArgs()

Properties

View Source

DnsRecords

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

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>
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 Input<string> RoutingPolicy { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.