AWS Fundamentals Logo
AWS Fundamentals
AWS::Chime::AppInstanceUser

Chime AppInstanceUser

Resource Type definition for AWS::Chime::AppInstanceUser

Properties

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

Filter:
PropertyTypeFlags
AppInstanceArn
string
RequiredCreate-only
AppInstanceUserId
string
RequiredCreate-only
ExpirationSettings
ExpirationSettings
Metadata
string
Name
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
AppInstanceUserArnstring-

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::AppInstanceUser

Resources:
  MyResource:
    Type: AWS::Chime::AppInstanceUser
    Properties:
      AppInstanceArn: "arn:aws:service:region:account:resource"
      AppInstanceUserId: "my-appinstanceuserid"
      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:CreateAppInstanceUserchime:PutAppInstanceUserExpirationSettingschime:TagResource

read

chime:DescribeAppInstanceUserchime:ListTagsForResource

update

chime:UpdateAppInstanceUserchime:PutAppInstanceUserExpirationSettingschime:TagResourcechime:UntagResourcechime:ListTagsForResource

delete

chime:DescribeAppInstanceUserchime:DeleteAppInstanceUser

list

chime:ListAppInstanceUsers

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
Properties7
Required2
TaggingSupported
Primary IDAppInstanceUserArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AppInstanceArnAppInstanceUserId

Related Resources

External Links