ContentSourceArgs

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)

Properties

Link copied to clipboard
val hash: Output<ContentHashArgs>? = null

Gets or sets the hash.

Link copied to clipboard
val type: Output<Either<String, ContentSourceType>>? = null

Gets or sets the content source type.

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

Gets or sets the value of the content. This is based on the content source type.

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

Gets or sets the version of the content.

Functions

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