Interface IApiKey
(experimental) An API Key.
Namespace: Amazon.CDK.AWS.Location.Alpha
Assembly: Amazon.CDK.AWS.Location.Alpha.dll
Syntax (csharp)
public interface IApiKey : IResource, IConstruct, IDependable
  Syntax (vb)
Public Interface IApiKey Inherits IResource, IConstruct, IDependable
  Remarks
Stability: Experimental
Synopsis
Properties
| ApiKeyArn | (experimental) The Amazon Resource Name (ARN) of the api key resource.  | 
      
| ApiKeyName | (experimental) The name of the api key.  | 
      
Properties
ApiKeyArn
(experimental) The Amazon Resource Name (ARN) of the api key resource.
string ApiKeyArn { get; }
  Property Value
Remarks
Stability: Experimental
Attribute: Arn, apiKeyArn
ApiKeyName
(experimental) The name of the api key.
string ApiKeyName { get; }
  Property Value
Remarks
Stability: Experimental
Attribute: true