| Modifier and Type | Method and Description |
|---|---|
CfnAlert.Builder |
action(CfnAlert.ActionProperty action)
Action that will be triggered when there is an alert.
|
CfnAlert.Builder |
action(IResolvable action)
Action that will be triggered when there is an alert.
|
CfnAlert.Builder |
alertDescription(String alertDescription)
A description of the alert.
|
CfnAlert.Builder |
alertName(String alertName)
The name of the alert.
|
CfnAlert.Builder |
alertSensitivityThreshold(Number alertSensitivityThreshold)
An integer from 0 to 100 specifying the alert sensitivity threshold.
|
CfnAlert.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the alert is attached.
|
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.ActionProperty.Builder.@Stability(value=Stable) public CfnAlert.Builder action(CfnAlert.ActionProperty action)
action - Action that will be triggered when there is an alert. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder action(IResolvable action)
action - Action that will be triggered when there is an alert. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder alertSensitivityThreshold(Number alertSensitivityThreshold)
alertSensitivityThreshold - An integer from 0 to 100 specifying the alert sensitivity threshold. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder anomalyDetectorArn(String anomalyDetectorArn)
anomalyDetectorArn - The ARN of the detector to which the alert is attached. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder alertDescription(String alertDescription)
alertDescription - A description of the alert. This parameter is required.this@Stability(value=Stable) public CfnAlert.Builder alertName(String alertName)
alertName - The name of the alert. This parameter is required.thisCopyright © 2022. All rights reserved.