AWS::AppConfig::ExtensionAssociationAn example resource schema demonstrating some basic constructs and validation rules.
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ExtensionIdentifier | string | Create-onlyWrite-only |
ExtensionVersionNumber | integer | Create-only |
Parameters | object | |
ResourceIdentifier | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
ExtensionArn | string | - |
Id | string | - |
ResourceArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppConfig::ExtensionAssociation
Resources:
MyResource:
Type: AWS::AppConfig::ExtensionAssociation
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
appconfig:CreateExtensionAssociationappconfig:TagResourceappconfig:GetExtensionAssociationappconfig:ListTagsForResourceappconfig:UpdateExtensionAssociationappconfig:TagResourceappconfig:UntagResourceappconfig:DeleteExtensionAssociationappconfig:UntagResourceappconfig:ListExtensionAssociationsOur 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.
ExtensionIdentifierResourceIdentifierExtensionVersionNumber