interface GeospatialLineWidthProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.GeospatialLineWidthProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_GeospatialLineWidthProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialLineWidthProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.GeospatialLineWidthProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » GeospatialLineWidthProperty |
The width properties for a line.
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 geospatialLineWidthProperty: quicksight.CfnDashboard.GeospatialLineWidthProperty = {
lineWidth: 123,
};
Properties
Name | Type | Description |
---|---|---|
line | number | The positive value for the width of a line. |
lineWidth?
Type:
number
(optional)
The positive value for the width of a line.