| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsSqsQueueDetails
Description
Synopsis
- data AwsSqsQueueDetails = AwsSqsQueueDetails' {}
- newAwsSqsQueueDetails :: AwsSqsQueueDetails
- awsSqsQueueDetails_kmsMasterKeyId :: Lens' AwsSqsQueueDetails (Maybe Text)
- awsSqsQueueDetails_queueName :: Lens' AwsSqsQueueDetails (Maybe Text)
- awsSqsQueueDetails_kmsDataKeyReusePeriodSeconds :: Lens' AwsSqsQueueDetails (Maybe Int)
- awsSqsQueueDetails_deadLetterTargetArn :: Lens' AwsSqsQueueDetails (Maybe Text)
Documentation
data AwsSqsQueueDetails Source #
Data about a queue.
See: newAwsSqsQueueDetails smart constructor.
Constructors
| AwsSqsQueueDetails' | |
Fields
| |
Instances
newAwsSqsQueueDetails :: AwsSqsQueueDetails Source #
Create a value of AwsSqsQueueDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:kmsMasterKeyId:AwsSqsQueueDetails', awsSqsQueueDetails_kmsMasterKeyId - The ID of an Amazon Web Services managed key for Amazon SQS or a custom
KMS key.
$sel:queueName:AwsSqsQueueDetails', awsSqsQueueDetails_queueName - The name of the new queue.
$sel:kmsDataKeyReusePeriodSeconds:AwsSqsQueueDetails', awsSqsQueueDetails_kmsDataKeyReusePeriodSeconds - The length of time, in seconds, for which Amazon SQS can reuse a data
key to encrypt or decrypt messages before calling KMS again.
$sel:deadLetterTargetArn:AwsSqsQueueDetails', awsSqsQueueDetails_deadLetterTargetArn - The ARN of the dead-letter queue to which Amazon SQS moves messages
after the value of maxReceiveCount is exceeded.
awsSqsQueueDetails_kmsMasterKeyId :: Lens' AwsSqsQueueDetails (Maybe Text) Source #
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
awsSqsQueueDetails_queueName :: Lens' AwsSqsQueueDetails (Maybe Text) Source #
The name of the new queue.
awsSqsQueueDetails_kmsDataKeyReusePeriodSeconds :: Lens' AwsSqsQueueDetails (Maybe Int) Source #
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
awsSqsQueueDetails_deadLetterTargetArn :: Lens' AwsSqsQueueDetails (Maybe Text) Source #
The ARN of the dead-letter queue to which Amazon SQS moves messages
after the value of maxReceiveCount is exceeded.