interface RefreshFailureEmailAlertProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSetPropsMixin_RefreshFailureEmailAlertProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDataSetPropsMixin » RefreshFailureEmailAlertProperty |
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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const refreshFailureEmailAlertProperty: quicksight.CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty = {
alertStatus: 'alertStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| alert | string | The status value that determines if email alerts are sent. |
alertStatus?
Type:
string
(optional)
The status value that determines if email alerts are sent.

.NET
Go
Java
Python
TypeScript