@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:37.121Z")
public interface CfnTaskDefinitionProps
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.iotwireless.*; CfnTaskDefinitionProps cfnTaskDefinitionProps = CfnTaskDefinitionProps.builder() .autoCreateTasks(false) // the properties below are optional .loRaWanUpdateGatewayTaskEntry(LoRaWANUpdateGatewayTaskEntryProperty.builder() .currentVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .updateVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .build()) .name("name") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .taskDefinitionType("taskDefinitionType") .update(UpdateWirelessGatewayTaskCreateProperty.builder() .loRaWan(LoRaWANUpdateGatewayTaskCreateProperty.builder() .currentVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .sigKeyCrc(123) .updateSignature("updateSignature") .updateVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .build()) .updateDataRole("updateDataRole") .updateDataSource("updateDataSource") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTaskDefinitionProps.Builder
A builder for
CfnTaskDefinitionProps |
static class |
CfnTaskDefinitionProps.Jsii$Proxy
An implementation for
CfnTaskDefinitionProps |
Modifier and Type | Method and Description |
---|---|
static CfnTaskDefinitionProps.Builder |
builder() |
java.lang.Object |
getAutoCreateTasks()
Whether to automatically create tasks using this task definition for all gateways with the specified current version.
|
default java.lang.Object |
getLoRaWanUpdateGatewayTaskEntry()
`AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry`.
|
default java.lang.String |
getName()
The name of the new resource.
|
default java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
default java.lang.String |
getTaskDefinitionType()
`AWS::IoTWireless::TaskDefinition.TaskDefinitionType`.
|
default java.lang.Object |
getUpdate()
Information about the gateways to update.
|
java.lang.Object getAutoCreateTasks()
If false
, the task must be created by calling CreateWirelessGatewayTask
.
default java.lang.Object getLoRaWanUpdateGatewayTaskEntry()
default java.lang.String getName()
default java.util.List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
default java.lang.String getTaskDefinitionType()
default java.lang.Object getUpdate()
static CfnTaskDefinitionProps.Builder builder()
CfnTaskDefinitionProps.Builder
of CfnTaskDefinitionProps