Skip to content

List Portal Products

apigatewayv2_list_portal_products R Documentation

Lists portal products

Description

Lists portal products.

Usage

apigatewayv2_list_portal_products(MaxResults, NextToken, ResourceOwner)

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.

ResourceOwner

The resource owner of the portal product.

Value

A list with the following syntax:

list(
  Items = list(
    list(
      Description = "string",
      DisplayName = "string",
      LastModified = as.POSIXct(
        "2015-01-01"
      ),
      PortalProductArn = "string",
      PortalProductId = "string",
      Tags = list(
        "string"
      )
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_portal_products(
  MaxResults = "string",
  NextToken = "string",
  ResourceOwner = "string"
)