AWS::AppConfig::ApplicationResource Type definition for AWS::AppConfig::Application
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Description | string | |
Tags | Array<Tags> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApplicationId | string | The application Id |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::Application
Resources:
MyResource:
Type: AWS::AppConfig::Application
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appconfig:CreateApplicationappconfig:GetApplicationappconfig:ListTagsForResourceappconfig:TagResourceappconfig:GetApplicationappconfig:ListTagsForResourceappconfig:UpdateApplicationappconfig:TagResourceappconfig:UntagResourceappconfig:GetApplicationappconfig:DeleteApplicationappconfig:ListApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationId