Class CfnPresetProps
Properties for defining a CfnPreset
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaConvert
Assembly: Amazon.CDK.AWS.MediaConvert.dll
Syntax (csharp)
public class CfnPresetProps : Object, ICfnPresetProps
Syntax (vb)
Public Class CfnPresetProps
Inherits Object
Implements ICfnPresetProps
Remarks
Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaConvert;
var settingsJson;
var tags;
var cfnPresetProps = new CfnPresetProps {
SettingsJson = settingsJson,
// the properties below are optional
Category = "category",
Description = "description",
Name = "name",
Tags = tags
};
Synopsis
Constructors
CfnPresetProps() |
Properties
Category | The new category for the preset, if you are changing it. |
Description | The new description for the preset, if you are changing it. |
Name | The name of the preset that you are modifying. |
SettingsJson | Specify, in JSON format, the transcoding job settings for this output preset. |
Tags | An array of key-value pairs to apply to this resource. |
Constructors
CfnPresetProps()
public CfnPresetProps()
Properties
Category
The new category for the preset, if you are changing it.
public string Category { get; set; }
Property Value
System.String
Remarks
Description
The new description for the preset, if you are changing it.
public string Description { get; set; }
Property Value
System.String
Remarks
Name
The name of the preset that you are modifying.
public string Name { get; set; }
Property Value
System.String
Remarks
SettingsJson
Specify, in JSON format, the transcoding job settings for this output preset.
public object SettingsJson { get; set; }
Property Value
System.Object
Remarks
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 ** .
Tags
An array of key-value pairs to apply to this resource.
public object Tags { get; set; }
Property Value
System.Object
Remarks
For more information, see Tag .