Interface ElastictranscoderPresetConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ElastictranscoderPresetConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.971Z") @Stability(Stable) public interface ElastictranscoderPresetConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElastictranscoderPresetConfig.BuilderA builder forElastictranscoderPresetConfigstatic classElastictranscoderPresetConfig.Jsii$ProxyAn implementation forElastictranscoderPresetConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ElastictranscoderPresetConfig.Builderbuilder()default ElastictranscoderPresetAudiogetAudio()audio block.default ElastictranscoderPresetAudioCodecOptionsgetAudioCodecOptions()audio_codec_options block.StringgetContainer()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#container ElastictranscoderPreset#container}.default StringgetDescription()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#description ElastictranscoderPreset#description}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#id ElastictranscoderPreset#id}.default StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#name ElastictranscoderPreset#name}.default ElastictranscoderPresetThumbnailsgetThumbnails()thumbnails block.default StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#type ElastictranscoderPreset#type}.default ElastictranscoderPresetVideogetVideo()video block.default Map<String,String>getVideoCodecOptions()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#video_codec_options ElastictranscoderPreset#video_codec_options}.default ObjectgetVideoWatermarks()video_watermarks block.
-
-
-
Method Detail
-
getContainer
@Stability(Stable) @NotNull String getContainer()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#container ElastictranscoderPreset#container}.
-
getAudio
@Stability(Stable) @Nullable default ElastictranscoderPresetAudio getAudio()
audio block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#audio ElastictranscoderPreset#audio}
-
getAudioCodecOptions
@Stability(Stable) @Nullable default ElastictranscoderPresetAudioCodecOptions getAudioCodecOptions()
audio_codec_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#audio_codec_options ElastictranscoderPreset#audio_codec_options}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#description ElastictranscoderPreset#description}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#id ElastictranscoderPreset#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getName
@Stability(Stable) @Nullable default String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#name ElastictranscoderPreset#name}.
-
getThumbnails
@Stability(Stable) @Nullable default ElastictranscoderPresetThumbnails getThumbnails()
thumbnails block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#thumbnails ElastictranscoderPreset#thumbnails}
-
getType
@Stability(Stable) @Nullable default String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#type ElastictranscoderPreset#type}.
-
getVideo
@Stability(Stable) @Nullable default ElastictranscoderPresetVideo getVideo()
video block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#video ElastictranscoderPreset#video}
-
getVideoCodecOptions
@Stability(Stable) @Nullable default Map<String,String> getVideoCodecOptions()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#video_codec_options ElastictranscoderPreset#video_codec_options}.
-
getVideoWatermarks
@Stability(Stable) @Nullable default Object getVideoWatermarks()
video_watermarks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elastictranscoder_preset#video_watermarks ElastictranscoderPreset#video_watermarks}
-
builder
@Stability(Stable) static ElastictranscoderPresetConfig.Builder builder()
-
-