AWS::AppConfig::EnvironmentResource Type definition for AWS::AppConfig::Environment
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationId | string | RequiredCreate-only |
Name | string | Required |
DeletionProtectionCheck | string | Write-only |
Description | string | |
Monitors | Array<Monitor> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
EnvironmentId | string | The environment ID. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::Environment
Resources:
MyResource:
Type: AWS::AppConfig::Environment
Properties:
Name: "my-name"
ApplicationId: "my-applicationid"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appconfig:GetEnvironmentappconfig:ListTagsForResourceappconfig:CreateEnvironmentappconfig:GetEnvironmentappconfig:ListTagsForResourceappconfig:TagResourceiam:PassRoleappconfig:UpdateEnvironmentappconfig:TagResourceappconfig:UntagResourceiam:PassRoleappconfig:ListEnvironmentsappconfig:GetEnvironmentappconfig:DeleteEnvironmentOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationId