Interface CfnPolicyStore.ValidationSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPolicyStore.ValidationSettingsProperty.Jsii$Proxy
Enclosing class:
CfnPolicyStore

@Stability(Stable) public static interface CfnPolicyStore.ValidationSettingsProperty extends software.amazon.jsii.JsiiSerializable
A structure that contains Cedar policy validation settings for the policy store.

The validation mode determines which validation failures that Cedar considers serious enough to block acceptance of a new or edited static policy or policy template.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.verifiedpermissions.*;
 ValidationSettingsProperty validationSettingsProperty = ValidationSettingsProperty.builder()
         .mode("mode")
         .build();
 

See Also: