Interface IApiKey.Jsii$Default

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

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

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

    IApiKey.Jsii$Default, IApiKey.Jsii$Proxy

    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.IResource

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

    Modifier and Type
    Method
    Description
    default String
    (experimental) The Amazon Resource Name (ARN) of the api key resource.
    default String
    (experimental) The name of the api key.

    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

    • getApiKeyArn

      @Stability(Experimental) @NotNull default String getApiKeyArn()
      (experimental) The Amazon Resource Name (ARN) of the api key resource.
      Specified by:
      getApiKeyArn in interface IApiKey
    • getApiKeyName

      @Stability(Experimental) @NotNull default String getApiKeyName()
      (experimental) The name of the api key.
      Specified by:
      getApiKeyName in interface IApiKey