Interface CfnDataSet.RefreshFailureEmailAlertProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.RefreshFailureEmailAlertProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.RefreshFailureEmailAlertProperty
extends software.amazon.jsii.JsiiSerializable
The configuration settings for the email alerts that are sent when a dataset refresh fails.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
RefreshFailureEmailAlertProperty refreshFailureEmailAlertProperty = RefreshFailureEmailAlertProperty.builder()
.alertStatus("alertStatus")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.RefreshFailureEmailAlertPropertystatic final classAn implementation forCfnDataSet.RefreshFailureEmailAlertProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlertStatus
The status value that determines if email alerts are sent.- See Also:
-
builder
-