Class CfnUsagePlanKeyMixinProps
Properties for CfnUsagePlanKeyPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ApiGateway
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnUsagePlanKeyMixinProps : ICfnUsagePlanKeyMixinProps
Syntax (vb)
Public Class CfnUsagePlanKeyMixinProps Implements ICfnUsagePlanKeyMixinProps
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.CfnPropertyMixins.AWS.ApiGateway;
var cfnUsagePlanKeyMixinProps = new CfnUsagePlanKeyMixinProps {
KeyId = "keyId",
KeyType = "keyType",
UsagePlanId = "usagePlanId"
};
Synopsis
Constructors
| CfnUsagePlanKeyMixinProps() | Properties for CfnUsagePlanKeyPropsMixin. |
Properties
| KeyId | The Id of the UsagePlanKey resource. |
| KeyType | The type of a UsagePlanKey resource for a plan customer. |
| UsagePlanId | The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer. |
Constructors
CfnUsagePlanKeyMixinProps()
Properties for CfnUsagePlanKeyPropsMixin.
public CfnUsagePlanKeyMixinProps()
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.CfnPropertyMixins.AWS.ApiGateway;
var cfnUsagePlanKeyMixinProps = new CfnUsagePlanKeyMixinProps {
KeyId = "keyId",
KeyType = "keyType",
UsagePlanId = "usagePlanId"
};
Properties
KeyId
The Id of the UsagePlanKey resource.
public object? 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 UsagePlanKey resource representing a plan customer.
public object? UsagePlanId { get; set; }