- Navigation Guide
@aws-sdk/client-workspaces-web
CreatePortalCommandOutput Interface
The output of CreatePortalCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
portalArn Required | string | undefined | The ARN of the web portal. |
portalEndpoint Required | string | undefined | The endpoint URL of the web portal that users access in order to start streaming sessions. |
Full Signature
export interface CreatePortalCommandOutput extends CreatePortalResponse, MetadataBearer