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