Uses of Class
software.amazon.awscdk.services.verifiedpermissions.CfnPolicyStore.Builder
Packages that use CfnPolicyStore.Builder
Package
Description
AWS::VerifiedPermissions Construct Library
-
Uses of CfnPolicyStore.Builder in software.amazon.awscdk.services.verifiedpermissions
Methods in software.amazon.awscdk.services.verifiedpermissions that return CfnPolicyStore.BuilderModifier and TypeMethodDescriptionstatic CfnPolicyStore.BuilderCfnPolicyStore.Builder.deletionProtection(IResolvable deletionProtection) Specifies whether the policy store can be deleted.CfnPolicyStore.Builder.deletionProtection(CfnPolicyStore.DeletionProtectionProperty deletionProtection) Specifies whether the policy store can be deleted.CfnPolicyStore.Builder.description(String description) Descriptive text that you can provide to help with identification of the current policy store.CfnPolicyStore.Builder.encryptionSettings(IResolvable encryptionSettings) CfnPolicyStore.Builder.encryptionSettings(CfnPolicyStore.EncryptionSettingsProperty encryptionSettings) CfnPolicyStore.Builder.schema(IResolvable schema) Creates or updates the policy schema in a policy store.CfnPolicyStore.Builder.schema(CfnPolicyStore.SchemaDefinitionProperty schema) Creates or updates the policy schema in a policy store.The list of key-value pairs to associate with the policy store.CfnPolicyStore.Builder.validationSettings(IResolvable validationSettings) Specifies the validation setting for this policy store.CfnPolicyStore.Builder.validationSettings(CfnPolicyStore.ValidationSettingsProperty validationSettings) Specifies the validation setting for this policy store.