Show / Hide Table of Contents

Class CfnUsagePlanKeyMixinProps

Properties for CfnUsagePlanKeyPropsMixin.

Inheritance
object
CfnUsagePlanKeyMixinProps
Implements
ICfnUsagePlanKeyMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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.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

See: 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.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

object

Remarks

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

Type union: either string or IApiKeyRef

KeyType

The type of a UsagePlanKey resource for a plan customer.

public string? KeyType { get; set; }
Property Value

string

Remarks

See: 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 UsagePlanKey resource representing a plan customer.

public object? UsagePlanId { get; set; }
Property Value

object

Remarks

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

Type union: either string or IUsagePlanRef

Implements

ICfnUsagePlanKeyMixinProps
Back to top Generated by DocFX