AWS cli documentation change
Summary
Added --tags parameter documentation for attribute-based access control (ABAC)
Security assessment
Documents new tagging capability for access control purposes. While this relates to security features (ABAC), there is no evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/s3control/create-access-point.md b/cli/latest/reference/s3control/create-access-point.md index 8bd36dba2..6cad9ad79 100644 --- a//cli/latest/reference/s3control/create-access-point.md +++ b//cli/latest/reference/s3control/create-access-point.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -93,0 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/s3cont + [--tags <value>] @@ -261,0 +263,34 @@ JSON Syntax: +`--tags` (list) + +> An array of tags that you can apply to an access point. Tags are key-value pairs of metadata used to control access to your access points. For more information about tags, see [Using tags with Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html) . For information about tagging access points, see [Using tags for attribute-based access control (ABAC)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html#using-tags-for-abac) . +> +> (structure) +> +>> A key-value pair that you use to label your resources. You can add tags to new resources when you create them, or you can add tags to existing resources. Tags can help you organize, track costs for, and control access to resources. +>> +>> Key -> (string) +>> +>>> The key of the key-value pair of a tag added to your Amazon Web Services resource. A tag key can be up to 128 Unicode characters in length and is case-sensitive. System created tags that begin with `aws:` aren’t supported. +>> +>> Value -> (string) +>> +>>> The value of the key-value pair of a tag added to your Amazon Web Services resource. A tag value can be up to 256 Unicode characters in length and is case-sensitive. + +Shorthand Syntax: + + + Key=string,Value=string ... + + +JSON Syntax: + + + [ + { + "Key": "string", + "Value": "string" + } + ... + ] + + @@ -406 +441 @@ Alias -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »