This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppStream::Stack AgentAccessSetting
A permission setting for an agent action. Each setting specifies an agent action and whether it is enabled or disabled.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AgentAction" :String, "Permission" :String}
YAML
AgentAction:StringPermission:String
Properties
AgentAction-
The agent action to configure. Valid values are COMPUTER_VISION, COMPUTER_INPUT, and FORWARD_MCP_TOOLS. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.
Required: Yes
Type: String
Allowed values:
COMPUTER_VISION | COMPUTER_INPUT | FORWARD_MCP_TOOLSUpdate requires: No interruption
Permission-
Whether the agent action is enabled or disabled.
Required: Yes
Type: String
Allowed values:
ENABLED | DISABLEDUpdate requires: No interruption