AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AppConfig::ExtensionAssociation

CfnExtensionAssociation

When you create an extension or configure an AWS authored extension, you associate the extension with an AWS AppConfig application, environment, or configuration profile. For example, you can choose to run the `AWS AppConfig deployment events to Amazon SNS` AWS authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AWS AppConfig resource is called an *extension association* . An extension association is a specified relationship between an extension and an AWS AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the *AWS AppConfig User Guide* .

Import

import { CfnExtensionAssociation } from 'aws-cdk-lib/aws-appconfig';

Or use the module namespace:

import * as appconfig from 'aws-cdk-lib/aws-appconfig';
// appconfig.CfnExtensionAssociation

Properties

Configuration passed to the constructor as CfnExtensionAssociationProps.

extensionIdentifierOptional
string

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

extensionVersionNumberOptional
number

The version number of the extension. If not specified, AWS AppConfig uses the maximum version of the extension.

parametersOptional
{ [key: string]: string } | IResolvable

The parameter names and values defined in the extensions. Extension parameters marked `Required` must be entered for this field.

resourceIdentifierOptional
string

The ARN of an application, configuration profile, or environment.

tagsOptional
CfnTag[]

Adds one or more tags for the specified extension association. Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter