interface RefreshFailureConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.RefreshFailureConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_RefreshFailureConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.RefreshFailureConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.RefreshFailureConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDataSet » RefreshFailureConfigurationProperty |
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const refreshFailureConfigurationProperty: quicksight.CfnDataSet.RefreshFailureConfigurationProperty = {
emailAlert: {
alertStatus: 'alertStatus',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| email | IResolvable | Refresh | The email alert configuration for a dataset refresh failure. |
emailAlert?
Type:
IResolvable | Refresh
(optional)
The email alert configuration for a dataset refresh failure.

.NET
Go
Java
Python
TypeScript