Interface ICfnUsagePlanKeyProps
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
Properties for defining a CfnUsagePlanKey
.
public interface ICfnUsagePlanKeyProps
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
Properties
KeyId
The Id of the UsagePlanKey resource to be deleted.
string KeyId { get; }
Property Value
Remarks
KeyType
The type of a UsagePlanKey resource for a plan customer.
string KeyType { get; }
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.
string UsagePlanId { get; }