@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.155Z") @Stability(value=Stable) public class CfnJobDefinition extends CfnResource implements IInspectable
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 |
|---|---|
|
CfnJobDefinition(software.constructs.Construct scope,
String id,
CfnJobDefinitionProps props)
Create a new `AWS::Batch::JobDefinition`.
|
protected |
CfnJobDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnJobDefinition(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getContainerProperties()
`AWS::Batch::JobDefinition.ContainerProperties`.
|
String |
getJobDefinitionName()
`AWS::Batch::JobDefinition.JobDefinitionName`.
|
Object |
getNodeProperties()
`AWS::Batch::JobDefinition.NodeProperties`.
|
Object |
getParameters()
`AWS::Batch::JobDefinition.Parameters`.
|
List<String> |
getPlatformCapabilities()
`AWS::Batch::JobDefinition.PlatformCapabilities`.
|
Object |
getPropagateTags()
`AWS::Batch::JobDefinition.PropagateTags`.
|
Object |
getRetryStrategy()
`AWS::Batch::JobDefinition.RetryStrategy`.
|
TagManager |
getTags()
`AWS::Batch::JobDefinition.Tags`.
|
Object |
getTimeout()
`AWS::Batch::JobDefinition.Timeout`.
|
String |
getType()
`AWS::Batch::JobDefinition.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setContainerProperties(CfnJobDefinition.ContainerPropertiesProperty value)
`AWS::Batch::JobDefinition.ContainerProperties`.
|
void |
setContainerProperties(IResolvable value)
`AWS::Batch::JobDefinition.ContainerProperties`.
|
void |
setJobDefinitionName(String value)
`AWS::Batch::JobDefinition.JobDefinitionName`.
|
void |
setNodeProperties(CfnJobDefinition.NodePropertiesProperty value)
`AWS::Batch::JobDefinition.NodeProperties`.
|
void |
setNodeProperties(IResolvable value)
`AWS::Batch::JobDefinition.NodeProperties`.
|
void |
setParameters(Object value)
`AWS::Batch::JobDefinition.Parameters`.
|
void |
setPlatformCapabilities(List<String> value)
`AWS::Batch::JobDefinition.PlatformCapabilities`.
|
void |
setPropagateTags(Boolean value)
`AWS::Batch::JobDefinition.PropagateTags`.
|
void |
setPropagateTags(IResolvable value)
`AWS::Batch::JobDefinition.PropagateTags`.
|
void |
setRetryStrategy(CfnJobDefinition.RetryStrategyProperty value)
`AWS::Batch::JobDefinition.RetryStrategy`.
|
void |
setRetryStrategy(IResolvable value)
`AWS::Batch::JobDefinition.RetryStrategy`.
|
void |
setTimeout(CfnJobDefinition.TimeoutProperty value)
`AWS::Batch::JobDefinition.Timeout`.
|
void |
setTimeout(IResolvable value)
`AWS::Batch::JobDefinition.Timeout`.
|
void |
setType(String value)
`AWS::Batch::JobDefinition.Type`.
|
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 CfnJobDefinition(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnJobDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnJobDefinition(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnJobDefinitionProps 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getParameters()
@Stability(value=Stable)
public void setParameters(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getType()
@Stability(value=Stable)
public void setType(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getContainerProperties()
@Stability(value=Stable)
public void setContainerProperties(@Nullable
CfnJobDefinition.ContainerPropertiesProperty value)
@Stability(value=Stable)
public void setContainerProperties(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getJobDefinitionName()
@Stability(value=Stable)
public void setJobDefinitionName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getNodeProperties()
@Stability(value=Stable)
public void setNodeProperties(@Nullable
CfnJobDefinition.NodePropertiesProperty value)
@Stability(value=Stable)
public void setNodeProperties(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getPlatformCapabilities()
@Stability(value=Stable)
public void setPlatformCapabilities(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getPropagateTags()
@Stability(value=Stable)
public void setPropagateTags(@Nullable
Boolean value)
@Stability(value=Stable)
public void setPropagateTags(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getRetryStrategy()
@Stability(value=Stable)
public void setRetryStrategy(@Nullable
CfnJobDefinition.RetryStrategyProperty value)
@Stability(value=Stable)
public void setRetryStrategy(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getTimeout()
@Stability(value=Stable)
public void setTimeout(@Nullable
CfnJobDefinition.TimeoutProperty value)
@Stability(value=Stable)
public void setTimeout(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.