ServiceEncryptionConfiguration constructor

const ServiceEncryptionConfiguration({
  1. required Input<String> kmsKey,
})

Creates a new ServiceEncryptionConfiguration. kmsKey ARN of the KMS key used for encryption.

Implementation

const ServiceEncryptionConfiguration({
  required this.kmsKey,
});