Php App Layer Cloudwatch Configuration
data class PhpAppLayerCloudwatchConfiguration(val enabled: Boolean? = null, val logStreams: List<PhpAppLayerCloudwatchConfigurationLogStream>? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, logStreams: List<PhpAppLayerCloudwatchConfigurationLogStream>? = null)