appstream_describe_sessions: Retrieves a list that describes the streaming sessions for a...

View source: R/appstream_operations.R

appstream_describe_sessionsR Documentation

Retrieves a list that describes the streaming sessions for a specified stack and fleet

Description

Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.

See https://www.paws-r-sdk.com/docs/appstream_describe_sessions/ for full documentation.

Usage

appstream_describe_sessions(
  StackName,
  FleetName,
  UserId = NULL,
  NextToken = NULL,
  Limit = NULL,
  AuthenticationType = NULL
)

Arguments

StackName

[required] The name of the stack. This value is case-sensitive.

FleetName

[required] The name of the fleet. This value is case-sensitive.

UserId

The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Limit

The size of each page of results. The default value is 20 and the maximum value is 50.

AuthenticationType

The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.