Class RecordingConfigurationArgs


  • public final class RecordingConfigurationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Recording Configuration name.
      • recordingReconnectWindowSeconds

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> recordingReconnectWindowSeconds()
        Returns:
        If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • thumbnailConfiguration

        public java.util.Optional<com.pulumi.core.Output<RecordingConfigurationThumbnailConfigurationArgs>> thumbnailConfiguration()
        Returns:
        Object containing information to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.