Rule Reference Args
data class RuleReferenceArgs(val type: Output<RuleReferenceType>, val value: Output<String>) : ConvertibleToJava<RuleReferenceArgs>
Information about the reference when the `referenceType`
is `URL`
. Otherwise, null. (Supports variable injection in the `Value`
field.)