AppConfig / Client / get_extension_association

get_extension_association#

AppConfig.Client.get_extension_association(**kwargs)#

Returns information about an AppConfig extension association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.

See also: AWS API Documentation

Request Syntax

response = client.get_extension_association(
    ExtensionAssociationId='string'
)
Parameters:

ExtensionAssociationId (string) –

[REQUIRED]

The extension association ID to get.

Return type:

dict

Returns:

Response Syntax

{
    'Id': 'string',
    'ExtensionArn': 'string',
    'ResourceArn': 'string',
    'Arn': 'string',
    'Parameters': {
        'string': 'string'
    },
    'ExtensionVersionNumber': 123
}

Response Structure

  • (dict) –

    • Id (string) –

      The system-generated ID for the association.

    • ExtensionArn (string) –

      The ARN of the extension defined in the association.

    • ResourceArn (string) –

      The ARNs of applications, configuration profiles, or environments defined in the association.

    • Arn (string) –

      The system-generated Amazon Resource Name (ARN) for the extension.

    • Parameters (dict) –

      The parameter names and values defined in the association.

      • (string) –

        • (string) –

    • ExtensionVersionNumber (integer) –

      The version number for the extension defined in the association.

Exceptions

  • AppConfig.Client.exceptions.BadRequestException

  • AppConfig.Client.exceptions.ResourceNotFoundException

  • AppConfig.Client.exceptions.InternalServerException