LogDeliveryDestinationDeliveryDestinationConfiguration constructor
const
LogDeliveryDestinationDeliveryDestinationConfiguration({
- 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,
});