Infrastructure Configuration Logging Args
data class InfrastructureConfigurationLoggingArgs(val s3Logs: Output<InfrastructureConfigurationS3LogsArgs>? = null) : ConvertibleToJava<InfrastructureConfigurationLoggingArgs>
The logging configuration of the infrastructure configuration.
Constructors
Link copied to clipboard
fun InfrastructureConfigurationLoggingArgs(s3Logs: Output<InfrastructureConfigurationS3LogsArgs>? = null)