This product is not supported for your selected Datadog site. ().

aws_ivs_stage

account_id

Type: STRING

active_session_id

Type: STRING
Provider name: activeSessionId
Description: ID of the active session within the stage.

arn

Type: STRING
Provider name: arn
Description: Stage ARN.

auto_participant_recording_configuration

Type: STRUCT
Provider name: autoParticipantRecordingConfiguration
Description: Configuration object for individual participant recording, attached to the stage.

  • hls_configuration
    Type: STRUCT
    Provider name: hlsConfiguration
    Description: HLS configuration object for individual participant recording.
    • target_segment_duration_seconds
      Type: INT32
      Provider name: targetSegmentDurationSeconds
      Description: Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
  • media_types
    Type: UNORDERED_LIST_STRING
    Provider name: mediaTypes
    Description: Types of media to be recorded. Default: AUDIO_VIDEO.
  • recording_reconnect_window_seconds
    Type: INT32
    Provider name: recordingReconnectWindowSeconds
    Description: If a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together. The default value is 0, which disables merging.
  • storage_configuration_arn
    Type: STRING
    Provider name: storageConfigurationArn
    Description: ARN of the StorageConfiguration resource to use for individual participant recording. Default: "" (empty string, no storage configuration is specified). Individual participant recording cannot be started unless a storage configuration is specified, when a Stage is created or updated. To disable individual participant recording, set this to ""; other fields in this object will get reset to their defaults when sending "".
  • thumbnail_configuration
    Type: STRUCT
    Provider name: thumbnailConfiguration
    Description: A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
    • recording_mode
      Type: STRING
      Provider name: recordingMode
      Description: Thumbnail recording mode. Default: DISABLED.
    • storage
      Type: UNORDERED_LIST_STRING
      Provider name: storage
      Description: Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
    • target_interval_seconds
      Type: INT32
      Provider name: targetIntervalSeconds
      Description: The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.

endpoints

Type: STRUCT
Provider name: endpoints
Description: Summary information about various endpoints for a stage.

  • events
    Type: STRING
    Provider name: events
    Description: Events endpoint.
  • rtmp
    Type: STRING
    Provider name: rtmp
    Description: The endpoint to be used for IVS real-time streaming using the RTMP protocol.
  • rtmps
    Type: STRING
    Provider name: rtmps
    Description: The endpoint to be used for IVS real-time streaming using the RTMPS protocol.
  • whip
    Type: STRING
    Provider name: whip
    Description: The endpoint to be used for IVS real-time streaming using the WHIP protocol.

name

Type: STRING
Provider name: name
Description: Stage name.

tags

Type: UNORDERED_LIST_STRING