| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnApiKey.Builder |
CfnApiKey.Builder.create(software.constructs.Construct scope,
String id) |
CfnApiKey.Builder |
CfnApiKey.Builder.customerId(String customerId)
An AWS Marketplace customer identifier to use when integrating with the AWS SaaS Marketplace.
|
CfnApiKey.Builder |
CfnApiKey.Builder.description(String description)
A description of the purpose of the API key.
|
CfnApiKey.Builder |
CfnApiKey.Builder.enabled(Boolean enabled)
Indicates whether the API key can be used by clients.
|
CfnApiKey.Builder |
CfnApiKey.Builder.enabled(IResolvable enabled)
Indicates whether the API key can be used by clients.
|
CfnApiKey.Builder |
CfnApiKey.Builder.generateDistinctId(Boolean generateDistinctId)
Specifies whether the key identifier is distinct from the created API key value.
|
CfnApiKey.Builder |
CfnApiKey.Builder.generateDistinctId(IResolvable generateDistinctId)
Specifies whether the key identifier is distinct from the created API key value.
|
CfnApiKey.Builder |
CfnApiKey.Builder.name(String name)
A name for the API key.
|
CfnApiKey.Builder |
CfnApiKey.Builder.stageKeys(IResolvable stageKeys)
A list of stages to associate with this API key.
|
CfnApiKey.Builder |
CfnApiKey.Builder.stageKeys(List<? extends Object> stageKeys)
A list of stages to associate with this API key.
|
CfnApiKey.Builder |
CfnApiKey.Builder.tags(List<? extends CfnTag> tags)
An array of arbitrary tags (key-value pairs) to associate with the API key.
|
CfnApiKey.Builder |
CfnApiKey.Builder.value(String value)
The value of the API key.
|
Copyright © 2022. All rights reserved.