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.description(String description) Descriptive text that you can provide to help with identification of the current policy store.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.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.