Uses of Interface
software.amazon.awscdk.services.apigateway.ResourceOptions
Packages that use ResourceOptions
-
Uses of ResourceOptions in software.amazon.awscdk.services.apigateway
Subinterfaces of ResourceOptions in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterface
The options for creating an API Key.interface
ApiKey Properties.interface
Example:interface
Example:interface
Example:interface
RateLimitedApiKey properties.interface
Example:interface
Deprecated.interface
Props to create a new instance of RestApi.interface
Properties for StepFunctionsRestApi.Classes in software.amazon.awscdk.services.apigateway that implement ResourceOptionsModifier and TypeClassDescriptionstatic final class
An implementation forApiKeyOptions
static final class
An implementation forApiKeyProps
static final class
An implementation forLambdaRestApiProps
static final class
An implementation forProxyResourceOptions
static final class
An implementation forProxyResourceProps
static final class
An implementation forRateLimitedApiKeyProps
static final class
An implementation forResourceOptions
static final class
An implementation forResourceProps
static final class
Deprecated.static final class
An implementation forRestApiProps
static final class
An implementation forStepFunctionsRestApiProps
Methods in software.amazon.awscdk.services.apigateway that return ResourceOptionsModifier and TypeMethodDescriptionResourceOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.apigateway with parameters of type ResourceOptionsModifier and TypeMethodDescriptionIResource.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.default Resource
IResource.Jsii$Default.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.final Resource
IResource.Jsii$Proxy.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.ResourceBase.addResource
(String pathPart, ResourceOptions options) Defines a new child resource where this resource is the parent.
RestApiBaseProps