AWS cli documentation change
Summary
Added privateDnsEnabled flag, DNS options configuration, and updated CLI version
Security assessment
Documents DNS security controls including private DNS preferences and domain verification requirements, which help prevent unauthorized domain associations. No evidence of patching a vulnerability.
Diff
diff --git a/cli/latest/reference/vpc-lattice/get-service-network-vpc-association.md b/cli/latest/reference/vpc-lattice/get-service-network-vpc-association.md index 7f3a3f6e9..3171632a6 100644 --- a//cli/latest/reference/vpc-lattice/get-service-network-vpc-association.md +++ b//cli/latest/reference/vpc-lattice/get-service-network-vpc-association.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -360,0 +361,4 @@ securityGroupIds -> (list) +privateDnsEnabled -> (boolean) + +> Indicates if private DNS is enabled in the VPC association. + @@ -372,0 +377,44 @@ lastUpdatedAt -> (timestamp) +dnsOptions -> (structure) + +> 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` +>>> + + @@ -383 +431 @@ lastUpdatedAt -> (timestamp) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »