AWS AWSCloudFormation documentation change
Summary
Added documentation for input/output content detection actions (BLOCK/NONE) and evaluation enablement
Security assessment
Clarifies security features for content moderation but doesn't reference patching vulnerabilities
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-topicconfig.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-topicconfig.md index f189fbcd4..0d698e2fb 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-topicconfig.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-topicconfig.md @@ -79 +79,8 @@ _Required_ : No -Property description not available. +Specifies the action to take when harmful content is detected in the input. Supported values include: + + * `BLOCK` – Block the content and replace it with blocked messaging. + + * `NONE` – Take no action but return detection information in the trace response. + + + @@ -92 +99 @@ _Required_ : No -Property description not available. +Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response. @@ -120 +127,8 @@ _Minimum_ : `1` -Property description not available. +Specifies the action to take when harmful content is detected in the output. Supported values include: + + * `BLOCK` – Block the content and replace it with blocked messaging. + + * `NONE` – Take no action but return detection information in the trace response. + + + @@ -133 +147 @@ _Required_ : No -Property description not available. +Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.