validationSettings

@JvmName(name = "dwjseiqevnotoiga")
suspend fun validationSettings(value: Output<PolicyStoreValidationSettingsArgs>)
@JvmName(name = "jpywmbskdxkfjbqy")
suspend fun validationSettings(value: PolicyStoreValidationSettingsArgs?)

Parameters

value

Specifies the validation setting for this policy store. Currently, the only valid and required value is Mode .

We recommend that you turn on STRICT mode only after you define a schema. If a schema doesn't exist, then STRICT mode causes any policy to fail validation, and Verified Permissions rejects the policy. You can turn off validation by using the UpdatePolicyStore . Then, when you have a schema defined, use UpdatePolicyStore again to turn validation back on.


@JvmName(name = "ffxsyjaugxurukrx")
suspend fun validationSettings(argument: suspend PolicyStoreValidationSettingsArgsBuilder.() -> Unit)

Parameters

argument

Specifies the validation setting for this policy store. Currently, the only valid and required value is Mode .

We recommend that you turn on STRICT mode only after you define a schema. If a schema doesn't exist, then STRICT mode causes any policy to fail validation, and Verified Permissions rejects the policy. You can turn off validation by using the UpdatePolicyStore . Then, when you have a schema defined, use UpdatePolicyStore again to turn validation back on.