Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IResourceRef
Packages that use IResourceRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IResourceRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IResourceRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIResourceRef.Classes in software.amazon.awscdk.interfaces.apigateway that implement IResourceRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IResourceRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IResourceRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIResource.Classes in software.amazon.awscdk.services.apigateway that implement IResourceRefModifier and TypeClassDescriptionclassTheAWS::ApiGateway::Resourceresource creates a resource in an API.static 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 with parameters of type IResourceRefModifier and TypeMethodDescriptionCfnResource.Builder.parentId(IResourceRef parentId) The parent resource's identifier.CfnResourceProps.Builder.parentId(IResourceRef parentId) Sets the value ofCfnResourceProps.getParentId()CfnMethod.Builder.resourceId(IResourceRef resourceId) The Resource identifier for the MethodResponse resource.CfnMethodProps.Builder.resourceId(IResourceRef resourceId) Sets the value ofCfnMethodProps.getResourceId()