interface GeospatialLineWidthProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.GeospatialLineWidthProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_GeospatialLineWidthProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.GeospatialLineWidthProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.GeospatialLineWidthProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const geospatialLineWidthProperty: quicksight_mixins.CfnAnalysisPropsMixin.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.

.NET
Go
Java
Python
TypeScript