AWS Fundamentals Logo
AWS Fundamentals
AWS::Chime::AppInstance

Chime AppInstance

Resource Type definition for AWS::Chime::AppInstance

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Metadata
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
AppInstanceArnstringThe Amazon Resource Number (ARN) of the AppInstance.
CreatedTimestampnumberThe time at which an AppInstance was created. In epoch milliseconds.
LastUpdatedTimestampnumberThe time an AppInstance 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::AppInstance

Resources:
  MyResource:
    Type: AWS::Chime::AppInstance
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

chime:CreateAppInstancechime:DescribeAppInstancechime:TagResourcechime:ListTagsForResource

read

chime:DescribeAppInstancechime:ListTagsForResource

update

chime:UpdateAppInstancechime:DescribeAppInstancechime:TagResourcechime:UntagResourcechime:ListTagsForResource

delete

chime:DeleteAppInstancechime:DescribeAppInstance

list

chime:ListAppInstances

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
Properties6
Required1
TaggingSupported
Primary IDAppInstanceArn

Supported Operations

CreateReadUpdateDeleteList

External Links