Skip to content

Get Product Page

apigatewayv2_get_product_page R Documentation

Gets a product page of a portal product

Description

Gets a product page of a portal product.

Usage

apigatewayv2_get_product_page(PortalProductId, ProductPageId,
  ResourceOwnerAccountId)

Arguments

PortalProductId

[required] The portal product identifier.

ProductPageId

[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(
  DisplayContent = list(
    Body = "string",
    Title = "string"
  ),
  LastModified = as.POSIXct(
    "2015-01-01"
  ),
  ProductPageArn = "string",
  ProductPageId = "string"
)

Request syntax

svc$get_product_page(
  PortalProductId = "string",
  ProductPageId = "string",
  ResourceOwnerAccountId = "string"
)