@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.081Z") @Stability(value=Stable) 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()
Override the CloudFormation logical id of the AWS::ApiGateway::UsagePlanKey resource.
|
@Stability(value=Stable) @Nullable default String getOverrideLogicalId()
Default: - autogenerated by the CDK
@Stability(value=Stable) static AddApiKeyOptions.Builder builder()
AddApiKeyOptions.Builder of AddApiKeyOptionsCopyright © 2022. All rights reserved.