AWS::AppConfig::ExtensionResource Type definition for AWS::AppConfig::Extension
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Actions | object | Required |
Name | string | RequiredCreate-only |
Description | string | |
LatestVersionNumber | integer | Write-only |
Parameters | object | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
VersionNumber | integer | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::Extension
Resources:
MyResource:
Type: AWS::AppConfig::Extension
Properties:
Name: "my-name"
Actions: {}
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appconfig:CreateExtensionappconfig:TagResourceiam:PassRoleappconfig:GetExtensionappconfig:ListTagsForResourceappconfig:UpdateExtensionappconfig:TagResourceappconfig:UntagResourceappconfig:DeleteExtensionappconfig:UntagResourceappconfig:ListExtensionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name