ContentHashArgs

data class ContentHashArgs(val algorithm: Output<String>, val value: Output<String>) : ConvertibleToJava<ContentHashArgs>

Definition of the runbook property type.

Constructors

Link copied to clipboard
constructor(algorithm: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val algorithm: Output<String>

Gets or sets the content hash algorithm used to hash the content.

Link copied to clipboard
val value: Output<String>

Gets or sets expected hash value of the content.

Functions

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