Show / Hide Table of Contents

Class UsagePlanArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UsagePlanArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UsagePlanArgs : ResourceArgs

Constructors

View Source

UsagePlanArgs()

Declaration
public UsagePlanArgs()

Properties

View Source

ApiStages

The associated API stages of the usage plan.

Declaration
public InputList<UsagePlanApiStageArgs> ApiStages { get; set; }
Property Value
Type Description
InputList<UsagePlanApiStageArgs>
View Source

Description

The description of a usage plan.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the usage plan.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProductCode

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

Declaration
public Input<string> ProductCode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

QuotaSettings

The quota settings of the usage plan.

Declaration
public Input<UsagePlanQuotaSettingsArgs> QuotaSettings { get; set; }
Property Value
Type Description
Input<UsagePlanQuotaSettingsArgs>
View Source

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ThrottleSettings

The throttling limits of the usage plan.

Declaration
public Input<UsagePlanThrottleSettingsArgs> ThrottleSettings { get; set; }
Property Value
Type Description
Input<UsagePlanThrottleSettingsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.