UsagePlanArgs

data class UsagePlanArgs(val apiStages: Output<List<UsagePlanApiStageArgs>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val productCode: Output<String>? = null, val quotaSettings: Output<UsagePlanQuotaSettingsArgs>? = null, val tags: Output<Map<String, String>>? = null, val throttleSettings: Output<UsagePlanThrottleSettingsArgs>? = null) : ConvertibleToJava<UsagePlanArgs>

Provides an API Gateway Usage Plan.

Import

Using pulumi import, import AWS API Gateway Usage Plan using the id. For example:

$ pulumi import aws:apigateway/usagePlan:UsagePlan myusageplan <usage_plan_id>

Constructors

Link copied to clipboard
constructor(apiStages: Output<List<UsagePlanApiStageArgs>>? = null, description: Output<String>? = null, name: Output<String>? = null, productCode: Output<String>? = null, quotaSettings: Output<UsagePlanQuotaSettingsArgs>? = null, tags: Output<Map<String, String>>? = null, throttleSettings: Output<UsagePlanThrottleSettingsArgs>? = null)

Properties

Link copied to clipboard
val apiStages: Output<List<UsagePlanApiStageArgs>>? = null

Associated API stages of the usage plan.

Link copied to clipboard
val description: Output<String>? = null

Description of a usage plan.

Link copied to clipboard
val name: Output<String>? = null

Name of the usage plan.

Link copied to clipboard
val productCode: Output<String>? = null

AWS Marketplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.

Link copied to clipboard

The quota settings of the usage plan.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Key-value map of resource tags. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard

The throttling limits of the usage plan.

Functions

Link copied to clipboard
open override fun toJava(): UsagePlanArgs