create_subscription_notification_configuration(**kwargs)¶Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake.
See also: AWS API Documentation
Request Syntax
response = client.create_subscription_notification_configuration(
createSqs=True|False,
httpsApiKeyName='string',
httpsApiKeyValue='string',
httpsMethod='POST'|'PUT',
roleArn='string',
subscriptionEndpoint='string',
subscriptionId='string'
)
[REQUIRED]
The subscription ID for the notification subscription/
dict
Response Syntax
{
'queueArn': 'string'
}
Response Structure
(dict) --
queueArn (string) --
Returns the Amazon Resource Name (ARN) of the queue.
Exceptions
SecurityLake.Client.exceptions.ConcurrentModificationExceptionSecurityLake.Client.exceptions.InternalServerExceptionSecurityLake.Client.exceptions.ValidationExceptionSecurityLake.Client.exceptions.AccessDeniedExceptionSecurityLake.Client.exceptions.ResourceNotFoundExceptionSecurityLake.Client.exceptions.AccountNotFoundExceptionSecurityLake.Client.exceptions.InvalidInputException