AWS::Chime::AppInstanceUserResource Type definition for AWS::Chime::AppInstanceUser
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppInstanceArn | string | RequiredCreate-only |
AppInstanceUserId | string | RequiredCreate-only |
ExpirationSettings | ExpirationSettings | |
Metadata | string | |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AppInstanceUserArn | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
chime:CreateAppInstanceUserchime:PutAppInstanceUserExpirationSettingschime:TagResourcechime:DescribeAppInstanceUserchime:ListTagsForResourcechime:UpdateAppInstanceUserchime:PutAppInstanceUserExpirationSettingschime:TagResourcechime:UntagResourcechime:ListTagsForResourcechime:DescribeAppInstanceUserchime:DeleteAppInstanceUserchime:ListAppInstanceUsersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAppInstanceUserArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AppInstanceArnAppInstanceUserId