Uses of Class
software.amazon.awscdk.services.verifiedpermissions.CfnPolicyStore.Builder
Package
Description
AWS::VerifiedPermissions Construct Library
-
Uses of CfnPolicyStore.Builder in software.amazon.awscdk.services.verifiedpermissions
Modifier and TypeMethodDescriptionstatic CfnPolicyStore.Builder
CfnPolicyStore.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.