S3EncryptionSettings constructor
S3EncryptionSettings({
- S3ServerSideEncryptionType? encryptionType,
- String? kmsKeyArn,
Implementation
S3EncryptionSettings({
this.encryptionType,
this.kmsKeyArn,
});