Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IGeospatialMapStateProperty

The map state properties for a map.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IGeospatialMapStateProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;

             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

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialCoordinateBoundsProperty

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