Show / Hide Table of Contents

Interface CfnTemplate.IGeospatialWindowOptionsProperty

The window options of the geospatial map visual.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IGeospatialWindowOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.IGeospatialWindowOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-geospatialwindowoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var geospatialWindowOptionsProperty = new GeospatialWindowOptionsProperty {
                 Bounds = new GeospatialCoordinateBoundsProperty {
                     East = 123,
                     North = 123,
                     South = 123,
                     West = 123
                 },
                 MapZoomMode = "mapZoomMode"
             };

Synopsis

Properties

Bounds

The bounds options (north, south, west, east) of the geospatial window options.

MapZoomMode

The map zoom modes (manual, auto) of the geospatial window options.

Properties

Bounds

The bounds options (north, south, west, east) of the geospatial window options.

object? Bounds { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-geospatialwindowoptions.html#cfn-quicksight-template-geospatialwindowoptions-bounds

MapZoomMode

The map zoom modes (manual, auto) of the geospatial window options.

string? MapZoomMode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-geospatialwindowoptions.html#cfn-quicksight-template-geospatialwindowoptions-mapzoommode

Back to top Generated by DocFX