StageArgs

data class StageArgs(val autoParticipantRecordingConfiguration: Output<StageAutoParticipantRecordingConfigurationArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StageArgs>

Resource Definition for type AWS::IVS::Stage.

Constructors

Link copied to clipboard
constructor(autoParticipantRecordingConfiguration: Output<StageAutoParticipantRecordingConfigurationArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

Stage name

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

An array of key-value pairs to apply to this resource.

Functions

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