AWS::Chime::AppInstanceBotResource Type definition for AWS::Chime::AppInstanceBot
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppInstanceArn | string | RequiredCreate-only |
Configuration | Configuration | Required |
Metadata | string | |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AppInstanceBotArn | string | The ARN of the AppInstanceBot. |
CreatedTimestamp | number | The time at which the AppInstanceBot was created. In epoch milliseconds. |
LastUpdatedTimestamp | number | The time at which the AppInstanceBot was last updated. In epoch milliseconds. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Chime::AppInstanceBot
Resources:
MyResource:
Type: AWS::Chime::AppInstanceBot
Properties:
AppInstanceArn: "arn:aws:service:region:account:resource"
Configuration: "value"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
chime:CreateAppInstanceBotchime:DescribeAppInstanceBotchime:TagResourcechime:ListTagsForResourcechime:DescribeAppInstanceBotchime:ListTagsForResourcechime:UpdateAppInstanceBotchime:DescribeAppInstanceBotchime:TagResourcechime:UntagResourcechime:ListTagsForResourcechime:DeleteAppInstanceBotchime:DescribeAppInstanceBotchime:ListAppInstanceBotsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAppInstanceBotArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AppInstanceArn