AWSS3BucketEncryptionRuleByDefault
No description
type AWSS3BucketEncryptionRuleByDefault {
sseAlgorithm: AWSS3BucketEncryptionType!
kmsMasterKeyId: String!
}
Fields
AWSS3BucketEncryptionRuleByDefault.sseAlgorithm
● AWSS3BucketEncryptionType!
non-null enum
Server-side encryption algorithm to use for the default encryption
AWSS3BucketEncryptionRuleByDefault.kmsMasterKeyId
● String!
non-null scalar
Amazon Web Services Key Management Service (KMS) customer Amazon Web Services KMS key ID to use for the default encryption. The example values:
- Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
- Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Member of
AWSS3BucketEncryptionRule
object