Interface IAddApiKeyOptions
Options to the UsagePlan.addApiKey() method.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAddApiKeyOptions
Syntax (vb)
Public Interface IAddApiKeyOptions
Remarks
ExampleMetadata: infused
Examples
UsagePlan usagePlan;
ApiKey apiKey;
usagePlan.AddApiKey(apiKey, new AddApiKeyOptions {
OverrideLogicalId = "MyCustomLogicalId"
});
Synopsis
Properties
| OverrideLogicalId | Override the CloudFormation logical id of the AWS::ApiGateway::UsagePlanKey resource. |
Properties
OverrideLogicalId
Override the CloudFormation logical id of the AWS::ApiGateway::UsagePlanKey resource.
string? OverrideLogicalId { get; }
Property Value
Remarks
Default: - autogenerated by the CDK