Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnUsagePlanPropsMixin.Builder
Packages that use CfnUsagePlanPropsMixin.Builder
-
Uses of CfnUsagePlanPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnUsagePlanPropsMixin.BuilderModifier and TypeMethodDescriptionThe associated API stages of a usage plan.CfnUsagePlanPropsMixin.Builder.apiStages(IResolvable apiStages) The associated API stages of a usage plan.CfnUsagePlanPropsMixin.Builder.create()CfnUsagePlanPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUsagePlanPropsMixin.Builder.description(String description) The description of a usage plan.CfnUsagePlanPropsMixin.Builder.quota(CfnUsagePlanPropsMixin.QuotaSettingsProperty quota) The target maximum number of permitted requests per a given unit time interval.CfnUsagePlanPropsMixin.Builder.quota(IResolvable quota) The target maximum number of permitted requests per a given unit time interval.The collection of tags.CfnUsagePlanPropsMixin.Builder.throttle(CfnUsagePlanPropsMixin.ThrottleSettingsProperty throttle) A map containing method level throttling information for API stage in a usage plan.CfnUsagePlanPropsMixin.Builder.throttle(IResolvable throttle) A map containing method level throttling information for API stage in a usage plan.CfnUsagePlanPropsMixin.Builder.usagePlanName(String usagePlanName) The name of a usage plan.