Update Portal Product
| apigatewayv2_update_portal_product | R Documentation |
Updates the portal product¶
Description¶
Updates the portal product.
Usage¶
apigatewayv2_update_portal_product(Description, DisplayName,
DisplayOrder, PortalProductId)
Arguments¶
Description |
The description. |
DisplayName |
The displayName. |
DisplayOrder |
The display order. |
PortalProductId |
[required] The portal product identifier. |
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$update_portal_product(
Description = "string",
DisplayName = "string",
DisplayOrder = list(
Contents = list(
list(
ProductRestEndpointPageArns = list(
"string"
),
SectionName = "string"
)
),
OverviewPageArn = "string",
ProductPageArns = list(
"string"
)
),
PortalProductId = "string"
)