Managing Amazon Q Business admin
controls and guardrails
To manage Amazon Q Business admin controls and guardrails, you can take the
following actions:
You can't create or delete guardrail global controls. You can only update
existing global controls in your application environment.
Deleting topic controls
To delete configured chat controls, you can use AWS Management Console or the DeleteChatControlsConfiguration
API operation. The following tabs provide a procedure for the console and code
examples for the AWS CLI.
- Console
-
To delete topic controls
-
Sign in to the AWS Management Console and open the Amazon Q Business console.
-
In Applications, select the name of
your application environment from the list of applications.
-
From the left navigation menu, choose
Enhancements, and then choose
Guardrails.
-
In Guardrails, from Topic
specific controls, choose the topic control
you want to delete, and then choose
Delete.
-
In the dialog box, type delete
to
confirm your action.
The console displays a successful deletion message when
the plugin deletion process is finished.
- AWS CLI
-
To delete a topic specific
control
aws qbusiness delete-chat-controls-configuration \
--application-id application-id
Getting topic control
properties
To get the details of Amazon Q Business topic controls, you can use
either the AWS Management Console or the GetChatControlsConfiguration API
operation. The following tabs provide a procedure for the console and code
examples for the AWS CLI.
- Console
-
To get configured details for admin controls
and guardails
-
Sign in to the AWS Management Console and open the Amazon Q Business console.
-
From the Amazon Q Business console, in
Applications, select the name of
your application environment from the list of applications.
-
From the left navigation menu, choose
Enhancements, and then choose
Admin controls and
guardrails.
You will find the details of your configured
Global controls and Topic
specific controls on the page.
- AWS CLI
-
To get admin controls and guardrails
details
aws qbusiness get-chat-control-configuration \
--application-id application-id