AWS cli medium security documentation change
Summary
Added certificate data and credential management fields to connection listings
Security assessment
Includes security-sensitive fields in connection listings such as certificate data and managed endpoint credentials with access token ARNs. Documents security aspects of connection enumeration.
Diff
diff --git a/cli/latest/reference/datazone/list-connections.md b/cli/latest/reference/datazone/list-connections.md index 52fa0b1cc..12ac3d9c3 100644 --- a//cli/latest/reference/datazone/list-connections.md +++ b//cli/latest/reference/datazone/list-connections.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -1212,0 +1213,4 @@ items -> (list) +>>>> certificateData -> (string) +>>>> +>>>>> The certificate data of the EMR on EKS cluster. +>>>> @@ -1273,0 +1278,30 @@ items -> (list) +>>>> managedEndpointArn -> (string) +>>>> +>>>>> The managed endpoint ARN of the EMR on EKS cluster. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `0` +>>>>> * max: `2048` +>>>>> + +>>>> +>>>> managedEndpointCredentials -> (structure) +>>>> +>>>>> The managed endpoint credentials of the EMR on EKS cluster. +>>>>> +>>>>> id -> (string) +>>>>> +>>>>>> The identifier of the managed endpoint credentials. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `0` +>>>>>> * max: `64` +>>>>>> + +>>>>> +>>>>> token -> (string) +>>>>> +>>>>>> The ARN of the managed endpoint credentials. +>>>> @@ -1376 +1410 @@ nextToken -> (string) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »