Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_extension_association

update_extension_association(**kwargs)

Updates an association. For more information about extensions and associations, see Working with AppConfig extensions 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

  • AppConfig.Client.exceptions.BadRequestException
  • AppConfig.Client.exceptions.ResourceNotFoundException
  • AppConfig.Client.exceptions.InternalServerException