AWS amazondynamodb documentation change
Summary
Fixed markdown formatting in documentation links
Security assessment
Cosmetic formatting change with no security implications
Diff
diff --git a/amazondynamodb/latest/developerguide/attribute-based-access-control.md b/amazondynamodb/latest/developerguide/attribute-based-access-control.md index 6590cab75..65e9afc7b 100644 --- a/amazondynamodb/latest/developerguide/attribute-based-access-control.md +++ b/amazondynamodb/latest/developerguide/attribute-based-access-control.md @@ -9 +9 @@ Why should I use ABAC?Condition keysConsiderations -[Attribute-based access control (ABAC)](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_attribute-based-access-control.html) is an authorization strategy that defines access permissions based on [tag conditions](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html) in your identity-based policies or other AWS policies, such as resource-based policies and organization IAM policies. You can attach tags to DynamoDB tables, which are then evaluated against the tag-based conditions. The indexes associated with a table inherit the tags you add to the table. You can add up to 50 tags for each DynamoDB table. The maximum size supported for all the tags in a table is 10 KB. For more information about tagging DynamoDB resources and tagging restrictions, see [Tagging resources in DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.Operations.html) and [Tagging restrictions in DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TaggingRestrictions.html). +[Attribute-based access control (ABAC)](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_attribute-based-access-control.html) is an authorization strategy that defines access permissions based on [tag conditions](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html) in your identity-based policies or other AWS policies, such as resource-based policies and organization IAM policies. You can attach tags to DynamoDB tables, which are then evaluated against the tag-based conditions. The indexes associated with a table inherit the tags you add to the table. You can add up to 50 tags for each DynamoDB table. The maximum size supported for all the tags in a table is 10 KB. For more information about tagging DynamoDB resources and tagging restrictions, see [ Tagging resources in DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.Operations.html) and [Tagging restrictions in DynamoDB](./Tagging.html#TaggingRestrictions).