Class CfnPolicyStoreProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyStoreProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyStoreProps
CfnPolicyStoreProps-
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.services.verifiedpermissions.CfnPolicyStoreProps
CfnPolicyStoreProps.Builder, CfnPolicyStoreProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPolicyStoreProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPolicyStoreProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringDescriptive text that you can provide to help with identification of the current policy store.final ObjectCreates or updates the policy schema in a policy store.final ObjectSpecifies the validation setting for this policy store.final inthashCode()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 theCfnPolicyStoreProps.Builder.
-
-
Method Details
-
getValidationSettings
Description copied from interface:CfnPolicyStorePropsSpecifies the validation setting for this policy store.Currently, the only valid and required value is
Mode.We recommend that you turn on
STRICTmode only after you define a schema. If a schema doesn't exist, thenSTRICTmode 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.- Specified by:
getValidationSettingsin interfaceCfnPolicyStoreProps- See Also:
-
getDescription
Description copied from interface:CfnPolicyStorePropsDescriptive text that you can provide to help with identification of the current policy store.- Specified by:
getDescriptionin interfaceCfnPolicyStoreProps- See Also:
-
getSchema
Description copied from interface:CfnPolicyStorePropsCreates or updates the policy schema in a policy store.Cedar can use the schema to validate any Cedar policies and policy templates submitted to the policy store. Any changes to the schema validate only policies and templates submitted after the schema change. Existing policies and templates are not re-evaluated against the changed schema. If you later update a policy, then it is evaluated against the new schema at that time.
- Specified by:
getSchemain interfaceCfnPolicyStoreProps- 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()
-