appliedFor

@JvmName(name = "prdykxwkvduhqcqu")
suspend fun appliedFor(value: Output<List<RepositoryCreationTemplateAppliedForItem>>)
@JvmName(name = "qhvoyvunkkxgxumg")
suspend fun appliedFor(value: List<RepositoryCreationTemplateAppliedForItem>?)

Parameters

value

A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION


@JvmName(name = "pbeqbbrwthyqscks")
suspend fun appliedFor(vararg values: Output<RepositoryCreationTemplateAppliedForItem>)


@JvmName(name = "hqygalltbdgkmmlf")
suspend fun appliedFor(values: List<Output<RepositoryCreationTemplateAppliedForItem>>)
@JvmName(name = "jrluebirqpwejfva")
suspend fun appliedFor(vararg values: RepositoryCreationTemplateAppliedForItem)

Parameters

values

A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION