Delivery Source Args
data class DeliverySourceArgs(val logType: Output<String>? = null, val name: Output<String>? = null, val resourceArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DeliverySourceArgs>
A delivery source is an AWS resource that sends logs to an AWS destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some AWS services support being configured as a delivery source. These services are listed as Supported V2 Permissions in the table at Enabling logging from AWS services.