Show / Hide Table of Contents

Interface IMap

(experimental) Represents the Amazon Location Service Map.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
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

string

Remarks

Stability: Experimental

Attribute: Arn, MapArn

MapName

(experimental) The name of the map.

string MapName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX