DeliveryStreamEncryptionConfiguration constructor
DeliveryStreamEncryptionConfiguration({
- FailureDescription? failureDescription,
- String? keyARN,
- KeyType? keyType,
- DeliveryStreamEncryptionStatus? status,
Implementation
DeliveryStreamEncryptionConfiguration({
this.failureDescription,
this.keyARN,
this.keyType,
this.status,
});