AWS::VpcLattice::ServiceNetworkVpcAssociation DnsOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::VpcLattice::ServiceNetworkVpcAssociation DnsOptions

The DNS configuration options.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PrivateDnsPreference" : String, "PrivateDnsSpecifiedDomains" : [ String, ... ] }

Properties

PrivateDnsPreference

The preference for which private domains have a private hosted zone created for and associated with the specified VPC. Only supported when private DNS is enabled and when the VPC endpoint type is ServiceNetwork or Resource.

Required: No

Type: String

Allowed values: VERIFIED_DOMAINS_ONLY | ALL_DOMAINS | VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS | SPECIFIED_DOMAINS_ONLY

Update requires: Replacement

PrivateDnsSpecifiedDomains

Indicates which of the private domains to create private hosted zones for and associate with the specified VPC. Only supported when private DNS is enabled and the private DNS preference is VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS or SPECIFIED_DOMAINS_ONLY.

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 255 | 10

Update requires: Replacement