Table of Contents

Interface IAddApiKeyOptions

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

Options to the UsagePlan.addApiKey() method.

public interface IAddApiKeyOptions

Examples

UsagePlan usageplan;
            ApiKey apiKey;


            usageplan.AddApiKey(apiKey, new AddApiKeyOptions {
                OverrideLogicalId = "..."
            });

Remarks

ExampleMetadata: infused

Properties

OverrideLogicalId

Override the CloudFormation logical id of the AWS::ApiGateway::UsagePlanKey resource.

string? OverrideLogicalId { get; }

Property Value

string

Remarks

Default: - autogenerated by the CDK