AWS::Chime::AppInstanceResource Type definition for AWS::Chime::AppInstance
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Metadata | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AppInstanceArn | string | The Amazon Resource Number (ARN) of the AppInstance. |
CreatedTimestamp | number | The time at which an AppInstance was created. In epoch milliseconds. |
LastUpdatedTimestamp | number | The time an AppInstance 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::AppInstance
Resources:
MyResource:
Type: AWS::Chime::AppInstance
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
chime:CreateAppInstancechime:DescribeAppInstancechime:TagResourcechime:ListTagsForResourcechime:DescribeAppInstancechime:ListTagsForResourcechime:UpdateAppInstancechime:DescribeAppInstancechime:TagResourcechime:UntagResourcechime:ListTagsForResourcechime:DeleteAppInstancechime:DescribeAppInstancechime:ListAppInstancesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAppInstanceArn