UsagePlan

class UsagePlan : KotlinCustomResource

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>

Properties

Link copied to clipboard

Associated API stages of the usage plan.

Link copied to clipboard
val arn: Output<String>

ARN

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

Description of a usage plan.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Name of the usage plan.

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

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Quota of the usage plan.

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

Map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard

Throttling limits of the usage plan.

Link copied to clipboard
val urn: Output<String>