@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.751Z") @Stability(value=Stable) public class CfnJobTemplate extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnJobTemplate.AccelerationSettingsProperty |
static class |
CfnJobTemplate.Builder
A fluent builder for
CfnJobTemplate. |
static interface |
CfnJobTemplate.HopDestinationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnJobTemplate(software.constructs.Construct scope,
String id,
CfnJobTemplateProps props)
Create a new `AWS::MediaConvert::JobTemplate`.
|
protected |
CfnJobTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnJobTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAccelerationSettings()
`AWS::MediaConvert::JobTemplate.AccelerationSettings`.
|
String |
getAttrArn() |
String |
getAttrName() |
String |
getCategory()
`AWS::MediaConvert::JobTemplate.Category`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::MediaConvert::JobTemplate.Description`.
|
Object |
getHopDestinations()
`AWS::MediaConvert::JobTemplate.HopDestinations`.
|
String |
getName()
`AWS::MediaConvert::JobTemplate.Name`.
|
Number |
getPriority()
`AWS::MediaConvert::JobTemplate.Priority`.
|
String |
getQueue()
`AWS::MediaConvert::JobTemplate.Queue`.
|
Object |
getSettingsJson()
`AWS::MediaConvert::JobTemplate.SettingsJson`.
|
String |
getStatusUpdateInterval()
`AWS::MediaConvert::JobTemplate.StatusUpdateInterval`.
|
TagManager |
getTags()
`AWS::MediaConvert::JobTemplate.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccelerationSettings(CfnJobTemplate.AccelerationSettingsProperty value)
`AWS::MediaConvert::JobTemplate.AccelerationSettings`.
|
void |
setAccelerationSettings(IResolvable value)
`AWS::MediaConvert::JobTemplate.AccelerationSettings`.
|
void |
setCategory(String value)
`AWS::MediaConvert::JobTemplate.Category`.
|
void |
setDescription(String value)
`AWS::MediaConvert::JobTemplate.Description`.
|
void |
setHopDestinations(IResolvable value)
`AWS::MediaConvert::JobTemplate.HopDestinations`.
|
void |
setHopDestinations(List<Object> value)
`AWS::MediaConvert::JobTemplate.HopDestinations`.
|
void |
setName(String value)
`AWS::MediaConvert::JobTemplate.Name`.
|
void |
setPriority(Number value)
`AWS::MediaConvert::JobTemplate.Priority`.
|
void |
setQueue(String value)
`AWS::MediaConvert::JobTemplate.Queue`.
|
void |
setSettingsJson(Object value)
`AWS::MediaConvert::JobTemplate.SettingsJson`.
|
void |
setStatusUpdateInterval(String value)
`AWS::MediaConvert::JobTemplate.StatusUpdateInterval`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnJobTemplate(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnJobTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnJobTemplate(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnJobTemplateProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getSettingsJson()
@Stability(value=Stable)
public void setSettingsJson(@NotNull
Object value)
@Stability(value=Stable) @Nullable public Object getAccelerationSettings()
@Stability(value=Stable)
public void setAccelerationSettings(@Nullable
CfnJobTemplate.AccelerationSettingsProperty value)
@Stability(value=Stable)
public void setAccelerationSettings(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getCategory()
@Stability(value=Stable)
public void setCategory(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getHopDestinations()
@Stability(value=Stable)
public void setHopDestinations(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setHopDestinations(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getPriority()
@Stability(value=Stable)
public void setPriority(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getQueue()
@Stability(value=Stable)
public void setQueue(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getStatusUpdateInterval()
@Stability(value=Stable)
public void setStatusUpdateInterval(@Nullable
String value)
Copyright © 2021. All rights reserved.