User Source Info Args
data class UserSourceInfoArgs(val artifactSelector: Output<String>? = null, val relativePath: Output<String>? = null, val type: Output<Either<String, UserSourceType>>? = null, val version: Output<String>? = null) : ConvertibleToJava<UserSourceInfoArgs>
Source information for a deployment
Constructors
Link copied to clipboard
fun UserSourceInfoArgs(artifactSelector: Output<String>? = null, relativePath: Output<String>? = null, type: Output<Either<String, UserSourceType>>? = null, version: Output<String>? = null)