Interface APIKeyReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
APIKeyReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:01.749Z")
@Stability(Stable)
public interface APIKeyReference
extends software.amazon.jsii.JsiiSerializable
A reference to a APIKey resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.location.*; APIKeyReference aPIKeyReference = APIKeyReference.builder() .apiKeyArn("apiKeyArn") .keyName("keyName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forAPIKeyReference
static final class
An implementation forAPIKeyReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic APIKeyReference.Builder
builder()
The ARN of the APIKey resource.The KeyName of the APIKey resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiKeyArn
The ARN of the APIKey resource. -
getKeyName
The KeyName of the APIKey resource. -
builder
- Returns:
- a
APIKeyReference.Builder
ofAPIKeyReference
-