Interface IMap
(experimental) Represents the Amazon Location Service Map.
Namespace: Amazon.CDK.AWS.Location.Alpha
Assembly: Amazon.CDK.AWS.Location.Alpha.dll
Syntax (csharp)
public interface IMap : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IMap Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
MapArn | (experimental) The Amazon Resource Name (ARN) of the Map. |
MapName | (experimental) The name of the map. |
Properties
MapArn
(experimental) The Amazon Resource Name (ARN) of the Map.
string MapArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: Arn, MapArn
MapName
(experimental) The name of the map.
string MapName { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true