Class CfnPolicyStorePropsMixin.ValidationSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnPolicyStorePropsMixin.ValidationSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyStorePropsMixin.ValidationSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyStorePropsMixin.ValidationSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnPolicyStorePropsMixin.ValidationSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPolicyStorePropsMixin.ValidationSettingsProperty
An implementation for
CfnPolicyStorePropsMixin.ValidationSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnPolicyStorePropsMixin.ValidationSettingsProperty
CfnPolicyStorePropsMixin.ValidationSettingsProperty.Builder, CfnPolicyStorePropsMixin.ValidationSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPolicyStorePropsMixin.ValidationSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPolicyStorePropsMixin.ValidationSettingsProperty.Builder.
-
-
Method Details
-
getMode
Description copied from interface:CfnPolicyStorePropsMixin.ValidationSettingsPropertyThe validation mode currently configured for this policy store. The valid values are:.- OFF – Neither Verified Permissions nor Cedar perform any validation on policies. No validation errors are reported by either service.
- STRICT – Requires a schema to be present in the policy store. Cedar performs validation on all submitted new or updated static policies and policy templates. Any that fail validation are rejected and Cedar doesn't store them in the policy store.
If
Mode=STRICTand the policy store doesn't contain a schema, Verified Permissions rejects all static policies and policy templates because there is no schema to validate against.To submit a static policy or policy template without a schema, you must turn off validation.
- Specified by:
getModein interfaceCfnPolicyStorePropsMixin.ValidationSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-