apigateway_create_resource {paws.networking} | R Documentation |
Creates a Resource resource
Description
Creates a Resource resource.
See https://www.paws-r-sdk.com/docs/apigateway_create_resource/ for full documentation.
Usage
apigateway_create_resource(restApiId, parentId, pathPart)
Arguments
restApiId |
[required] The string identifier of the associated RestApi. |
parentId |
[required] The parent resource's identifier. |
pathPart |
[required] The last path segment for this resource. |
[Package paws.networking version 0.7.0 Index]