Create App Block Builder Streaming Url
| appstream_create_app_block_builder_streaming_url | R Documentation | 
Creates a URL to start a create app block builder streaming session¶
Description¶
Creates a URL to start a create app block builder streaming session.
Usage¶
appstream_create_app_block_builder_streaming_url(AppBlockBuilderName,
  Validity)
Arguments¶
AppBlockBuilderName | 
[required] The name of the app block builder.  | 
Validity | 
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.  | 
Value¶
A list with the following syntax:
list(
  StreamingURL = "string",
  Expires = as.POSIXct(
    "2015-01-01"
  )
)
Request syntax¶
svc$create_app_block_builder_streaming_url(
  AppBlockBuilderName = "string",
  Validity = 123
)