SecurityLake / Client / get_data_lake_exception_subscription

get_data_lake_exception_subscription#

SecurityLake.Client.get_data_lake_exception_subscription()#

Retrieves the details of exception notifications for the account in Amazon Security Lake.

See also: AWS API Documentation

Request Syntax

response = client.get_data_lake_exception_subscription()
Return type:

dict

Returns:

Response Syntax

{
    'exceptionTimeToLive': 123,
    'notificationEndpoint': 'string',
    'subscriptionProtocol': 'string'
}

Response Structure

  • (dict) –

    • exceptionTimeToLive (integer) –

      The expiration period and time-to-live (TTL).

    • notificationEndpoint (string) –

      The Amazon Web Services account where you receive exception notifications.

    • subscriptionProtocol (string) –

      The subscription protocol to which exception notifications are posted.

Exceptions