@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.993Z") @Stability(value=Stable) public interface CfnPresetProps extends software.amazon.jsii.JsiiSerializable
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.*;
Object settingsJson;
Object tags;
CfnPresetProps cfnPresetProps = CfnPresetProps.builder()
.settingsJson(settingsJson)
// the properties below are optional
.category("category")
.description("description")
.name("name")
.tags(tags)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPresetProps.Builder
A builder for
CfnPresetProps |
static class |
CfnPresetProps.Jsii$Proxy
An implementation for
CfnPresetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPresetProps.Builder |
builder() |
default String |
getCategory()
The new category for the preset, if you are changing it.
|
default String |
getDescription()
The new description for the preset, if you are changing it.
|
default String |
getName()
The name of the preset that you are modifying.
|
Object |
getSettingsJson()
Specify, in JSON format, the transcoding job settings for this output preset.
|
default Object |
getTags()
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) @NotNull Object getSettingsJson()
This specification must conform to the AWS Elemental MediaConvert job validation. For information about forming this specification, see the Remarks section later in this topic.
For more information about MediaConvert output presets, see Working with AWS Elemental MediaConvert Output Presets in the ** .
@Stability(value=Stable) @Nullable default String getCategory()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getTags()
For more information, see Tag .
@Stability(value=Stable) static CfnPresetProps.Builder builder()
CfnPresetProps.Builder of CfnPresetPropsCopyright © 2022. All rights reserved.