Show / Hide Table of Contents

Class CfnDataSetPropsMixin.RefreshFailureConfigurationProperty

The failure configuration of a dataset.

Inheritance
object
CfnDataSetPropsMixin.RefreshFailureConfigurationProperty
Implements
CfnDataSetPropsMixin.IRefreshFailureConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureconfiguration.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-refreshfailureconfiguration.html#cfn-quicksight-dataset-refreshfailureconfiguration-emailalert

Type union: either IResolvable or CfnDataSetPropsMixin.IRefreshFailureEmailAlertProperty

Implements

CfnDataSetPropsMixin.IRefreshFailureConfigurationProperty
Back to top Generated by DocFX