AWS AWSCloudFormation documentation change
Summary
Updated tag property documentation with explicit constraints on key naming and values.
Security assessment
Adds security best practices for tag management (prohibiting 'aws:' prefix) but doesn't address a specific vulnerability.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-tag.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-tag.md index 86c914005..befeb879e 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-tag.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-quicksight-actionconnector-tag.md @@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `Tag` property type specifies Property description not available. for an [AWS::QuickSight::ActionConnector](./aws-resource-quicksight-actionconnector.html). +A key-value pair to associate with a resource. @@ -36 +36 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length. The key is case-sensitive and can't be prefixed with `aws:`. @@ -51 +51 @@ _Required_ : Yes -Property description not available. +The value for the tag. You can specify a value that's 0 to 256 Unicode characters in length. The value is case-sensitive.