Creates a Resource resource.
apigateway_create_resource(restApiId, parentId, pathPart)
[required] [Required] The string identifier of the associated RestApi.
[required] [Required] The parent resource\'s identifier.
[required] The last path segment for this resource.
svc$create_resource( restApiId = "string", parentId = "string", pathPart = "string" )