FuotaTaskReference
- class aws_cdk.aws_iotwireless.FuotaTaskReference(*, fuota_task_arn, fuota_task_id)
Bases:
object
A 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 import aws_iotwireless as iotwireless fuota_task_reference = 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.