@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.142Z") @Stability(value=Stable) public interface CfnUsagePlanKeyProps extends software.amazon.jsii.JsiiSerializable
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.apigateway.*;
CfnUsagePlanKeyProps cfnUsagePlanKeyProps = CfnUsagePlanKeyProps.builder()
.keyId("keyId")
.keyType("keyType")
.usagePlanId("usagePlanId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUsagePlanKeyProps.Builder
A builder for
CfnUsagePlanKeyProps |
static class |
CfnUsagePlanKeyProps.Jsii$Proxy
An implementation for
CfnUsagePlanKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUsagePlanKeyProps.Builder |
builder() |
String |
getKeyId()
The ID of the usage plan key.
|
String |
getKeyType()
The type of usage plan key.
|
String |
getUsagePlanId()
The ID of the usage plan.
|
@Stability(value=Stable) @NotNull String getKeyId()
@Stability(value=Stable) @NotNull String getKeyType()
Currently, the only valid key type is API_KEY .
@Stability(value=Stable) @NotNull String getUsagePlanId()
@Stability(value=Stable) static CfnUsagePlanKeyProps.Builder builder()
CfnUsagePlanKeyProps.Builder of CfnUsagePlanKeyPropsCopyright © 2022. All rights reserved.