Class UsagePlanReference
A reference to a UsagePlan resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class UsagePlanReference : IUsagePlanReference
Syntax (vb)
Public Class UsagePlanReference Implements IUsagePlanReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var usagePlanReference = new UsagePlanReference {
UsagePlanId = "usagePlanId"
};
Synopsis
Constructors
UsagePlanReference() | A reference to a UsagePlan resource. |
Properties
UsagePlanId | The Id of the UsagePlan resource. |
Constructors
UsagePlanReference()
A reference to a UsagePlan resource.
public UsagePlanReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var usagePlanReference = new UsagePlanReference {
UsagePlanId = "usagePlanId"
};
Properties
UsagePlanId
The Id of the UsagePlan resource.
public string UsagePlanId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated