InvocationLoggingConfigurationLoggingConfigCloudwatchConfigArgs

data class InvocationLoggingConfigurationLoggingConfigCloudwatchConfigArgs(val largeDataDeliveryS3Config: Output<InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigArgs>? = null, val logGroupName: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<InvocationLoggingConfigurationLoggingConfigCloudwatchConfigArgs>

Constructors

constructor(largeDataDeliveryS3Config: Output<InvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigArgs>? = null, logGroupName: Output<String>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard

S3 configuration for delivering a large amount of data. See large_data_delivery_s3_config Block for details.

Link copied to clipboard
val logGroupName: Output<String>? = null

Log group name.

Link copied to clipboard
val roleArn: Output<String>? = null

The role ARN.

Functions

Link copied to clipboard
open override fun toJava(): InvocationLoggingConfigurationLoggingConfigCloudwatchConfigArgs