This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_medialive_input_device

account_id

Type: STRING

arn

Type: STRING
Provider name: Arn
Description: The unique ARN of the input device.

availability_zone

Type: STRING
Provider name: AvailabilityZone
Description: The Availability Zone associated with this input device.

connection_state

Type: STRING
Provider name: ConnectionState
Description: The state of the connection between the input device and AWS.

device_settings_sync_state

Type: STRING
Provider name: DeviceSettingsSyncState
Description: The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.

device_update_status

Type: STRING
Provider name: DeviceUpdateStatus
Description: The status of software on the input device.

hd_device_settings

Type: STRUCT
Provider name: HdDeviceSettings
Description: Settings that describe an input device that is type HD.

  • active_input
    Type: STRING
    Provider name: ActiveInput
    Description: If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
  • configured_input
    Type: STRING
    Provider name: ConfiguredInput
    Description: The source at the input device that is currently active. You can specify this source.
  • device_state
    Type: STRING
    Provider name: DeviceState
    Description: The state of the input device.
  • framerate
    Type: DOUBLE
    Provider name: Framerate
    Description: The frame rate of the video source.
  • height
    Type: INT32
    Provider name: Height
    Description: The height of the video source, in pixels.
  • latency_ms
    Type: INT32
    Provider name: LatencyMs
    Description: The Link device’s buffer size (latency) in milliseconds (ms). You can specify this value.
  • max_bitrate
    Type: INT32
    Provider name: MaxBitrate
    Description: The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
  • scan_type
    Type: STRING
    Provider name: ScanType
    Description: The scan type of the video source.
  • width
    Type: INT32
    Provider name: Width
    Description: The width of the video source, in pixels.

id

Type: STRING
Provider name: Id
Description: The unique ID of the input device.

mac_address

Type: STRING
Provider name: MacAddress
Description: The network MAC address of the input device.

medialive_input_arns

Type: UNORDERED_LIST_STRING
Provider name: MedialiveInputArns
Description: An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.

name

Type: STRING
Provider name: Name
Description: A name that you specify for the input device.

network_settings

Type: STRUCT
Provider name: NetworkSettings
Description: Network settings for the input device.

  • dns_addresses
    Type: UNORDERED_LIST_STRING
    Provider name: DnsAddresses
    Description: The DNS addresses of the input device.
  • gateway
    Type: STRING
    Provider name: Gateway
    Description: The network gateway IP address.
  • ip_address
    Type: STRING
    Provider name: IpAddress
    Description: The IP address of the input device.
  • ip_scheme
    Type: STRING
    Provider name: IpScheme
    Description: Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
  • subnet_mask
    Type: STRING
    Provider name: SubnetMask
    Description: The subnet mask of the input device.

output_type

Type: STRING
Provider name: OutputType
Description: The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.

serial_number

Type: STRING
Provider name: SerialNumber
Description: The unique serial number of the input device.

tags

Type: UNORDERED_LIST_STRING

type

Type: STRING
Provider name: Type
Description: The type of the input device.

uhd_device_settings

Type: STRUCT
Provider name: UhdDeviceSettings
Description: Settings that describe an input device that is type UHD.

  • active_input
    Type: STRING
    Provider name: ActiveInput
    Description: If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
  • audio_channel_pairs
    Type: UNORDERED_LIST_STRUCT
    Provider name: AudioChannelPairs
    Description: An array of eight audio configurations, one for each audio pair in the source. Each audio configuration specifies either to exclude the pair, or to format it and include it in the output from the UHD device. Applies only when the device is configured as the source for a MediaConnect flow.
    • id
      Type: INT32
      Provider name: Id
      Description: The ID for one audio pair configuration, a value from 1 to 8.
    • profile
      Type: STRING
      Provider name: Profile
      Description: The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won’t produce audio for this pair.
  • codec
    Type: STRING
    Provider name: Codec
    Description: The codec for the video that the device produces.
  • configured_input
    Type: STRING
    Provider name: ConfiguredInput
    Description: The source at the input device that is currently active. You can specify this source.
  • device_state
    Type: STRING
    Provider name: DeviceState
    Description: The state of the input device.
  • framerate
    Type: DOUBLE
    Provider name: Framerate
    Description: The frame rate of the video source.
  • height
    Type: INT32
    Provider name: Height
    Description: The height of the video source, in pixels.
  • input_resolution
    Type: STRING
    Provider name: InputResolution
    Description: The resolution of the Link device’s source (HD or UHD). This value determines MediaLive resource allocation and billing for this input.
  • latency_ms
    Type: INT32
    Provider name: LatencyMs
    Description: The Link device’s buffer size (latency) in milliseconds (ms). You can specify this value.
  • max_bitrate
    Type: INT32
    Provider name: MaxBitrate
    Description: The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
  • mediaconnect_settings
    Type: STRUCT
    Provider name: MediaconnectSettings
    Description: Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW.
    • flow_arn
      Type: STRING
      Provider name: FlowArn
      Description: The ARN of the MediaConnect flow.
    • role_arn
      Type: STRING
      Provider name: RoleArn
      Description: The ARN for the role that MediaLive assumes to access the attached flow and secret.
    • secret_arn
      Type: STRING
      Provider name: SecretArn
      Description: The ARN of the secret used to encrypt the stream.
    • source_name
      Type: STRING
      Provider name: SourceName
      Description: The name of the MediaConnect flow source.
  • scan_type
    Type: STRING
    Provider name: ScanType
    Description: The scan type of the video source.
  • width
    Type: INT32
    Provider name: Width
    Description: The width of the video source, in pixels.