AWS Fundamentals Logo
AWS Fundamentals
AWS::Chime::AppInstanceBot

Chime AppInstanceBot

Resource Type definition for AWS::Chime::AppInstanceBot

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AppInstanceArn
string
RequiredCreate-only
Configuration
Configuration
Required
Metadata
string
Name
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AppInstanceBotArnstringThe ARN of the AppInstanceBot.
CreatedTimestampnumberThe time at which the AppInstanceBot was created. In epoch milliseconds.
LastUpdatedTimestampnumberThe time at which the AppInstanceBot was last updated. In epoch milliseconds.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

chime:CreateAppInstanceBotchime:DescribeAppInstanceBotchime:TagResourcechime:ListTagsForResource

read

chime:DescribeAppInstanceBotchime:ListTagsForResource

update

chime:UpdateAppInstanceBotchime:DescribeAppInstanceBotchime:TagResourcechime:UntagResourcechime:ListTagsForResource

delete

chime:DeleteAppInstanceBotchime:DescribeAppInstanceBot

list

chime:ListAppInstanceBots

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceChime
Properties8
Required2
TaggingSupported
Primary IDAppInstanceBotArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AppInstanceArn

Related Resources

External Links