Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.GeospatialMapStateProperty

The map state properties for a map.

Inheritance
object
CfnAnalysisPropsMixin.GeospatialMapStateProperty
Implements
CfnAnalysisPropsMixin.IGeospatialMapStateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialMapStateProperty : CfnAnalysisPropsMixin.IGeospatialMapStateProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialMapStateProperty Implements CfnAnalysisPropsMixin.IGeospatialMapStateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.CfnPropertyMixins.AWS.QuickSight;

             var geospatialMapStateProperty = new GeospatialMapStateProperty {
                 Bounds = new GeospatialCoordinateBoundsProperty {
                     East = 123,
                     North = 123,
                     South = 123,
                     West = 123
                 },
                 MapNavigation = "mapNavigation"
             };

Synopsis

Constructors

GeospatialMapStateProperty()

The map state properties for a map.

Properties

Bounds

The map state properties for a map.

MapNavigation

Enables or disables map navigation for a map.

Constructors

GeospatialMapStateProperty()

The map state properties for a map.

public GeospatialMapStateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.CfnPropertyMixins.AWS.QuickSight;

             var geospatialMapStateProperty = new GeospatialMapStateProperty {
                 Bounds = new GeospatialCoordinateBoundsProperty {
                     East = 123,
                     North = 123,
                     South = 123,
                     West = 123
                 },
                 MapNavigation = "mapNavigation"
             };

Properties

Bounds

The map state properties for a map.

public object? Bounds { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialCoordinateBoundsProperty

MapNavigation

Enables or disables map navigation for a map.

public string? MapNavigation { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysisPropsMixin.IGeospatialMapStateProperty
Back to top Generated by DocFX