interface DeviceFleetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.DeviceFleetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#DeviceFleetReference |
Java | software.amazon.awscdk.interfaces.sagemaker.DeviceFleetReference |
Python | aws_cdk.interfaces.aws_sagemaker.DeviceFleetReference |
TypeScript | aws-cdk-lib » interfaces » aws_sagemaker » DeviceFleetReference |
A reference to a DeviceFleet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as interfaces_aws_sagemaker } from 'aws-cdk-lib/interfaces';
const deviceFleetReference: interfaces_aws_sagemaker.DeviceFleetReference = {
deviceFleetName: 'deviceFleetName',
};
Properties
| Name | Type | Description |
|---|---|---|
| device | string | The DeviceFleetName of the DeviceFleet resource. |
deviceFleetName
Type:
string
The DeviceFleetName of the DeviceFleet resource.

.NET
Go
Java
Python
TypeScript