Interface CfnService.IDnsEntryProperty
Describes the DNS information of a service.
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnService.IDnsEntryProperty
Syntax (vb)
Public Interface 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
Properties
DomainName | The domain name of the service. |
HostedZoneId | The ID of the hosted zone. |
Properties
DomainName
The domain name of the service.
string? DomainName { get; }
Property Value
Remarks
HostedZoneId
The ID of the hosted zone.
string? HostedZoneId { get; }