Class CfnUsagePlanKeyProps
Properties for defining a CfnUsagePlanKey.
Inheritance
System.Object
    CfnUsagePlanKeyProps
  Implements
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.AWS.APIGateway.dll
Syntax (csharp)
public class CfnUsagePlanKeyProps : Object, ICfnUsagePlanKeyPropsSyntax (vb)
Public Class CfnUsagePlanKeyProps
    Inherits Object
    Implements ICfnUsagePlanKeyPropsRemarks
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 cfnUsagePlanKeyProps = new CfnUsagePlanKeyProps {
    KeyId = "keyId",
    KeyType = "keyType",
    UsagePlanId = "usagePlanId"
};Synopsis
Constructors
| CfnUsagePlanKeyProps() | 
Properties
| KeyId | The Id of the UsagePlanKey resource to be deleted. | 
| KeyType | The type of a UsagePlanKey resource for a plan customer. | 
| UsagePlanId | The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer. | 
Constructors
CfnUsagePlanKeyProps()
public CfnUsagePlanKeyProps()Properties
KeyId
The Id of the UsagePlanKey resource to be deleted.
public string KeyId { get; set; }Property Value
System.String
Remarks
KeyType
The type of a UsagePlanKey resource for a plan customer.
public string KeyType { get; set; }Property Value
System.String
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; }Property Value
System.String