Skip to content

List Product Rest Endpoint Pages

apigatewayv2_list_product_rest_endpoint_pages R Documentation

Lists the product REST endpoint pages of a portal product

Description

Lists the product REST endpoint pages of a portal product.

Usage

apigatewayv2_list_product_rest_endpoint_pages(MaxResults, NextToken,
  PortalProductId, ResourceOwnerAccountId)

Arguments

MaxResults

The maximum number of elements to be returned for this resource.

NextToken

The next page of elements from this collection. Not valid for the last element of the collection.

PortalProductId

[required] The portal product identifier.

ResourceOwnerAccountId

The account ID of the resource owner of the portal product.

Value

A list with the following syntax:

list(
  Items = list(
    list(
      Endpoint = "string",
      LastModified = as.POSIXct(
        "2015-01-01"
      ),
      OperationName = "string",
      ProductRestEndpointPageArn = "string",
      ProductRestEndpointPageId = "string",
      RestEndpointIdentifier = list(
        IdentifierParts = list(
          Method = "string",
          Path = "string",
          RestApiId = "string",
          Stage = "string"
        )
      ),
      Status = "AVAILABLE"|"IN_PROGRESS"|"FAILED",
      StatusException = list(
        Exception = "string",
        Message = "string"
      ),
      TryItState = "ENABLED"|"DISABLED"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_product_rest_endpoint_pages(
  MaxResults = "string",
  NextToken = "string",
  PortalProductId = "string",
  ResourceOwnerAccountId = "string"
)