Class DeviceDefinitionVersionReference
A reference to a DeviceDefinitionVersion resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Greengrass
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DeviceDefinitionVersionReference : IDeviceDefinitionVersionReference
Syntax (vb)
Public Class DeviceDefinitionVersionReference Implements IDeviceDefinitionVersionReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Greengrass;
var deviceDefinitionVersionReference = new DeviceDefinitionVersionReference {
DeviceDefinitionVersionId = "deviceDefinitionVersionId"
};
Synopsis
Constructors
| DeviceDefinitionVersionReference() | A reference to a DeviceDefinitionVersion resource. |
Properties
| DeviceDefinitionVersionId | The Id of the DeviceDefinitionVersion resource. |
Constructors
DeviceDefinitionVersionReference()
A reference to a DeviceDefinitionVersion resource.
public DeviceDefinitionVersionReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Greengrass;
var deviceDefinitionVersionReference = new DeviceDefinitionVersionReference {
DeviceDefinitionVersionId = "deviceDefinitionVersionId"
};
Properties
DeviceDefinitionVersionId
The Id of the DeviceDefinitionVersion resource.
public string DeviceDefinitionVersionId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated