Show / Hide Table of Contents

Interface IApiKey

(experimental) An API Key.

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

string

Remarks

Stability: Experimental

Attribute: Arn, apiKeyArn

ApiKeyName

(experimental) The name of the api key.

string ApiKeyName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX