AwsSqsQueueDetails

public struct AwsSqsQueueDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.

    Declaration

    Swift

    public let deadLetterTargetArn: String?
  • The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again.

    Declaration

    Swift

    public let kmsDataKeyReusePeriodSeconds: Int?
  • The ID of an AWS managed customer master key (CMK) for Amazon SQS or a custom CMK.

    Declaration

    Swift

    public let kmsMasterKeyId: String?
  • The name of the new queue.

    Declaration

    Swift

    public let queueName: String?
  • Undocumented

    Declaration

    Swift

    public init(deadLetterTargetArn: String? = nil, kmsDataKeyReusePeriodSeconds: Int? = nil, kmsMasterKeyId: String? = nil, queueName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws