@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.967Z") @Stability(value=Stable) public interface CfnJobTemplateProps extends software.amazon.jsii.JsiiSerializable
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;
CfnJobTemplateProps cfnJobTemplateProps = CfnJobTemplateProps.builder()
.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 | Interface and Description |
|---|---|
static class |
CfnJobTemplateProps.Builder
A builder for
CfnJobTemplateProps |
static class |
CfnJobTemplateProps.Jsii$Proxy
An implementation for
CfnJobTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobTemplateProps.Builder |
builder() |
default Object |
getAbortConfig()
`AWS::IoT::JobTemplate.AbortConfig`.
|
String |
getDescription()
`AWS::IoT::JobTemplate.Description`.
|
default String |
getDocument()
`AWS::IoT::JobTemplate.Document`.
|
default String |
getDocumentSource()
`AWS::IoT::JobTemplate.DocumentSource`.
|
default String |
getJobArn()
`AWS::IoT::JobTemplate.JobArn`.
|
default Object |
getJobExecutionsRolloutConfig()
`AWS::IoT::JobTemplate.JobExecutionsRolloutConfig`.
|
String |
getJobTemplateId()
`AWS::IoT::JobTemplate.JobTemplateId`.
|
default Object |
getPresignedUrlConfig()
`AWS::IoT::JobTemplate.PresignedUrlConfig`.
|
default List<CfnTag> |
getTags()
`AWS::IoT::JobTemplate.Tags`.
|
default Object |
getTimeoutConfig()
`AWS::IoT::JobTemplate.TimeoutConfig`.
|
@Stability(value=Stable) @Nullable default Object getAbortConfig()
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @Nullable default String getDocument()
@Stability(value=Stable) @Nullable default String getDocumentSource()
@Stability(value=Stable) @Nullable default String getJobArn()
@Stability(value=Stable) @Nullable default Object getJobExecutionsRolloutConfig()
@Stability(value=Stable) @NotNull String getJobTemplateId()
@Stability(value=Stable) @Nullable default Object getPresignedUrlConfig()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getTimeoutConfig()
@Stability(value=Stable) static CfnJobTemplateProps.Builder builder()
CfnJobTemplateProps.Builder of CfnJobTemplatePropsCopyright © 2021. All rights reserved.