sourceEntity

@JvmName(name = "jmbduybrpkgdanir")
suspend fun sourceEntity(value: Output<TemplateSourceEntityArgs>)
@JvmName(name = "asptdojnswjlxplo")
suspend fun sourceEntity(value: TemplateSourceEntityArgs?)

Parameters

value

The entity that you are using as a source when you create the template (analysis or template). Only one of definition or source_entity should be configured. See source_entity.


@JvmName(name = "ijbjmpppfdvglfjj")
suspend fun sourceEntity(argument: suspend TemplateSourceEntityArgsBuilder.() -> Unit)

Parameters

argument

The entity that you are using as a source when you create the template (analysis or template). Only one of definition or source_entity should be configured. See source_entity.