Class: Aws::SecurityLake::Types::CreateDataLakeExceptionSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CreateDataLakeExceptionSubscriptionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_time_to_live ⇒ Integer
The expiration period and time-to-live (TTL).
-
#notification_endpoint ⇒ String
The Amazon Web Services account where you want to receive exception notifications.
-
#subscription_protocol ⇒ String
The subscription protocol to which exception notifications are posted.
Instance Attribute Details
#exception_time_to_live ⇒ Integer
The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.
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_endpoint ⇒ String
The Amazon Web Services account where you want to receive exception notifications.
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_protocol ⇒ String
The subscription protocol to which exception notifications are posted.
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 |