Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DashboardErrorProperty

Dashboard error.

Inheritance
object
CfnDashboardPropsMixin.DashboardErrorProperty
Implements
CfnDashboardPropsMixin.IDashboardErrorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DashboardErrorProperty : CfnDashboardPropsMixin.IDashboardErrorProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DashboardErrorProperty Implements CfnDashboardPropsMixin.IDashboardErrorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var dashboardErrorProperty = new DashboardErrorProperty {
                 Message = "message",
                 Type = "type",
                 ViolatedEntities = new [] { new EntityProperty {
                     Path = "path"
                 } }
             };

Synopsis

Constructors

DashboardErrorProperty()

Dashboard error.

Properties

Message

Message.

Type

Type.

ViolatedEntities

Lists the violated entities that caused the dashboard error.

Constructors

DashboardErrorProperty()

Dashboard error.

public DashboardErrorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var dashboardErrorProperty = new DashboardErrorProperty {
                 Message = "message",
                 Type = "type",
                 ViolatedEntities = new [] { new EntityProperty {
                     Path = "path"
                 } }
             };

Properties

Message

Message.

public string? Message { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html#cfn-quicksight-dashboard-dashboarderror-message

Type

Type.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html#cfn-quicksight-dashboard-dashboarderror-type

ViolatedEntities

Lists the violated entities that caused the dashboard error.

public object? ViolatedEntities { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html#cfn-quicksight-dashboard-dashboarderror-violatedentities

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IEntityProperty)[]

Implements

CfnDashboardPropsMixin.IDashboardErrorProperty
Back to top Generated by DocFX