Class CfnUsagePlanKeyProps
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
Properties for defining a CfnUsagePlanKey
.
public class CfnUsagePlanKeyProps : ICfnUsagePlanKeyProps
- Inheritance
-
CfnUsagePlanKeyProps
- Implements
- Inherited Members
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 cfnUsagePlanKeyProps = new CfnUsagePlanKeyProps {
KeyId = "keyId",
KeyType = "keyType",
UsagePlanId = "usagePlanId"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
CfnUsagePlanKeyProps()
public CfnUsagePlanKeyProps()
Properties
KeyId
The Id of the UsagePlanKey resource to be deleted.
public string KeyId { get; set; }
Property Value
Remarks
KeyType
The type of a UsagePlanKey resource for a plan customer.
public string KeyType { get; set; }
Property Value
Remarks
UsagePlanId
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
public string UsagePlanId { get; set; }