DeviceState constructor

const DeviceState({
  1. Input<String?>? agentVersion,
  2. Input<String?>? arn,
  3. Input<DeviceDevice?>? device,
  4. Input<String?>? deviceFleetName,
  5. Input<String?>? region,
})

Creates a new DeviceState. agentVersion Optional. arn ARN assigned by AWS to this Device. device The device to register with SageMaker AI Edge Manager. See Device details below. deviceFleetName The name of the Device Fleet. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const DeviceState({
  this.agentVersion,
  this.arn,
  this.device,
  this.deviceFleetName,
  this.region,
});