get_event_integration
(**kwargs)¶Returns information about the event integration.
See also: AWS API Documentation
Request Syntax
response = client.get_event_integration(
Name='string'
)
[REQUIRED]
The name of the event integration.
{
'Name': 'string',
'Description': 'string',
'EventIntegrationArn': 'string',
'EventBridgeBus': 'string',
'EventFilter': {
'Source': 'string'
},
'Tags': {
'string': 'string'
}
}
Response Structure
The name of the event integration.
The description of the event integration.
The Amazon Resource Name (ARN) for the event integration.
The EventBridge bus.
The event filter.
The source of the events.
One or more tags.
Exceptions
AppIntegrationsService.Client.exceptions.InternalServiceError
AppIntegrationsService.Client.exceptions.ThrottlingException
AppIntegrationsService.Client.exceptions.ResourceNotFoundException
AppIntegrationsService.Client.exceptions.InvalidRequestException
AppIntegrationsService.Client.exceptions.AccessDeniedException