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<TagArgs>>? = null) : ConvertibleToJava<DeviceFleetArgs>
Resource schema for AWS::SageMaker::DeviceFleet