@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.515Z") @Stability(value=Experimental) public interface AddApiKeyOptions extends software.amazon.jsii.JsiiSerializable
Example:
UsagePlan usageplan;
ApiKey apiKey;
usageplan.addApiKey(apiKey, AddApiKeyOptions.builder()
.overrideLogicalId("...")
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddApiKeyOptions.Builder
A builder for
AddApiKeyOptions |
static class |
AddApiKeyOptions.Jsii$Proxy
An implementation for
AddApiKeyOptions |
| Modifier and Type | Method and Description |
|---|---|
static AddApiKeyOptions.Builder |
builder() |
default String |
getOverrideLogicalId()
(experimental) Override the CloudFormation logical id of the AWS::ApiGateway::UsagePlanKey resource.
|
@Stability(value=Experimental) @Nullable default String getOverrideLogicalId()
Default: - autogenerated by the CDK
@Stability(value=Experimental) static AddApiKeyOptions.Builder builder()
AddApiKeyOptions.Builder of AddApiKeyOptionsCopyright © 2022. All rights reserved.