Interface CfnUsagePlanKeyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUsagePlanKeyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:04.151Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUsagePlanKeyPropsstatic final classAn implementation forCfnUsagePlanKeyProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnUsagePlanKeyProps.Builderbuilder()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.Returns union: either
StringorIApiKeyRef- 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.Returns union: either
StringorIUsagePlanRef- See Also:
-
builder
- Returns:
- a
CfnUsagePlanKeyProps.BuilderofCfnUsagePlanKeyProps
-