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: