AWS Fundamentals Logo
AWS Fundamentals
AWS::AppConfig::ExtensionAssociation

AppConfig ExtensionAssociation

An example resource schema demonstrating some basic constructs and validation rules.

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ExtensionIdentifier
string
Create-onlyWrite-only
ExtensionVersionNumber
integer
Create-only
Parameters
object
ResourceIdentifier
string
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
ExtensionArnstring-
Idstring-
ResourceArnstring-

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::ExtensionAssociation

Resources:
  MyResource:
    Type: AWS::AppConfig::ExtensionAssociation
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

appconfig:CreateExtensionAssociationappconfig:TagResource

read

appconfig:GetExtensionAssociationappconfig:ListTagsForResource

update

appconfig:UpdateExtensionAssociationappconfig:TagResourceappconfig:UntagResource

delete

appconfig:DeleteExtensionAssociationappconfig:UntagResource

list

appconfig:ListExtensionAssociations

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
Properties9
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ExtensionIdentifierResourceIdentifierExtensionVersionNumber

External Links