Php App Layer Cloudwatch Configuration Args
data class PhpAppLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<PhpAppLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<PhpAppLayerCloudwatchConfigurationArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, logStreams: Output<List<PhpAppLayerCloudwatchConfigurationLogStreamArgs>>? = null)