AWS cli documentation change
Summary
Updated output documentation to include trusted identity propagation status, Amazon Q connection properties, scope parameter, and CLI version reference
Security assessment
Added documentation for enableTrustedIdentityPropagation field and authentication mode details in Amazon Q properties, which describe security features but do not address specific vulnerabilities
Diff
diff --git a/cli/latest/reference/datazone/get-connection.md b/cli/latest/reference/datazone/get-connection.md index f76f83294..1a46ddcdb 100644 --- a//cli/latest/reference/datazone/get-connection.md +++ b//cli/latest/reference/datazone/get-connection.md @@ -15 +15 @@ - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) » @@ -358,0 +359,4 @@ physicalEndpoints -> (list) +>> +>> enableTrustedIdentityPropagation -> (boolean) +>> +>>> Specified whether trusted identity propagation for the connection is enabled. @@ -640,0 +645 @@ physicalEndpoints -> (list) +>>>> * `AMAZON_Q` @@ -876 +881,32 @@ props -> (tagged union structure) -> This is a Tagged Union structure. Only one of the following top level keys can be set: `athenaProperties`, `glueProperties`, `hyperPodProperties`, `iamProperties`, `redshiftProperties`, `s3Properties`, `sparkEmrProperties`, `sparkGlueProperties`. +> This is a Tagged Union structure. Only one of the following top level keys can be set: `amazonQProperties`, `athenaProperties`, `glueProperties`, `hyperPodProperties`, `iamProperties`, `redshiftProperties`, `s3Properties`, `sparkEmrProperties`, `sparkGlueProperties`. +> +> amazonQProperties -> (structure) +> +>> The Amazon Q properties of the connection. +>> +>> authMode -> (string) +>> +>>> The authentication mode of the connection’s Amazon Q properties. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `128` +>>> + +>> +>> isEnabled -> (boolean) [required] +>> +>>> Specifies whether Amazon Q is enabled for the connection. +>> +>> profileArn -> (string) +>> +>>> The profile ARN of the connection’s Amazon Q properties. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `2048` +>>> * pattern: `^arn:aws[a-z\-]*:[a-z0-9\-]+:[a-z0-9\-]*:[0-9]*:.*` +>>> + @@ -1293,0 +1330,11 @@ props -> (tagged union structure) +scope -> (string) + +> The scope of the connection. +> +> Possible values: +> +> * `DOMAIN` +> * `PROJECT` +> + + @@ -1319,0 +1367 @@ type -> (string) +> * `AMAZON_Q` @@ -1333 +1381 @@ type -> (string) - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) »