Class UsagePlanArgs
Inherited Members
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 SourceUsagePlanArgs()
Declaration
public UsagePlanArgs()
Properties
View SourceApiStages
The associated API stages of the usage plan.
Declaration
public InputList<UsagePlanApiStageArgs> ApiStages { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<UsagePlanApiStageArgs> |
Description
The description of a usage plan.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the usage plan.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
QuotaSettings
The quota settings of the usage plan.
Declaration
public Input<UsagePlanQuotaSettingsArgs> QuotaSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<UsagePlanQuotaSettingsArgs> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ThrottleSettings
The throttling limits of the usage plan.
Declaration
public Input<UsagePlanThrottleSettingsArgs> ThrottleSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<UsagePlanThrottleSettingsArgs> |