class Aws::SecurityHub::Types::AwsSqsQueueDetails

Data about a queue.

@note When making an API call, you may pass AwsSqsQueueDetails

data as a hash:

    {
      kms_data_key_reuse_period_seconds: 1,
      kms_master_key_id: "NonEmptyString",
      queue_name: "NonEmptyString",
      dead_letter_target_arn: "NonEmptyString",
    }

@!attribute [rw] kms_data_key_reuse_period_seconds

The length of time, in seconds, for which Amazon SQS can reuse a
data key to encrypt or decrypt messages before calling KMS again.
@return [Integer]

@!attribute [rw] kms_master_key_id

The ID of an Amazon Web Services managed key for Amazon SQS or a
custom KMS key.
@return [String]

@!attribute [rw] queue_name

The name of the new queue.
@return [String]

@!attribute [rw] dead_letter_target_arn

The ARN of the dead-letter queue to which Amazon SQS moves messages
after the value of `maxReceiveCount` is exceeded.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsSqsQueueDetails AWS API Documentation

Constants

SENSITIVE