get_extension_association
(**kwargs)¶Returns information about an AppConfig extension 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.get_extension_association(
ExtensionAssociationId='string'
)
[REQUIRED]
The extension association ID to get.
{
'Id': 'string',
'ExtensionArn': 'string',
'ResourceArn': 'string',
'Arn': 'string',
'Parameters': {
'string': 'string'
},
'ExtensionVersionNumber': 123
}
Response Structure
The system-generated ID for the association.
The ARN of the extension defined in the association.
The ARNs of applications, configuration profiles, or environments defined in the association.
The system-generated Amazon Resource Name (ARN) for the extension.
The parameter names and values defined in the association.
The version number for the extension defined in the association.
Exceptions
AppConfig.Client.exceptions.BadRequestException
AppConfig.Client.exceptions.ResourceNotFoundException
AppConfig.Client.exceptions.InternalServerException