| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IResource.Jsii$Default
Internal default implementation for
IResource. |
| Modifier and Type | Method and Description |
|---|---|
static IResource |
Resource.fromResourceAttributes(software.constructs.Construct scope,
String id,
ResourceAttributes attrs)
(experimental) Import an existing resource.
|
IResource |
ResourceProps.getParent()
(experimental) The parent resource of this resource.
|
IResource |
ResourceProps.Jsii$Proxy.getParent() |
IResource |
ProxyResourceProps.getParent()
(experimental) The parent resource of this resource.
|
IResource |
ProxyResourceProps.Jsii$Proxy.getParent() |
default IResource |
IResource.getParentResource()
(experimental) The parent of this resource or undefined for the root resource.
|
IResource |
IResource.Jsii$Proxy.getParentResource()
(experimental) The parent of this resource or undefined for the root resource.
|
default IResource |
IResource.Jsii$Default.getParentResource()
(experimental) The parent of this resource or undefined for the root resource.
|
IResource |
Resource.getParentResource()
(experimental) The parent of this resource or undefined for the root resource.
|
abstract IResource |
ResourceBase.getParentResource()
(experimental) The parent of this resource or undefined for the root resource.
|
IResource |
MethodProps.getResource()
(experimental) The resource this method is associated with.
|
IResource |
MethodProps.Jsii$Proxy.getResource() |
IResource |
Method.getResource() |
IResource |
IResource.getResource(String pathPart)
(experimental) Retrieves a child resource by path part.
|
IResource |
IResource.Jsii$Proxy.getResource(String pathPart)
(experimental) Retrieves a child resource by path part.
|
default IResource |
IResource.Jsii$Default.getResource(String pathPart)
(experimental) Retrieves a child resource by path part.
|
IResource |
ResourceBase.getResource(String pathPart)
(experimental) Retrieves a child resource by path part.
|
IResource |
SpecRestApi.getRoot()
(experimental) Represents the root resource of this API endpoint ('/').
|
IResource |
RestApi.getRoot()
(experimental) Represents the root resource of this API endpoint ('/').
|
IResource |
IRestApi.getRoot()
(experimental) Represents the root resource ("/") of this API.
|
IResource |
IRestApi.Jsii$Proxy.getRoot()
(experimental) Represents the root resource ("/") of this API.
|
default IResource |
IRestApi.Jsii$Default.getRoot()
(experimental) Represents the root resource ("/") of this API.
|
abstract IResource |
RestApiBase.getRoot()
(experimental) Represents the root resource of this API endpoint ('/').
|
| Modifier and Type | Method and Description |
|---|---|
ResourceProps.Builder |
ResourceProps.Builder.parent(IResource parent)
Sets the value of
ResourceProps.getParent() |
ProxyResourceProps.Builder |
ProxyResourceProps.Builder.parent(IResource parent)
Sets the value of
ProxyResourceProps.getParent() |
Resource.Builder |
Resource.Builder.parent(IResource parent)
(experimental) The parent resource of this resource.
|
ProxyResource.Builder |
ProxyResource.Builder.parent(IResource parent)
(experimental) The parent resource of this resource.
|
MethodProps.Builder |
MethodProps.Builder.resource(IResource resource)
Sets the value of
MethodProps.getResource() |
Method.Builder |
Method.Builder.resource(IResource resource)
(experimental) The resource this method is associated with.
|
| Constructor and Description |
|---|
Jsii$Proxy(IResource parent,
Boolean anyMethod,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ProxyResourceProps.Builder. |
Jsii$Proxy(IResource parent,
String pathPart,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ResourceProps.Builder. |
Jsii$Proxy(String httpMethod,
IResource resource,
Integration integration,
MethodOptions options)
Constructor that initializes the object based on literal property values passed by the
MethodProps.Builder. |
Copyright © 2021. All rights reserved.