Class CfnDataSetPropsMixin.RefreshFailureConfigurationProperty
The failure configuration of a dataset.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataSetPropsMixin.RefreshFailureConfigurationProperty : CfnDataSetPropsMixin.IRefreshFailureConfigurationProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.RefreshFailureConfigurationProperty Implements CfnDataSetPropsMixin.IRefreshFailureConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var refreshFailureConfigurationProperty = new RefreshFailureConfigurationProperty {
EmailAlert = new RefreshFailureEmailAlertProperty {
AlertStatus = "alertStatus"
}
};
Synopsis
Constructors
| RefreshFailureConfigurationProperty() | The failure configuration of a dataset. |
Properties
| EmailAlert | The email alert configuration for a dataset refresh failure. |
Constructors
RefreshFailureConfigurationProperty()
The failure configuration of a dataset.
public RefreshFailureConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var refreshFailureConfigurationProperty = new RefreshFailureConfigurationProperty {
EmailAlert = new RefreshFailureEmailAlertProperty {
AlertStatus = "alertStatus"
}
};
Properties
EmailAlert
The email alert configuration for a dataset refresh failure.
public object? EmailAlert { get; set; }