aws-cdk-lib.aws_vpclattice.CfnServiceNetworkServiceAssociation.DnsEntryProperty

interface DnsEntryProperty

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

DNS information about the 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.CfnServiceNetworkServiceAssociation.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.