AWS Fundamentals Logo
AWS Fundamentals
AWS::AppConfig::Application

AppConfig Application

Resource Type definition for AWS::AppConfig::Application

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
Tags
Array<Tags>

Return Values

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

AttributeTypeDescription
ApplicationIdstringThe application Id

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

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

create

appconfig:CreateApplicationappconfig:GetApplicationappconfig:ListTagsForResourceappconfig:TagResource

read

appconfig:GetApplicationappconfig:ListTagsForResource

update

appconfig:UpdateApplicationappconfig:TagResourceappconfig:UntagResource

delete

appconfig:GetApplicationappconfig:DeleteApplication

list

appconfig:ListApplications

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

ServiceAppConfig
Properties4
Required1
TaggingSupported
Primary IDApplicationId

Supported Operations

CreateReadUpdateDeleteList

External Links