ivsrealtime_start_composition: Starts a Composition from a stage based on the configuration...

View source: R/ivsrealtime_operations.R

ivsrealtime_start_compositionR Documentation

Starts a Composition from a stage based on the configuration provided in the request

Description

Starts a Composition from a stage based on the configuration provided in the request.

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

Usage

ivsrealtime_start_composition(
  stageArn,
  idempotencyToken = NULL,
  layout = NULL,
  destinations,
  tags = NULL
)

Arguments

stageArn

[required] ARN of the stage to be used for compositing.

idempotencyToken

Idempotency token.

layout

Layout object to configure composition parameters.

destinations

[required] Array of destination configuration.

tags

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.