Skip to content

Create Data Lake Exception Subscription

securitylake_create_data_lake_exception_subscription 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.

Usage

securitylake_create_data_lake_exception_subscription(
  exceptionTimeToLive, notificationEndpoint, subscriptionProtocol)

Arguments

exceptionTimeToLive

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

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.

Value

An empty list.

Request syntax

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