regexes Configs
suspend fun regexesConfigs(value: Output<List<GuardrailSensitiveInformationPolicyConfigRegexesConfigArgs>>)
suspend fun regexesConfigs(value: List<GuardrailSensitiveInformationPolicyConfigRegexesConfigArgs>?)
Parameters
value
List of regex. See Regexes Config for more information.
suspend fun regexesConfigs(vararg values: Output<GuardrailSensitiveInformationPolicyConfigRegexesConfigArgs>)
suspend fun regexesConfigs(values: List<Output<GuardrailSensitiveInformationPolicyConfigRegexesConfigArgs>>)
suspend fun regexesConfigs(vararg values: GuardrailSensitiveInformationPolicyConfigRegexesConfigArgs)
Parameters
values
List of regex. See Regexes Config for more information.
suspend fun regexesConfigs(argument: List<suspend GuardrailSensitiveInformationPolicyConfigRegexesConfigArgsBuilder.() -> Unit>)
suspend fun regexesConfigs(vararg argument: suspend GuardrailSensitiveInformationPolicyConfigRegexesConfigArgsBuilder.() -> Unit)
suspend fun regexesConfigs(argument: suspend GuardrailSensitiveInformationPolicyConfigRegexesConfigArgsBuilder.() -> Unit)
Parameters
argument
List of regex. See Regexes Config for more information.