AWS secretsmanager documentation change
Summary
Updated example ARN with specific account ID
Security assessment
Example formatting change without security implications.
Diff
diff --git a/secretsmanager/latest/userguide/hardcoded-db-creds.md b/secretsmanager/latest/userguide/hardcoded-db-creds.md index 304fc3c3a..3330c2a16 100644 --- a//secretsmanager/latest/userguide/hardcoded-db-creds.md +++ b//secretsmanager/latest/userguide/hardcoded-db-creds.md @@ -83 +83 @@ JSON - "AWS": "arn:aws:iam::AccountId:role/RoleToRetrieveSecretAtRuntime" + "AWS": "arn:aws:iam::111122223333:role/RoleToRetrieveSecretAtRuntime"