interface DeviceDefinitionVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Greengrass.DeviceDefinitionVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsgreengrass#DeviceDefinitionVersionReference |
Java | software.amazon.awscdk.interfaces.greengrass.DeviceDefinitionVersionReference |
Python | aws_cdk.interfaces.aws_greengrass.DeviceDefinitionVersionReference |
TypeScript | aws-cdk-lib » interfaces » aws_greengrass » DeviceDefinitionVersionReference |
A reference to a DeviceDefinitionVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_greengrass as interfaces_aws_greengrass } from 'aws-cdk-lib/interfaces';
const deviceDefinitionVersionReference: interfaces_aws_greengrass.DeviceDefinitionVersionReference = {
deviceDefinitionVersionId: 'deviceDefinitionVersionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| device | string | The Id of the DeviceDefinitionVersion resource. |
deviceDefinitionVersionId
Type:
string
The Id of the DeviceDefinitionVersion resource.

.NET
Go
Java
Python
TypeScript