AWS IAM documentation change
Summary
Added documentation links for Attribute-Based Access Control and Streams/Time-to-Live scenarios
Security assessment
ABAC is a security feature for fine-grained access control, but the change only adds example links without indicating a security vulnerability fix
Diff
diff --git a/IAM/latest/UserGuide/service_code_examples_iam.md b/IAM/latest/UserGuide/service_code_examples_iam.md index 350880277..59241e4d3 100644 --- a//IAM/latest/UserGuide/service_code_examples_iam.md +++ b//IAM/latest/UserGuide/service_code_examples_iam.md @@ -813,0 +814,4 @@ From src/iam-service-lib.rs. + * [Set up Attribute-Based Access Control](./iam_example_dynamodb_Scenario_ABACSetup_section.html) + + * [Work with Streams and Time-to-Live](./iam_example_dynamodb_Scenario_StreamsAndTTL_section.html) +