interface GeospatialLayerItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.GeospatialLayerItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_GeospatialLayerItemProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialLayerItemProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.GeospatialLayerItemProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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 |
|---|---|---|
| layer | string | The ID of the layer. |
| 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 layer type. |
| tooltip? | IResolvable | Tooltip | |
| visibility? | string | The state of visibility for the layer. |
layerId
Type:
string
The ID of 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.
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