Delivery Stream Cloud Watch Logging Options Args
data class DeliveryStreamCloudWatchLoggingOptionsArgs(val enabled: Output<Boolean>? = null, val logGroupName: Output<String>? = null, val logStreamName: Output<String>? = null) : ConvertibleToJava<DeliveryStreamCloudWatchLoggingOptionsArgs>
Properties
Link copied to clipboard
The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use. Conditional. If you enable logging, you must specify this property.
Link copied to clipboard
The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery. Conditional. If you enable logging, you must specify this property.