Interface APIKeyReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
APIKeyReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:43.037Z")
@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 classA builder forAPIKeyReferencestatic final classAn implementation forAPIKeyReference -
Method Summary
Modifier and TypeMethodDescriptionstatic APIKeyReference.Builderbuilder()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.BuilderofAPIKeyReference
-