Device Fleet Args
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<DeviceFleetTagArgs>>? = null) : ConvertibleToJava<DeviceFleetArgs>
Resource schema for AWS::SageMaker::DeviceFleet
Constructors
Link copied to clipboard
fun DeviceFleetArgs(description: Output<String>? = null, deviceFleetName: Output<String>? = null, outputConfig: Output<DeviceFleetEdgeOutputConfigArgs>? = null, roleArn: Output<String>? = null, tags: Output<List<DeviceFleetTagArgs>>? = null)