Interface IMap.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IMap, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IMap.Jsii$Proxy
Enclosing interface:
IMap

@Internal public static interface IMap.Jsii$Default extends IMap, IResource.Jsii$Default
Internal default implementation for IMap.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.constructs.IDependable

    software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.location.alpha.IMap

    IMap.Jsii$Default, IMap.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource

    IResource.Jsii$Default, IResource.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    (experimental) The Amazon Resource Name (ARN) of the Map.
    default String
    (experimental) The name of the map.

    Methods inherited from interface software.constructs.IConstruct.Jsii$Default

    getNode

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default

    getEnv

    Methods inherited from interface software.amazon.awscdk.IResource.Jsii$Default

    applyRemovalPolicy, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getMapArn

      @Stability(Experimental) @NotNull default String getMapArn()
      (experimental) The Amazon Resource Name (ARN) of the Map.
      Specified by:
      getMapArn in interface IMap
    • getMapName

      @Stability(Experimental) @NotNull default String getMapName()
      (experimental) The name of the map.
      Specified by:
      getMapName in interface IMap