interface GeospatialLayerItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.GeospatialLayerItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_GeospatialLayerItemProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GeospatialLayerItemProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.GeospatialLayerItemProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » GeospatialLayerItemProperty |
The properties for a single geospatial layer.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| actions? | IResolvable | (IResolvable | Layer)[] | A list of custom actions for a layer. |
| data | IResolvable | Geospatial | The data source for the layer. |
| join | IResolvable | Geospatial | The join definition properties for a layer. |
| label? | string | The label that is displayed for the layer. |
| layer | IResolvable | Geospatial | The definition properties for a layer. |
| layer | string | The ID of the layer. |
| layer | string | The layer type. |
| tooltip? | IResolvable | Tooltip | |
| visibility? | string | The state of visibility for the layer. |
actions?
Type:
IResolvable | (IResolvable | Layer)[]
(optional)
A list of custom actions for a layer.
dataSource?
Type:
IResolvable | Geospatial
(optional)
The data source for the layer.
joinDefinition?
Type:
IResolvable | Geospatial
(optional)
The join definition properties for a layer.
label?
Type:
string
(optional)
The label that is displayed for the layer.
layerDefinition?
Type:
IResolvable | Geospatial
(optional)
The definition properties for a layer.
layerId?
Type:
string
(optional)
The ID of the layer.
layerType?
Type:
string
(optional)
The layer type.
tooltip?
Type:
IResolvable | Tooltip
(optional)
visibility?
Type:
string
(optional)
The state of visibility for the layer.

.NET
Go
Java
Python
TypeScript