interface DnsEntryProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.VpcLattice.CfnService.DnsEntryProperty |
Java | software.amazon.awscdk.services.vpclattice.CfnService.DnsEntryProperty |
Python | aws_cdk.aws_vpclattice.CfnService.DnsEntryProperty |
TypeScript | @aws-cdk/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 * as vpclattice from '@aws-cdk/aws-vpclattice';
const dnsEntryProperty: vpclattice.CfnService.DnsEntryProperty = {
domainName: 'domainName',
hostedZoneId: 'hostedZoneId',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The domain name of the service. |
hosted | string | The 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.