Learn R Programming

paws.networking (version 0.2.0)

apigateway_create_resource: Creates a Resource resource

Description

Creates a Resource resource.

See https://paws-r.github.io/docs/apigateway/create_resource.html 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.