Interface CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty.Jsii$Proxy
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static interface CfnDataSetPropsMixin.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.cfnpropertymixins.services.quicksight.*;
RefreshFailureEmailAlertProperty refreshFailureEmailAlertProperty = RefreshFailureEmailAlertProperty.builder()
.alertStatus("alertStatus")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.RefreshFailureEmailAlertPropertystatic final classAn implementation forCfnDataSetPropsMixin.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
-