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