Skip to content

Get Portal Product

apigatewayv2_get_portal_product R Documentation

Gets a portal product

Description

Gets a portal product.

Usage

apigatewayv2_get_portal_product(PortalProductId, ResourceOwnerAccountId)

Arguments

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(
  Description = "string",
  DisplayName = "string",
  DisplayOrder = list(
    Contents = list(
      list(
        ProductRestEndpointPageArns = list(
          "string"
        ),
        SectionName = "string"
      )
    ),
    OverviewPageArn = "string",
    ProductPageArns = list(
      "string"
    )
  ),
  LastModified = as.POSIXct(
    "2015-01-01"
  ),
  PortalProductArn = "string",
  PortalProductId = "string",
  Tags = list(
    "string"
  )
)

Request syntax

svc$get_portal_product(
  PortalProductId = "string",
  ResourceOwnerAccountId = "string"
)