interface FuotaTaskReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTWireless.FuotaTaskReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotwireless#FuotaTaskReference |
Java | software.amazon.awscdk.interfaces.iotwireless.FuotaTaskReference |
Python | aws_cdk.interfaces.aws_iotwireless.FuotaTaskReference |
TypeScript | aws-cdk-lib » interfaces » aws_iotwireless » FuotaTaskReference |
A reference to a FuotaTask resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotwireless as interfaces_aws_iotwireless } from 'aws-cdk-lib/interfaces';
const fuotaTaskReference: interfaces_aws_iotwireless.FuotaTaskReference = {
fuotaTaskArn: 'fuotaTaskArn',
fuotaTaskId: 'fuotaTaskId',
};
Properties
| Name | Type | Description |
|---|---|---|
| fuota | string | The ARN of the FuotaTask resource. |
| fuota | string | The Id of the FuotaTask resource. |
fuotaTaskArn
Type:
string
The ARN of the FuotaTask resource.
fuotaTaskId
Type:
string
The Id of the FuotaTask resource.

.NET
Go
Java
Python
TypeScript