DevicePoolState constructor

const DevicePoolState({
  1. Input<String?>? arn,
  2. Input<String?>? description,
  3. Input<int?>? maxDevices,
  4. Input<String?>? name,
  5. Input<String?>? projectArn,
  6. Input<String?>? region,
  7. Input<List<DevicePoolRule>?>? rules,
  8. Input<Map<String, String>?>? tags,
  9. Input<Map<String, String>?>? tagsAll,
  10. Input<String?>? type,
})

Creates a new DevicePoolState. arn ARN of this Device Pool description The device pool's description. maxDevices The number of devices that Device Farm can add to your device pool. name The name of the Device Pool projectArn The ARN of the project for the device pool. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. rules The device pool's rules. See Rule. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. type Optional.

Implementation

const DevicePoolState({
  this.arn,
  this.description,
  this.maxDevices,
  this.name,
  this.projectArn,
  this.region,
  this.rules,
  this.tags,
  this.tagsAll,
  this.type,
});