@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:15.677Z") @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()
`AWS::ApiGateway::UsagePlanKey.KeyId`.
|
String |
getKeyType()
`AWS::ApiGateway::UsagePlanKey.KeyType`.
|
String |
getUsagePlanId()
`AWS::ApiGateway::UsagePlanKey.UsagePlanId`.
|
@Stability(value=Stable) @NotNull String getKeyId()
@Stability(value=Stable) @NotNull String getKeyType()
@Stability(value=Stable) @NotNull String getUsagePlanId()
@Stability(value=Stable) static CfnUsagePlanKeyProps.Builder builder()
CfnUsagePlanKeyProps.Builder of CfnUsagePlanKeyPropsCopyright © 2021. All rights reserved.