InfrastructureConfigurationLoggingArgs

data class InfrastructureConfigurationLoggingArgs(val s3Logs: Output<InfrastructureConfigurationS3LogsArgs>? = null) : ConvertibleToJava<InfrastructureConfigurationLoggingArgs>

The logging configuration of the infrastructure configuration.

Constructors

Link copied to clipboard
constructor(s3Logs: Output<InfrastructureConfigurationS3LogsArgs>? = null)

Properties

Link copied to clipboard

The Amazon S3 logging configuration.

Functions

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