FuotaTaskReference
- class aws_cdk.interfaces.aws_iotwireless.FuotaTaskReference(*, fuota_task_arn, fuota_task_id)
Bases:
objectA reference to a FuotaTask resource.
- Parameters:
fuota_task_arn (
str) – The ARN of the FuotaTask resource.fuota_task_id (
str) – The Id of the FuotaTask resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_iotwireless as interfaces_iotwireless fuota_task_reference = interfaces_iotwireless.FuotaTaskReference( fuota_task_arn="fuotaTaskArn", fuota_task_id="fuotaTaskId" )
Attributes
- fuota_task_arn
The ARN of the FuotaTask resource.
- fuota_task_id
The Id of the FuotaTask resource.