AWS AWSCloudFormation documentation change
Summary
Added documentation for input/output content blocking actions and evaluation controls
Security assessment
Describes security mechanisms for harmful content handling without evidence of fixing existing security flaws
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-wordconfig.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-wordconfig.md index 639c586b8..90860057a 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-wordconfig.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrock-guardrail-wordconfig.md @@ -42 +42,8 @@ To declare this entity in your AWS CloudFormation template, use the following sy -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. + + + @@ -55 +62 @@ _Required_ : No -Property description not available. +Specifies whether to enable guardrail evaluation on the intput. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response. @@ -66 +73,8 @@ _Required_ : No -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. + + + @@ -79 +93 @@ _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.