Uses of Interface
software.amazon.awscdk.services.apigateway.IResource
Packages that use IResource
-
Uses of IResource in software.amazon.awscdk.services.apigateway
Subinterfaces of IResource in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIResource.Classes in software.amazon.awscdk.services.apigateway that implement IResourceModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefines a {proxy+} greedy resource and an ANY method on a route.classExample:classMethods in software.amazon.awscdk.services.apigateway that return IResourceModifier and TypeMethodDescriptionstatic IResourceResource.fromResourceAttributes(software.constructs.Construct scope, String id, ResourceAttributes attrs) Import an existing resource.ProxyResourceProps.getParent()The parent resource of this resource.final IResourceProxyResourceProps.Jsii$Proxy.getParent()ResourceProps.getParent()The parent resource of this resource.final IResourceResourceProps.Jsii$Proxy.getParent()default IResourceIResource.getParentResource()The parent of this resource or undefined for the root resource.default IResourceIResource.Jsii$Default.getParentResource()The parent of this resource or undefined for the root resource.final IResourceIResource.Jsii$Proxy.getParentResource()The parent of this resource or undefined for the root resource.Resource.getParentResource()The parent of this resource or undefined for the root resource.abstract IResourceResourceBase.getParentResource()The parent of this resource or undefined for the root resource.IResource.getResource(String pathPart) Retrieves a child resource by path part.default IResourceIResource.Jsii$Default.getResource(String pathPart) Retrieves a child resource by path part.final IResourceIResource.Jsii$Proxy.getResource(String pathPart) Retrieves a child resource by path part.Method.getResource()MethodProps.getResource()The resource this method is associated with.final IResourceMethodProps.Jsii$Proxy.getResource()ResourceBase.getResource(String pathPart) Retrieves a child resource by path part.IRestApi.getRoot()Represents the root resource ("/") of this API.default IResourceIRestApi.Jsii$Default.getRoot()Represents the root resource ("/") of this API.final IResourceIRestApi.Jsii$Proxy.getRoot()Represents the root resource ("/") of this API.RestApi.getRoot()Represents the root resource of this API endpoint ('/').abstract IResourceRestApiBase.getRoot()Represents the root resource of this API endpoint ('/').SpecRestApi.getRoot()Represents the root resource of this API endpoint ('/').Methods in software.amazon.awscdk.services.apigateway with parameters of type IResourceModifier and TypeMethodDescriptionThe parent resource of this resource.Sets the value ofProxyResourceProps.getParent()The parent resource of this resource.Sets the value ofResourceProps.getParent()The resource this method is associated with.Sets the value ofMethodProps.getResource()