Class CfnPolicyStoreMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyStoreMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyStoreMixinProps
CfnPolicyStoreMixinProps-
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.CfnPolicyStoreMixinProps
CfnPolicyStoreMixinProps.Builder, CfnPolicyStoreMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPolicyStoreMixinProps.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 ObjectSpecifies whether the policy store can be deleted.final StringDescriptive text that you can provide to help with identification of the current policy store.final ObjectReturns union: eitherIResolvableorCfnPolicyStorePropsMixin.EncryptionSettingsPropertyfinal ObjectCreates or updates the policy schema in a policy store.getTags()The list of key-value pairs to associate with the 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 theCfnPolicyStoreMixinProps.Builder.
-
-
Method Details
-
getDeletionProtection
Description copied from interface:CfnPolicyStoreMixinPropsSpecifies whether the policy store can be deleted. If enabled, the policy store can't be deleted.The default state is
DISABLED.Returns union: either
IResolvableorCfnPolicyStorePropsMixin.DeletionProtectionProperty- Specified by:
getDeletionProtectionin interfaceCfnPolicyStoreMixinProps- See Also:
-
getDescription
Description copied from interface:CfnPolicyStoreMixinPropsDescriptive text that you can provide to help with identification of the current policy store.- Specified by:
getDescriptionin interfaceCfnPolicyStoreMixinProps- See Also:
-
getEncryptionSettings
Description copied from interface:CfnPolicyStoreMixinPropsReturns union: eitherIResolvableorCfnPolicyStorePropsMixin.EncryptionSettingsProperty- Specified by:
getEncryptionSettingsin interfaceCfnPolicyStoreMixinProps- See Also:
-
getSchema
Description copied from interface:CfnPolicyStoreMixinPropsCreates 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.
Returns union: either
IResolvableorCfnPolicyStorePropsMixin.SchemaDefinitionProperty- Specified by:
getSchemain interfaceCfnPolicyStoreMixinProps- See Also:
-
getTags
Description copied from interface:CfnPolicyStoreMixinPropsThe list of key-value pairs to associate with the policy store.- Specified by:
getTagsin interfaceCfnPolicyStoreMixinProps- See Also:
-
getValidationSettings
Description copied from interface:CfnPolicyStoreMixinPropsSpecifies 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.Returns union: either
IResolvableorCfnPolicyStorePropsMixin.ValidationSettingsProperty- Specified by:
getValidationSettingsin interfaceCfnPolicyStoreMixinProps- 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()
-