Show / Hide Table of Contents

Class CfnUsagePlanKeyProps

Properties for defining a CfnUsagePlanKey.

Inheritance
System.Object
CfnUsagePlanKeyProps
Implements
ICfnUsagePlanKeyProps
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUsagePlanKeyProps : Object, ICfnUsagePlanKeyProps
Syntax (vb)
Public Class CfnUsagePlanKeyProps
    Inherits Object
    Implements ICfnUsagePlanKeyProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keyid

KeyType

The type of a UsagePlanKey resource for a plan customer.

public string KeyType { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-keytype

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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplankey.html#cfn-apigateway-usageplankey-usageplanid

Implements

ICfnUsagePlanKeyProps
Back to top Generated by DocFX