Show / Hide Table of Contents

Interface IApiKey

(experimental) An API Key.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Location.Alpha
Assembly: Amazon.CDK.AWS.Location.Alpha.dll
Syntax (csharp)
public interface IApiKey : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IApiKey Inherits IResource, IConstruct, IDependable, IEnvironmentAware
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