| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiKeyOptions
(experimental) The options for creating an API Key.
|
interface |
ApiKeyProps
(experimental) ApiKey Properties.
|
interface |
LambdaRestApiProps
Example:
|
interface |
ProxyResourceOptions
Example:
|
interface |
ProxyResourceProps
Example:
|
interface |
RateLimitedApiKeyProps
(experimental) RateLimitedApiKey properties.
|
interface |
ResourceProps
Example:
|
interface |
RestApiOptions
Deprecated.
- superseded by `RestApiBaseProps`
|
interface |
RestApiProps
(experimental) Props to create a new instance of RestApi.
|
interface |
StepFunctionsRestApiProps
(experimental) Properties for StepFunctionsRestApi.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiKeyOptions.Jsii$Proxy
An implementation for
ApiKeyOptions |
static class |
ApiKeyProps.Jsii$Proxy
An implementation for
ApiKeyProps |
static class |
LambdaRestApiProps.Jsii$Proxy
An implementation for
LambdaRestApiProps |
static class |
ProxyResourceOptions.Jsii$Proxy
An implementation for
ProxyResourceOptions |
static class |
ProxyResourceProps.Jsii$Proxy
An implementation for
ProxyResourceProps |
static class |
RateLimitedApiKeyProps.Jsii$Proxy
An implementation for
RateLimitedApiKeyProps |
static class |
ResourceOptions.Jsii$Proxy
An implementation for
ResourceOptions |
static class |
ResourceProps.Jsii$Proxy
An implementation for
ResourceProps |
static class |
RestApiOptions.Jsii$Proxy
Deprecated.
|
static class |
RestApiProps.Jsii$Proxy
An implementation for
RestApiProps |
static class |
StepFunctionsRestApiProps.Jsii$Proxy
An implementation for
StepFunctionsRestApiProps |
| Modifier and Type | Method and Description |
|---|---|
ResourceOptions |
ResourceOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceBase.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
Resource |
IResource.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
Resource |
IResource.Jsii$Proxy.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
default Resource |
IResource.Jsii$Default.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
Copyright © 2022. All rights reserved.