LogDeliveryDestinationDeliveryDestinationConfiguration constructor

const LogDeliveryDestinationDeliveryDestinationConfiguration({
  1. Input<String?>? destinationResourceArn,
})

Creates a new LogDeliveryDestinationDeliveryDestinationConfiguration. destinationResourceArn The ARN of the AWS destination that this delivery destination represents. Required when deliveryDestinationConfiguration is specified.

Implementation

const LogDeliveryDestinationDeliveryDestinationConfiguration({
  this.destinationResourceArn,
});