AWS cli documentation change
Summary
Added documentation for MediaConnectRouterSettings output configuration including encryption options (AUTOMATIC/SECRETS_MANAGER) and SecretArn parameter
Security assessment
The change documents encryption configuration options for MediaConnect Router outputs, explaining how to use service-managed secrets or customer-provided secrets via Secrets Manager. While this adds security-related documentation about data encryption in transit, there's no evidence of it addressing a specific vulnerability or security incident.
Diff
diff --git a/cli/latest/reference/medialive/list-channels.md b/cli/latest/reference/medialive/list-channels.md index 419f4f64c..ee1e60038 100644 --- a//cli/latest/reference/medialive/list-channels.md +++ b//cli/latest/reference/medialive/list-channels.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -385,0 +386,23 @@ Channels -> (list) +>>>> +>>>> MediaConnectRouterSettings -> (list) +>>>> +>>>>> Destination settings for a MediaConnect Router output; one destination for each redundant encoder. +>>>>> +>>>>> (structure) +>>>>> +>>>>>> MediaConnect Router Output Destination Settings +>>>>>> +>>>>>> EncryptionType -> (string) +>>>>>> +>>>>>>> Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead. +>>>>>>> +>>>>>>> Possible values: +>>>>>>> +>>>>>>> * `AUTOMATIC` +>>>>>>> * `SECRETS_MANAGER` +>>>>>>> + +>>>>>> +>>>>>> SecretArn -> (string) +>>>>>> +>>>>>>> ARN of the secret used to encrypt this input. Used only with the SECRETS_MANAGER encryption type. @@ -1215 +1238 @@ NextToken -> (string) - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) »