paws.networking (version 0.1.6)

apigateway_create_resource: Creates a Resource resource

Description

Creates a Resource resource.

Usage

apigateway_create_resource(restApiId, parentId, pathPart)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi.

parentId

[required] [Required] The parent resource\'s identifier.

pathPart

[required] The last path segment for this resource.

Request syntax

svc$create_resource(
  restApiId = "string",
  parentId = "string",
  pathPart = "string"
)