メインコンテンツまでスキップ

AWSSQSQueueKMSConfiguration

No description

type AWSSQSQueueKMSConfiguration {
dataKeyReusePeriodSeconds: Int!
masterKeyId: String!
}

Fields

AWSSQSQueueKMSConfiguration.dataKeyReusePeriodSeconds ● Int! non-null scalar

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. The range: 60 (1 minute) and 86,400 (24 hours) The default: 300 (5 minutes)

AWSSQSQueueKMSConfiguration.masterKeyId ● String! non-null scalar

The ID of an AWS Key Management Service (KMS) for Amazon SQS, or a custom KMS

Member of

AWSSQSQueueServerSideEncryption object