Class: Aws::SecurityLake::Types::CreateDataLakeExceptionSubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_time_to_liveInteger

The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.

Returns:

  • (Integer)


302
303
304
305
306
307
308
# File 'lib/aws-sdk-securitylake/types.rb', line 302

class CreateDataLakeExceptionSubscriptionRequest < Struct.new(
  :exception_time_to_live,
  :notification_endpoint,
  :subscription_protocol)
  SENSITIVE = []
  include Aws::Structure
end

#notification_endpointString

The Amazon Web Services account where you want to receive exception notifications.

Returns:

  • (String)


302
303
304
305
306
307
308
# File 'lib/aws-sdk-securitylake/types.rb', line 302

class CreateDataLakeExceptionSubscriptionRequest < Struct.new(
  :exception_time_to_live,
  :notification_endpoint,
  :subscription_protocol)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_protocolString

The subscription protocol to which exception notifications are posted.

Returns:

  • (String)


302
303
304
305
306
307
308
# File 'lib/aws-sdk-securitylake/types.rb', line 302

class CreateDataLakeExceptionSubscriptionRequest < Struct.new(
  :exception_time_to_live,
  :notification_endpoint,
  :subscription_protocol)
  SENSITIVE = []
  include Aws::Structure
end