references

@JvmName(name = "hpbknfkwpvkmunfe")
suspend fun references(value: Output<Map<String, RuleReferenceArgs>>)
@JvmName(name = "pdomcthllyiwfklr")
suspend fun references(value: Map<String, RuleReferenceArgs>?)

Parameters

value

Information about the reference when the `referenceType` is `URL`. Otherwise, null. `URL` is the only accepted type. (Supports variable injection in the `Value` field.)


@JvmName(name = "bljbaigvqopyucqp")
suspend fun references(vararg argument: Pair<String, suspend RuleReferenceArgsBuilder.() -> Unit>)

Parameters

argument

Information about the reference when the `referenceType` is `URL`. Otherwise, null. `URL` is the only accepted type. (Supports variable injection in the `Value` field.)


@JvmName(name = "ultvvjlmyuxgubxb")
fun references(vararg values: Pair<String, RuleReferenceArgs>)

Parameters

values

Information about the reference when the `referenceType` is `URL`. Otherwise, null. `URL` is the only accepted type. (Supports variable injection in the `Value` field.)