Interface CfnUsagePlanKeyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUsagePlanKeyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:44.918Z")
@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();
-
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 to be deleted.The type of a UsagePlanKey resource for a plan customer.The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted 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 to be deleted. -
getKeyType
The type of a UsagePlanKey resource for a plan customer. -
getUsagePlanId
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer. -
builder
- Returns:
- a
CfnUsagePlanKeyProps.BuilderofCfnUsagePlanKeyProps
-