DeliveryStreamEncryptionConfiguration constructor

DeliveryStreamEncryptionConfiguration({
  1. FailureDescription? failureDescription,
  2. String? keyARN,
  3. KeyType? keyType,
  4. DeliveryStreamEncryptionStatus? status,
})

Implementation

DeliveryStreamEncryptionConfiguration({
  this.failureDescription,
  this.keyARN,
  this.keyType,
  this.status,
});