| Modifier and Type | Method and Description |
|---|---|
CfnAlert.Builder |
action(Object action)
`AWS::LookoutMetrics::Alert.Action`.
|
CfnAlert.Builder |
alertDescription(String alertDescription)
`AWS::LookoutMetrics::Alert.AlertDescription`.
|
CfnAlert.Builder |
alertName(String alertName)
`AWS::LookoutMetrics::Alert.AlertName`.
|
CfnAlert.Builder |
alertSensitivityThreshold(Number alertSensitivityThreshold)
`AWS::LookoutMetrics::Alert.AlertSensitivityThreshold`.
|
CfnAlert.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
`AWS::LookoutMetrics::Alert.AnomalyDetectorArn`.
|
CfnAlert |
build() |
static CfnAlert.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnAlert.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAlert.Builder.@Stability(value=Stable) public CfnAlert.Builder action(Object action)
action - `AWS::LookoutMetrics::Alert.Action`. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder alertSensitivityThreshold(Number alertSensitivityThreshold)
alertSensitivityThreshold - `AWS::LookoutMetrics::Alert.AlertSensitivityThreshold`. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder anomalyDetectorArn(String anomalyDetectorArn)
anomalyDetectorArn - `AWS::LookoutMetrics::Alert.AnomalyDetectorArn`. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder alertDescription(String alertDescription)
alertDescription - `AWS::LookoutMetrics::Alert.AlertDescription`. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder alertName(String alertName)
alertName - `AWS::LookoutMetrics::Alert.AlertName`. This parameter is required.thisCopyright © 2021. All rights reserved.