Skip to content

/AWS1/CL_APC=>CREATEEXTENSIONASSOCIATION()

About CreateExtensionAssociation

When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services 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 AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.

Method Signature

IMPORTING

Required arguments:

IV_EXTENSIONIDENTIFIER TYPE /AWS1/APCIDENTIFIER /AWS1/APCIDENTIFIER

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

IV_RESOURCEIDENTIFIER TYPE /AWS1/APCIDENTIFIER /AWS1/APCIDENTIFIER

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

Optional arguments:

IV_EXTENSIONVERSIONNUMBER TYPE /AWS1/APCINTEGER /AWS1/APCINTEGER

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

IT_PARAMETERS TYPE /AWS1/CL_APCPARAMVALUEMAP_W=>TT_PARAMETERVALUEMAP TT_PARAMETERVALUEMAP

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

IT_TAGS TYPE /AWS1/CL_APCTAGMAP_W=>TT_TAGMAP TT_TAGMAP

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APCEXTENSIONASSOCIA00 /AWS1/CL_APCEXTENSIONASSOCIA00