Interface MedialiveChannelEncoderSettingsVideoDescriptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsVideoDescriptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.023Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsVideoDescriptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsVideoDescriptions.BuilderA builder forMedialiveChannelEncoderSettingsVideoDescriptionsstatic classMedialiveChannelEncoderSettingsVideoDescriptions.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsVideoDescriptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsVideoDescriptions.Builderbuilder()default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettingsgetCodecSettings()codec_settings block.default NumbergetHeight()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#height MedialiveChannel#height}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}.default StringgetRespondToAfd()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#respond_to_afd MedialiveChannel#respond_to_afd}.default StringgetScalingBehavior()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#scaling_behavior MedialiveChannel#scaling_behavior}.default NumbergetSharpness()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#sharpness MedialiveChannel#sharpness}.default NumbergetWidth()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#width MedialiveChannel#width}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}.
-
getCodecSettings
@Stability(Stable) @Nullable default MedialiveChannelEncoderSettingsVideoDescriptionsCodecSettings getCodecSettings()
codec_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#codec_settings MedialiveChannel#codec_settings}
-
getHeight
@Stability(Stable) @Nullable default Number getHeight()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#height MedialiveChannel#height}.
-
getRespondToAfd
@Stability(Stable) @Nullable default String getRespondToAfd()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#respond_to_afd MedialiveChannel#respond_to_afd}.
-
getScalingBehavior
@Stability(Stable) @Nullable default String getScalingBehavior()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#scaling_behavior MedialiveChannel#scaling_behavior}.
-
getSharpness
@Stability(Stable) @Nullable default Number getSharpness()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#sharpness MedialiveChannel#sharpness}.
-
getWidth
@Stability(Stable) @Nullable default Number getWidth()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#width MedialiveChannel#width}.
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsVideoDescriptions.Builder builder()
-
-