Interface CfnDataSetPropsMixin.RefreshFailureConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetPropsMixin.RefreshFailureConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static interface CfnDataSetPropsMixin.RefreshFailureConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The failure configuration of a dataset.
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.*;
RefreshFailureConfigurationProperty refreshFailureConfigurationProperty = RefreshFailureConfigurationProperty.builder()
.emailAlert(RefreshFailureEmailAlertProperty.builder()
.alertStatus("alertStatus")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.RefreshFailureConfigurationPropertystatic final classAn implementation forCfnDataSetPropsMixin.RefreshFailureConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEmailAlert
The email alert configuration for a dataset refresh failure.Returns union: either
IResolvableorCfnDataSetPropsMixin.RefreshFailureEmailAlertProperty- See Also:
-
builder
@Stability(Stable) static CfnDataSetPropsMixin.RefreshFailureConfigurationProperty.Builder builder()
-