Removes all authorization parameters from the connection. This lets you remove the secret from the connection so you can reuse it without having to create a new connection.
See also: AWS API Documentation
Request Syntax
response = client.deauthorize_connection(
Name='string'
)
[REQUIRED]
The name of the connection to remove authorization from.
{
'ConnectionArn': 'string',
'ConnectionState': 'CREATING'|'UPDATING'|'DELETING'|'AUTHORIZED'|'DEAUTHORIZED'|'AUTHORIZING'|'DEAUTHORIZING',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'LastAuthorizedTime': datetime(2015, 1, 1)
}
Response Structure
The ARN of the connection that authorization was removed from.
The state of the connection.
A time stamp for the time that the connection was created.
A time stamp for the time that the connection was last updated.
A time stamp for the time that the connection was last authorized.
Exceptions
EventBridge.Client.exceptions.ConcurrentModificationException
EventBridge.Client.exceptions.ResourceNotFoundException
EventBridge.Client.exceptions.InternalException