Class: Aws::SecurityLake::Types::UpdateDataLakeExceptionSubscriptionRequest

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 time-to-live (TTL) for the exception message to remain. It is the duration of time until which the exception message remains.

Returns:

  • (Integer)


1915
1916
1917
1918
1919
1920
1921
# File 'lib/aws-sdk-securitylake/types.rb', line 1915

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

#notification_endpointString

The account that is subscribed to receive exception notifications.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
# File 'lib/aws-sdk-securitylake/types.rb', line 1915

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

#subscription_protocolString

The subscription protocol to which exception messages are posted.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
# File 'lib/aws-sdk-securitylake/types.rb', line 1915

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