resolution property

Input<String?>? resolution
final

The width and height of the video in the output file, in pixels. Valid values are auto and widthxheight. (see note for aspectRatio)

Implementation

final pulumi.Input<String?>? resolution;