Class CfnService.DnsEntryProperty
Describes the DNS information of a service.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DnsEntryProperty : Object, CfnService.IDnsEntryProperty
Syntax (vb)
Public Class DnsEntryProperty
Inherits Object
Implements CfnService.IDnsEntryProperty
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.VpcLattice;
var dnsEntryProperty = new DnsEntryProperty {
DomainName = "domainName",
HostedZoneId = "hostedZoneId"
};
Synopsis
Constructors
Dns |
Properties
Domain |
The domain name of the service. |
Hosted |
The ID of the hosted zone. |
Constructors
DnsEntryProperty()
public DnsEntryProperty()
Properties
DomainName
The domain name of the service.
public string DomainName { get; set; }
Property Value
System.
Remarks
HostedZoneId
The ID of the hosted zone.
public string HostedZoneId { get; set; }
Property Value
System.