Class UsagePlanApiStageArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UsagePlanApiStageArgs : ResourceArgs
Constructors
View SourceUsagePlanApiStageArgs()
Declaration
public UsagePlanApiStageArgs()
Properties
View SourceApiId
API Id of the associated API stage in a usage plan.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Stage
API stage name of the associated API stage in a usage plan.
Declaration
public Input<string> Stage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |