securitylake_create_data_lake_exception_subscription {paws.security.identity} | R Documentation |
Creates the specified notification subscription in Amazon Security Lake for the organization you specify
Description
Creates the specified notification subscription in Amazon Security Lake for the organization you specify. The notification subscription is created for exceptions that cannot be resolved by Security Lake automatically.
See https://www.paws-r-sdk.com/docs/securitylake_create_data_lake_exception_subscription/ for full documentation.
Usage
securitylake_create_data_lake_exception_subscription(
exceptionTimeToLive = NULL,
notificationEndpoint,
subscriptionProtocol
)
Arguments
exceptionTimeToLive |
The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains. |
notificationEndpoint |
[required] The Amazon Web Services account where you want to receive exception notifications. |
subscriptionProtocol |
[required] The subscription protocol to which exception notifications are posted. |
[Package paws.security.identity version 0.9.0 Index]