@Stability(value=Stable)
public static interface CfnJobTemplate.AccelerationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Outputs that use this feature incur pro-tier pricing. For information about feature limitations, For more information, see Job Limitations for Accelerated Transcoding in AWS Elemental MediaConvert in the AWS Elemental MediaConvert User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconvert.*;
AccelerationSettingsProperty accelerationSettingsProperty = AccelerationSettingsProperty.builder()
.mode("mode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobTemplate.AccelerationSettingsProperty.Builder
A builder for
CfnJobTemplate.AccelerationSettingsProperty |
static class |
CfnJobTemplate.AccelerationSettingsProperty.Jsii$Proxy
An implementation for
CfnJobTemplate.AccelerationSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobTemplate.AccelerationSettingsProperty.Builder |
builder() |
String |
getMode()
Specify the conditions when the service will run your job with accelerated transcoding.
|
@Stability(value=Stable) @NotNull String getMode()
@Stability(value=Stable) static CfnJobTemplate.AccelerationSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.