DeviceFleetArgs

data class DeviceFleetArgs(val description: Output<String>? = null, val deviceFleetName: Output<String>? = null, val outputConfig: Output<DeviceFleetEdgeOutputConfigArgs>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DeviceFleetArgs>

Resource schema for AWS::SageMaker::DeviceFleet

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, deviceFleetName: Output<String>? = null, outputConfig: Output<DeviceFleetEdgeOutputConfigArgs>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description for the edge device fleet

Link copied to clipboard
val deviceFleetName: Output<String>? = null

The name of the edge device fleet

Link copied to clipboard

S3 bucket and an ecryption key id (if available) to store outputs for the fleet

Link copied to clipboard
val roleArn: Output<String>? = null

Role associated with the device fleet

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Associate tags with the resource

Functions

Link copied to clipboard
open override fun toJava(): DeviceFleetArgs