Show / Hide Table of Contents

Interface CfnPrivateDnsNamespace.IPrivateDnsPropertiesMutableProperty

DNS properties for the private DNS namespace.

Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.AWS.ServiceDiscovery.dll
Syntax (csharp)
public interface IPrivateDnsPropertiesMutableProperty
Syntax (vb)
Public Interface IPrivateDnsPropertiesMutableProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-privatednsnamespace-privatednspropertiesmutable.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ServiceDiscovery;

var privateDnsPropertiesMutableProperty = new PrivateDnsPropertiesMutableProperty {
    Soa = new SOAProperty {
        Ttl = 123
    }
};

Synopsis

Properties

Soa

Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

Properties

Soa

Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

virtual object Soa { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-privatednsnamespace-privatednspropertiesmutable.html#cfn-servicediscovery-privatednsnamespace-privatednspropertiesmutable-soa

Back to top Generated by DocFX