Updates a guardrail with the values you specify.
See https://www.paws-r-sdk.com/docs/bedrock_update_guardrail/ for full documentation.
bedrock_update_guardrail(
guardrailIdentifier,
name,
description = NULL,
topicPolicyConfig = NULL,
contentPolicyConfig = NULL,
wordPolicyConfig = NULL,
sensitiveInformationPolicyConfig = NULL,
contextualGroundingPolicyConfig = NULL,
blockedInputMessaging,
blockedOutputsMessaging,
kmsKeyId = NULL
)
[required] The unique identifier of the guardrail. This can be an ID or the ARN.
[required] A name for the guardrail.
A description of the guardrail.
The topic policy to configure for the guardrail.
The content policy to configure for the guardrail.
The word policy to configure for the guardrail.
The sensitive information policy to configure for the guardrail.
The contextual grounding policy configuration used to update a guardrail.
[required] The message to return when the guardrail blocks a prompt.
[required] The message to return when the guardrail blocks a model response.
The ARN of the KMS key with which to encrypt the guardrail.