AWS::QuickSight::AgentResource Type definition for AWS::QuickSight::Agent
12 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AgentId | string | RequiredCreate-only |
AwsAccountId | string | RequiredCreate-only |
Name | string | Required |
ActionConnectors | Array<string> | |
AgentLifecycle | string | Create-only |
CustomPromptInput | CustomPromptInput | Write-only |
Description | string | |
IconId | string | |
Spaces | Array<string> | |
StarterPrompts | Array<string> | |
Tags | Array<AgentTag> | |
WelcomeMessage | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AgentStatus | string | The current status of the agent. One of ACTIVE, CREATING, UPDATING, or FAILED. |
Arn | string | The Amazon Resource Name (ARN) of the agent. |
CreatedAt | string | The date and time the agent was created. |
Creator | string | The ARN of the user who created the agent. |
CustomPromptInterface | CustomPromptInterface | - |
ErrorMessage | string | The error message if the agent is in FAILED status. |
UpdatedAt | string | The date and time the agent was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::Agent
Resources:
MyResource:
Type: AWS::QuickSight::Agent
Properties:
AwsAccountId: "my-awsaccountid"
AgentId: "my-agentid"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
quicksight:CreateAgentquicksight:DescribeAgentquicksight:TagResourcequicksight:ListTagsForResourcequicksight:DescribeAgentquicksight:DescribeAgentPermissionsquicksight:ListTagsForResourcequicksight:UpdateAgentquicksight:DescribeAgentquicksight:DescribeAgentPermissionsquicksight:UpdateAgentPermissionsquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResourcequicksight:DeleteAgentquicksight:DescribeAgentquicksight:ListTagsForResourcequicksight:UntagResourcequicksight:ListAgentsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAwsAccountIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AwsAccountIdAgentIdAgentLifecycle