Anomaly Detector Metric Source Args
data class AnomalyDetectorMetricSourceArgs(val appFlowConfig: Output<AnomalyDetectorAppFlowConfigArgs>? = null, val cloudwatchConfig: Output<AnomalyDetectorCloudwatchConfigArgs>? = null, val rdsSourceConfig: Output<AnomalyDetectorRdsSourceConfigArgs>? = null, val redshiftSourceConfig: Output<AnomalyDetectorRedshiftSourceConfigArgs>? = null, val s3SourceConfig: Output<AnomalyDetectorS3SourceConfigArgs>? = null) : ConvertibleToJava<AnomalyDetectorMetricSourceArgs>
Constructors
Link copied to clipboard
fun AnomalyDetectorMetricSourceArgs(appFlowConfig: Output<AnomalyDetectorAppFlowConfigArgs>? = null, cloudwatchConfig: Output<AnomalyDetectorCloudwatchConfigArgs>? = null, rdsSourceConfig: Output<AnomalyDetectorRdsSourceConfigArgs>? = null, redshiftSourceConfig: Output<AnomalyDetectorRedshiftSourceConfigArgs>? = null, s3SourceConfig: Output<AnomalyDetectorS3SourceConfigArgs>? = null)