Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnTaskDefinitionPropsMixin.Builder
Packages that use CfnTaskDefinitionPropsMixin.Builder
-
Uses of CfnTaskDefinitionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iotwireless
Methods in software.amazon.awscdk.cfnpropertymixins.services.iotwireless that return CfnTaskDefinitionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTaskDefinitionPropsMixin.Builder.autoCreateTasks(Boolean autoCreateTasks) Whether to automatically create tasks using this task definition for all gateways with the specified current version.CfnTaskDefinitionPropsMixin.Builder.autoCreateTasks(IResolvable autoCreateTasks) Whether to automatically create tasks using this task definition for all gateways with the specified current version.CfnTaskDefinitionPropsMixin.Builder.create()CfnTaskDefinitionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTaskDefinitionPropsMixin.Builder.loRaWanUpdateGatewayTaskEntry(CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty loRaWanUpdateGatewayTaskEntry) LoRaWANUpdateGatewayTaskEntry object.CfnTaskDefinitionPropsMixin.Builder.loRaWanUpdateGatewayTaskEntry(IResolvable loRaWanUpdateGatewayTaskEntry) LoRaWANUpdateGatewayTaskEntry object.The name of the new resource.The tags are an array of key-value pairs to attach to the specified resource.CfnTaskDefinitionPropsMixin.Builder.taskDefinitionType(String taskDefinitionType) A filter to list only the wireless gateway task definitions that use this task definition type.CfnTaskDefinitionPropsMixin.Builder.update(CfnTaskDefinitionPropsMixin.UpdateWirelessGatewayTaskCreateProperty update) Information about the gateways to update.CfnTaskDefinitionPropsMixin.Builder.update(IResolvable update) Information about the gateways to update.