Class: Aws::SecurityHub::Types::AwsSqsQueueDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSqsQueueDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Data about a queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dead_letter_target_arn ⇒ String
The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of
maxReceiveCount
is exceeded. -
#kms_data_key_reuse_period_seconds ⇒ Integer
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
-
#kms_master_key_id ⇒ String
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
-
#queue_name ⇒ String
The name of the new queue.
Instance Attribute Details
#dead_letter_target_arn ⇒ String
The ARN of the dead-letter queue to which Amazon SQS moves messages
after the value of maxReceiveCount
is exceeded.
20938 20939 20940 20941 20942 20943 20944 20945 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20938 class AwsSqsQueueDetails < Struct.new( :kms_data_key_reuse_period_seconds, :kms_master_key_id, :queue_name, :dead_letter_target_arn) SENSITIVE = [] include Aws::Structure end |
#kms_data_key_reuse_period_seconds ⇒ Integer
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
20938 20939 20940 20941 20942 20943 20944 20945 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20938 class AwsSqsQueueDetails < Struct.new( :kms_data_key_reuse_period_seconds, :kms_master_key_id, :queue_name, :dead_letter_target_arn) SENSITIVE = [] include Aws::Structure end |
#kms_master_key_id ⇒ String
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
20938 20939 20940 20941 20942 20943 20944 20945 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20938 class AwsSqsQueueDetails < Struct.new( :kms_data_key_reuse_period_seconds, :kms_master_key_id, :queue_name, :dead_letter_target_arn) SENSITIVE = [] include Aws::Structure end |
#queue_name ⇒ String
The name of the new queue.
20938 20939 20940 20941 20942 20943 20944 20945 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20938 class AwsSqsQueueDetails < Struct.new( :kms_data_key_reuse_period_seconds, :kms_master_key_id, :queue_name, :dead_letter_target_arn) SENSITIVE = [] include Aws::Structure end |