Creates a new IngestConfiguration resource, used to specify the ingest protocol for a stage.
See https://www.paws-r-sdk.com/docs/ivsrealtime_create_ingest_configuration/ for full documentation.
ivsrealtime_create_ingest_configuration(
name = NULL,
stageArn = NULL,
userId = NULL,
attributes = NULL,
ingestProtocol,
insecureIngest = NULL,
tags = NULL
)
Optional name that can be specified for the IngestConfiguration being created.
ARN of the stage with which the IngestConfiguration is associated.
Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
Application-provided attributes to store in the IngestConfiguration and attach to a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
[required] Type of ingest protocol that the user employs to broadcast. If this is
set to RTMP
, insecureIngest
must be set to true
.
Whether the stage allows insecure RTMP ingest. This must be set to
true
, if ingestProtocol
is set to RTMP
. Default: false
.
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.