Skip to content

Update Data Lake Exception Subscription

securitylake_update_data_lake_exception_subscription R Documentation

Updates the specified notification subscription in Amazon Security Lake for the organization you specify

Description

Updates the specified notification subscription in Amazon Security Lake for the organization you specify.

Usage

securitylake_update_data_lake_exception_subscription(
  exceptionTimeToLive, notificationEndpoint, subscriptionProtocol)

Arguments

exceptionTimeToLive

The time-to-live (TTL) for the exception message to remain.

notificationEndpoint

[required] The account that is subscribed to receive exception notifications.

subscriptionProtocol

[required] The subscription protocol to which exception messages are posted.

Value

An empty list.

Request syntax

svc$update_data_lake_exception_subscription(
  exceptionTimeToLive = 123,
  notificationEndpoint = "string",
  subscriptionProtocol = "string"
)