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::QuickSight::Agent
The AWS::QuickSight::Agent resource Property description not available. for QuickSight.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::Agent", "Properties" : { "ActionConnectors" :[ String, ... ], "AgentId" :String, "AgentLifecycle" :String, "AwsAccountId" :String, "CustomPromptInput" :CustomPromptInput, "Description" :String, "IconId" :String, "Name" :String, "Spaces" :[ String, ... ], "StarterPrompts" :[ String, ... ], "Tags" :[ AgentTag, ... ], "WelcomeMessage" :String} }
YAML
Type: AWS::QuickSight::Agent Properties: ActionConnectors:- StringAgentId:StringAgentLifecycle:StringAwsAccountId:StringCustomPromptInput:CustomPromptInputDescription:StringIconId:StringName:StringSpaces:- StringStarterPrompts:- StringTags:- AgentTagWelcomeMessage:String
Properties
ActionConnectors-
The Amazon Resource Names (ARNs) of the action connectors attached to the agent.
Required: No
Type: Array of String
Maximum:
10Update requires: No interruption
AgentId-
The unique identifier for the agent.
Required: Yes
Type: String
Pattern:
^[0-9a-zA-Z-_.+]+$Minimum:
1Maximum:
256Update requires: Replacement
AgentLifecycle-
The lifecycle state of the agent. Valid values are
PREVIEWandPUBLISHED.Required: No
Type: String
Allowed values:
PREVIEW | PUBLISHEDUpdate requires: Replacement
AwsAccountIdProperty description not available.
Required: Yes
Type: String
Pattern:
^[0-9]{12}$Minimum:
12Maximum:
12Update requires: Replacement
CustomPromptInputProperty description not available.
Required: No
Type: CustomPromptInput
Update requires: No interruption
Description-
A description of the agent.
Required: No
Type: String
Minimum:
0Maximum:
1000Update requires: No interruption
IconId-
The icon identifier for the agent.
Required: No
Type: String
Minimum:
1Maximum:
200Update requires: No interruption
Name-
The name of the agent.
Required: Yes
Type: String
Minimum:
1Maximum:
50Update requires: No interruption
Spaces-
The Amazon Resource Names (ARNs) of the spaces attached to the agent.
Required: No
Type: Array of String
Maximum:
10Update requires: No interruption
StarterPrompts-
A list of starter prompts that are displayed to users when they begin interacting with the agent.
Required: No
Type: Array of String
Maximum:
3Update requires: No interruption
Property description not available.
Required: No
Type: Array of AgentTag
Maximum:
200Update requires: No interruption
WelcomeMessage-
The welcome message that is displayed when a user starts a conversation with the agent.
Required: No
Type: String
Maximum:
300Update requires: No interruption
Return values
Ref
Fn::GetAtt
AgentStatus-
The status of the agent.
Arn-
The Amazon Resource Name (ARN) of the agent.
CreatedAt-
The date and time that the agent was created.
Creator-
The identity of the user who created the agent.
ErrorMessage-
An error message associated with the agent, if applicable.
UpdatedAt-
The date and time that the agent was last updated.