Content Source Args
data class ContentSourceArgs(val hash: Output<ContentHashArgs>? = null, val type: Output<Either<String, ContentSourceType>>? = null, val value: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ContentSourceArgs>
Definition of the content source.
Constructors
Link copied to clipboard
constructor(hash: Output<ContentHashArgs>? = null, type: Output<Either<String, ContentSourceType>>? = null, value: Output<String>? = null, version: Output<String>? = null)