Show / Hide Table of Contents

Class UsagePlanState

Inheritance
System.Object
InputArgs
ResourceArgs
UsagePlanState
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 UsagePlanState : ResourceArgs

Constructors

View Source

UsagePlanState()

Declaration
public UsagePlanState()

Properties

View Source

ApiStages

The associated API stages of the usage plan.

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

Arn

Amazon Resource Name (ARN)

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
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<UsagePlanQuotaSettingsGetArgs> QuotaSettings { get; set; }
Property Value
Type Description
Input<UsagePlanQuotaSettingsGetArgs>
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<UsagePlanThrottleSettingsGetArgs> ThrottleSettings { get; set; }
Property Value
Type Description
Input<UsagePlanThrottleSettingsGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.