AWS::VpcLattice::ServiceNetworkVpcAssociation DnsOptions - AWS CloudFormation

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

AWS::VpcLattice::ServiceNetworkVpcAssociation DnsOptions

The DNS configuration options.

Syntax

To declare this entity in your 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