interface DisplayConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BCM.CfnDashboardPropsMixin.DisplayConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbcm#CfnDashboardPropsMixin_DisplayConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bcm.CfnDashboardPropsMixin.DisplayConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_bcm.CfnDashboardPropsMixin.DisplayConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bcm » CfnDashboardPropsMixin » DisplayConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bcm as bcm } from '@aws-cdk/cfn-property-mixins';
declare const table: any;
const displayConfigProperty: bcm.CfnDashboardPropsMixin.DisplayConfigProperty = {
graph: {
graphKey: {
visualType: 'visualType',
},
},
table: table,
};
Properties
| Name | Type | Description |
|---|---|---|
| graph? | IResolvable | { [string]: IResolvable | Graph } | |
| table? | any |
graph?
Type:
IResolvable | { [string]: IResolvable | Graph }
(optional)
table?
Type:
any
(optional)

.NET
Go
Java
Python
TypeScript