interface DeviceProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.DeviceProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#DeviceProfileReference |
![]() | software.amazon.awscdk.services.iotwireless.DeviceProfileReference |
![]() | aws_cdk.aws_iotwireless.DeviceProfileReference |
![]() | aws-cdk-lib » aws_iotwireless » DeviceProfileReference |
A reference to a DeviceProfile 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 deviceProfileReference: iotwireless.DeviceProfileReference = {
deviceProfileArn: 'deviceProfileArn',
deviceProfileId: 'deviceProfileId',
};
Properties
Name | Type | Description |
---|---|---|
device | string | The ARN of the DeviceProfile resource. |
device | string | The Id of the DeviceProfile resource. |
deviceProfileArn
Type:
string
The ARN of the DeviceProfile resource.
deviceProfileId
Type:
string
The Id of the DeviceProfile resource.