RunbookAssociationPropertyArgs

data class RunbookAssociationPropertyArgs(val name: Output<String>? = null) : ConvertibleToJava<RunbookAssociationPropertyArgs>

The runbook property associated with the entity.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

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

Gets or sets the name of the runbook.

Functions

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