AWS::Chatbot::CustomActionDefinition of AWS::Chatbot::CustomAction Resource Type
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ActionName | string | RequiredCreate-only |
Definition | CustomActionDefinition | Required |
AliasName | string | |
Attachments | Array<CustomActionAttachment> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CustomActionArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Chatbot::CustomAction
Resources:
MyResource:
Type: AWS::Chatbot::CustomAction
Properties:
ActionName: "my-actionname"
Definition: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
chatbot:CreateCustomActionchatbot:GetCustomActionchatbot:TagResourcechatbot:ListTagsForResourcechatbot:GetCustomActionchatbot:ListTagsForResourcechatbot:UpdateCustomActionchatbot:GetCustomActionchatbot:TagResourcechatbot:UntagResourcechatbot:ListTagsForResourcechatbot:DeleteCustomActionchatbot:ListCustomActionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCustomActionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ActionName