Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IUsagePlanRef
Packages that use IUsagePlanRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IUsagePlanRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IUsagePlanRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUsagePlanRef.Classes in software.amazon.awscdk.interfaces.apigateway that implement IUsagePlanRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IUsagePlanRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IUsagePlanRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterfaceA UsagePlan, either managed by this CDK app, or imported.static interfaceInternal default implementation forIUsagePlan.Classes in software.amazon.awscdk.services.apigateway that implement IUsagePlanRefModifier and TypeClassDescriptionclassTheAWS::ApiGateway::UsagePlanresource creates a usage plan for deployed APIs.static final classA proxy class which represents a concrete javascript instance of this type.classExample:Methods in software.amazon.awscdk.services.apigateway that return IUsagePlanRefModifier and TypeMethodDescriptionstatic IUsagePlanRefCfnUsagePlan.fromUsagePlanId(software.constructs.Construct scope, String id, String usagePlanId) Creates a new IUsagePlanRef from a usagePlanId.