AppConfig / Client / update_extension_association

update_extension_association#

AppConfig.Client.update_extension_association(**kwargs)#

Updates an 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.update_extension_association(
    ExtensionAssociationId='string',
    Parameters={
        'string': 'string'
    }
)
Parameters:
  • ExtensionAssociationId (string) –

    [REQUIRED]

    The system-generated ID for the association.

  • Parameters (dict) –

    The parameter names and values defined in the extension.

    • (string) –

      • (string) –

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