Interface IJobTemplateReference
A reference to a JobTemplate resource.
Namespace: Amazon.CDK.Interfaces.MediaConvert
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IJobTemplateReference
Syntax (vb)
Public Interface IJobTemplateReference
Remarks
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.Interfaces.MediaConvert;
var jobTemplateReference = new JobTemplateReference {
JobTemplateArn = "jobTemplateArn",
JobTemplateName = "jobTemplateName"
};
Synopsis
Properties
| JobTemplateArn | The ARN of the JobTemplate resource. |
| JobTemplateName | The Name of the JobTemplate resource. |
Properties
JobTemplateArn
The ARN of the JobTemplate resource.
string JobTemplateArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
JobTemplateName
The Name of the JobTemplate resource.
string JobTemplateName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated