ServiceEncryptionConfiguration constructor
const
ServiceEncryptionConfiguration({
- required Input<
String> kmsKey,
Creates a new ServiceEncryptionConfiguration.
kmsKey ARN of the KMS key used for encryption.
Implementation
const ServiceEncryptionConfiguration({
required this.kmsKey,
});