interface FuotaTaskReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.FuotaTaskReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#FuotaTaskReference |
![]() | software.amazon.awscdk.services.iotwireless.FuotaTaskReference |
![]() | aws_cdk.aws_iotwireless.FuotaTaskReference |
![]() | aws-cdk-lib » 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 iotwireless } from 'aws-cdk-lib';
const fuotaTaskReference: 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.