aws-cdk-lib.aws_vpclattice.CfnService.DnsEntryProperty

interface DnsEntryProperty

LanguageType name
.NETAmazon.CDK.AWS.VpcLattice.CfnService.DnsEntryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnService_DnsEntryProperty
Javasoftware.amazon.awscdk.services.vpclattice.CfnService.DnsEntryProperty
Pythonaws_cdk.aws_vpclattice.CfnService.DnsEntryProperty
TypeScript aws-cdk-lib » aws_vpclattice » CfnService » DnsEntryProperty

Describes the DNS information of a service.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from 'aws-cdk-lib';
const dnsEntryProperty: vpclattice.CfnService.DnsEntryProperty = {
  domainName: 'domainName',
  hostedZoneId: 'hostedZoneId',
};

Properties

NameTypeDescription
domainName?stringThe domain name of the service.
hostedZoneId?stringThe ID of the hosted zone.

domainName?

Type: string (optional)

The domain name of the service.


hostedZoneId?

Type: string (optional)

The ID of the hosted zone.