IngestConfigurationArgs

data class IngestConfigurationArgs(val ingestProtocol: Output<IngestConfigurationIngestProtocol>? = null, val insecureIngest: Output<Boolean>? = null, val name: Output<String>? = null, val stageArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val userId: Output<String>? = null) : ConvertibleToJava<IngestConfigurationArgs>

Resource Type definition for AWS::IVS::IngestConfiguration

Constructors

Link copied to clipboard
constructor(ingestProtocol: Output<IngestConfigurationIngestProtocol>? = null, insecureIngest: Output<Boolean>? = null, name: Output<String>? = null, stageArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, userId: Output<String>? = null)

Properties

Link copied to clipboard

Ingest Protocol.

Link copied to clipboard
val insecureIngest: Output<Boolean>? = null

Whether ingest configuration allows insecure ingest.

Link copied to clipboard
val name: Output<String>? = null

IngestConfiguration

Link copied to clipboard
val stageArn: Output<String>? = null

Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the asset model.

Link copied to clipboard
val userId: Output<String>? = null

User defined indentifier for participant associated with IngestConfiguration.

Functions

Link copied to clipboard
open override fun toJava(): IngestConfigurationArgs