Show / Hide Table of Contents

Interface CfnDashboard.IGeospatialMapStateProperty

The map state properties for a map.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialmapstate.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 geospatialMapStateProperty = new GeospatialMapStateProperty {
                 Bounds = new GeospatialCoordinateBoundsProperty {
                     East = 123,
                     North = 123,
                     South = 123,
                     West = 123
                 },
                 MapNavigation = "mapNavigation"
             };

Synopsis

Properties

Bounds

The map state properties for a map.

MapNavigation

Enables or disables map navigation for a map.

Properties

Bounds

The map state properties for a map.

object? Bounds { get; }
Property Value

object

Remarks

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

MapNavigation

Enables or disables map navigation for a map.

string? MapNavigation { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialmapstate.html#cfn-quicksight-dashboard-geospatialmapstate-mapnavigation

Back to top Generated by DocFX