This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

aws_ivs_encoder_configuration

account_id

Type: STRING

arn

Type: STRING
Provider name: arn
Description: ARN of the EncoderConfiguration resource.

name

Type: STRING
Provider name: name
Description: Optional name to identify the resource.

tags

Type: UNORDERED_LIST_STRING

video

Type: STRUCT
Provider name: video
Description: Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps

  • bitrate
    Type: INT32
    Provider name: bitrate
    Description: Bitrate for generated output, in bps. Default: 2500000.
  • framerate
    Type: FLOAT
    Provider name: framerate
    Description: Video frame rate, in fps. Default: 30.
  • height
    Type: INT32
    Provider name: height
    Description: Video-resolution height. This must be an even number. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.
  • width
    Type: INT32
    Provider name: width
    Description: Video-resolution width. This must be an even number. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.