AWS cli documentation change
Summary
Added private DNS configuration options with granular domain control preferences
Security assessment
New DNS options provide security controls for private domain management, including verification requirements for hosted zones, but no specific vulnerability is addressed
Diff
diff --git a/cli/latest/reference/vpc-lattice/list-service-network-vpc-associations.md b/cli/latest/reference/vpc-lattice/list-service-network-vpc-associations.md index cd4529715..ce8430bd7 100644 --- a//cli/latest/reference/vpc-lattice/list-service-network-vpc-associations.md +++ b//cli/latest/reference/vpc-lattice/list-service-network-vpc-associations.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -367,0 +368,48 @@ items -> (list) +>> +>> privateDnsEnabled -> (boolean) +>> +>>> Indicates if private DNS is enabled for the service network VPC association. +>> +>> dnsOptions -> (structure) +>> +>>> The DNS options for the service network VPC association. +>>> +>>> privateDnsPreference -> (string) +>>> +>>>> 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. +>>>> +>>>> * `ALL_DOMAINS` \- VPC Lattice provisions private hosted zones for all custom domain names. +>>>> * `VERIFIED_DOMAINS_ONLY` \- VPC Lattice provisions a private hosted zone only if custom domain name has been verified by the provider. +>>>> * `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` \- VPC Lattice provisions private hosted zones for all verified custom domain names and other domain names that the resource consumer specifies. The resource consumer specifies the domain names in the privateDnsSpecifiedDomains parameter. +>>>> * `SPECIFIED_DOMAINS_ONLY` \- VPC Lattice provisions a private hosted zone for domain names specified by the resource consumer. The resource consumer specifies the domain names in the privateDnsSpecifiedDomains parameter. +>>>> + +>>>> +>>>> Possible values: +>>>> +>>>> * `VERIFIED_DOMAINS_ONLY` +>>>> * `ALL_DOMAINS` +>>>> * `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` +>>>> * `SPECIFIED_DOMAINS_ONLY` +>>>> + +>>> +>>> privateDnsSpecifiedDomains -> (list) +>>> +>>>> 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` . +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `10` +>>>> + +>>>> +>>>> (string) +>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `1` +>>>>> * max: `255` +>>>>> + @@ -406 +454 @@ nextToken -> (string) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »