AWS batch documentation change
Summary
Formatting fix in CLI command references (added space after '>' in markdown links).
Security assessment
Purely cosmetic markdown syntax correction for command references. No impact on security-related content or procedures.
Diff
diff --git a/batch/latest/userguide/specifying-sensitive-data-secrets.md b/batch/latest/userguide/specifying-sensitive-data-secrets.md index bf85cace5..6e1333c67 100644 --- a//batch/latest/userguide/specifying-sensitive-data-secrets.md +++ b//batch/latest/userguide/specifying-sensitive-data-secrets.md @@ -129 +129 @@ The following is a snippet of a task definition showing the format when referenc -The following shows an example output from a [get-secret-value](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/get-secret-value.html) command that displays the contents of a secret along with the version staging label and version ID associated with it. +The following shows an example output from a [ >get-secret-value](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/get-secret-value.html) command that displays the contents of a secret along with the version staging label and version ID associated with it. @@ -157 +157 @@ Reference a specific key from the previous output in a container definition by s -The following shows an example output from a [describe-secret](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/describe-secret.html) command that displays the unencrypted contents of a secret along with the metadata for all versions of the secret. +The following shows an example output from a [ >describe-secret](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/describe-secret.html) command that displays the unencrypted contents of a secret along with the metadata for all versions of the secret.