aws-cdk-lib.aws_quicksight.CfnDashboard.DashboardErrorProperty

interface DashboardErrorProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.DashboardErrorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DashboardErrorProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.DashboardErrorProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.DashboardErrorProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » DashboardErrorProperty

Dashboard error.

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 dashboardErrorProperty: quicksight.CfnDashboard.DashboardErrorProperty = {
  message: 'message',
  type: 'type',
  violatedEntities: [{
    path: 'path',
  }],
};

Properties

NameTypeDescription
message?stringMessage.
type?stringType.
violatedEntities?IResolvable | IResolvable | EntityProperty[]Lists the violated entities that caused the dashboard error.

message?

Type: string (optional)

Message.


type?

Type: string (optional)

Type.


violatedEntities?

Type: IResolvable | IResolvable | EntityProperty[] (optional)

Lists the violated entities that caused the dashboard error.