@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.966Z") @Stability(value=Stable) public class CfnJobTemplate extends CfnResource implements IInspectable
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.iot.*;
Object abortConfig;
Object jobExecutionsRolloutConfig;
Object presignedUrlConfig;
Object timeoutConfig;
CfnJobTemplate cfnJobTemplate = CfnJobTemplate.Builder.create(this, "MyCfnJobTemplate")
.description("description")
.jobTemplateId("jobTemplateId")
// the properties below are optional
.abortConfig(abortConfig)
.document("document")
.documentSource("documentSource")
.jobArn("jobArn")
.jobExecutionsRolloutConfig(jobExecutionsRolloutConfig)
.presignedUrlConfig(presignedUrlConfig)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.timeoutConfig(timeoutConfig)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnJobTemplate.Builder
A fluent builder for
CfnJobTemplate. |
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::IoT::JobTemplate`.
|
protected |
CfnJobTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnJobTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAbortConfig()
`AWS::IoT::JobTemplate.AbortConfig`.
|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::IoT::JobTemplate.Description`.
|
String |
getDocument()
`AWS::IoT::JobTemplate.Document`.
|
String |
getDocumentSource()
`AWS::IoT::JobTemplate.DocumentSource`.
|
String |
getJobArn()
`AWS::IoT::JobTemplate.JobArn`.
|
Object |
getJobExecutionsRolloutConfig()
`AWS::IoT::JobTemplate.JobExecutionsRolloutConfig`.
|
String |
getJobTemplateId()
`AWS::IoT::JobTemplate.JobTemplateId`.
|
Object |
getPresignedUrlConfig()
`AWS::IoT::JobTemplate.PresignedUrlConfig`.
|
TagManager |
getTags()
`AWS::IoT::JobTemplate.Tags`.
|
Object |
getTimeoutConfig()
`AWS::IoT::JobTemplate.TimeoutConfig`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAbortConfig(Object value)
`AWS::IoT::JobTemplate.AbortConfig`.
|
void |
setDescription(String value)
`AWS::IoT::JobTemplate.Description`.
|
void |
setDocument(String value)
`AWS::IoT::JobTemplate.Document`.
|
void |
setDocumentSource(String value)
`AWS::IoT::JobTemplate.DocumentSource`.
|
void |
setJobArn(String value)
`AWS::IoT::JobTemplate.JobArn`.
|
void |
setJobExecutionsRolloutConfig(Object value)
`AWS::IoT::JobTemplate.JobExecutionsRolloutConfig`.
|
void |
setJobTemplateId(String value)
`AWS::IoT::JobTemplate.JobTemplateId`.
|
void |
setPresignedUrlConfig(Object value)
`AWS::IoT::JobTemplate.PresignedUrlConfig`.
|
void |
setTimeoutConfig(Object value)
`AWS::IoT::JobTemplate.TimeoutConfig`.
|
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 Object getAbortConfig()
@Stability(value=Stable)
public void setAbortConfig(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getDescription()
@Stability(value=Stable)
public void setDescription(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDocument()
@Stability(value=Stable)
public void setDocument(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDocumentSource()
@Stability(value=Stable)
public void setDocumentSource(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getJobArn()
@Stability(value=Stable)
public void setJobArn(@Nullable
String value)
@Stability(value=Stable) @NotNull public Object getJobExecutionsRolloutConfig()
@Stability(value=Stable)
public void setJobExecutionsRolloutConfig(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getJobTemplateId()
@Stability(value=Stable)
public void setJobTemplateId(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getPresignedUrlConfig()
@Stability(value=Stable)
public void setPresignedUrlConfig(@NotNull
Object value)
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getTimeoutConfig()
@Stability(value=Stable)
public void setTimeoutConfig(@NotNull
Object value)
Copyright © 2021. All rights reserved.