Creates a portal.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_portal/ for full documentation.
Usage
apigatewayv2_create_portal(
Authorization,
EndpointConfiguration,
IncludedPortalProductArns = NULL,
LogoUri = NULL,
PortalContent,
RumAppMonitorName = NULL,
Tags = NULL
)Arguments
[required] The authentication configuration for the portal.
- EndpointConfiguration
[required] The domain configuration for the portal. Use a default domain provided by API Gateway or provide a fully-qualified domain name that you own.
- IncludedPortalProductArns
The ARNs of the portal products included in the portal.
- LogoUri
The URI for the portal logo image that is displayed in the portal header.
- PortalContent
[required] The content of the portal.
- RumAppMonitorName
The name of the Amazon CloudWatch RUM app monitor for the portal.
The collection of tags. Each tag element is associated with a given resource.