AWS cli medium security documentation change
Summary
Added managedEndpointArn field with ARN pattern validation, increased max length constraints, and added managedEndpointCredentials structure with token/ID fields
Security assessment
Added ARN pattern validation and credential management fields (managedEndpointCredentials with token/ID) which directly relate to authentication security controls. CertificateData field addition also indicates enhanced security documentation
Diff
diff --git a/cli/latest/reference/datazone/update-connection.md b/cli/latest/reference/datazone/update-connection.md index 32647a5dc..0b094f96e 100644 --- a//cli/latest/reference/datazone/update-connection.md +++ b//cli/latest/reference/datazone/update-connection.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -455 +455,2 @@ JSON Syntax: ->>> * max: `256` +>>> * max: `2048` +>>> * pattern: `^arn:aws(-(cn|us-gov|iso(-[bef])?))?:(elasticmapreduce|emr-serverless|emr-containers):.*` @@ -490,0 +492,11 @@ JSON Syntax: +>> +>> managedEndpointArn -> (string) +>> +>>> The managed endpoint ARN of the EMR on EKS cluster. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `2048` +>>> + @@ -578,0 +591 @@ JSON Syntax: + "managedEndpointArn": "string", @@ -1589,0 +1603,4 @@ props -> (tagged union structure) +>> certificateData -> (string) +>> +>>> The certificate data of the EMR on EKS cluster. +>> @@ -1650,0 +1668,30 @@ props -> (tagged union structure) +>> 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. +>> @@ -1742 +1789 @@ type -> (string) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »