Interface CfnUsagePlanKeyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUsagePlanKeyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-11T18:01:10.539Z")
@Stability(Stable)
public interface CfnUsagePlanKeyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnUsagePlanKey
.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnUsagePlanKeyProps
static final class
An implementation forCfnUsagePlanKeyProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnUsagePlanKeyProps.Builder
builder()
getKeyId()
The Id of the UsagePlanKey resource.The type of a UsagePlanKey resource for a plan customer.The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyId
The Id of the UsagePlanKey resource.- See Also:
-
getKeyType
The type of a UsagePlanKey resource for a plan customer.- See Also:
-
getUsagePlanId
The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer.- See Also:
-
builder
- Returns:
- a
CfnUsagePlanKeyProps.Builder
ofCfnUsagePlanKeyProps
-