Values.GetPolicyStoreOutputSourceRetrieves details about a policy store.
type nonrec t = {policyStoreId : PolicyStoreId.t option;The ID of the policy store;
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the policy store.
*)validationSettings : ValidationSettings.t option;The current validation settings for the policy store.
*)createdDate : TimestampFormat.t option;The date and time that the policy store was originally created.
*)lastUpdatedDate : TimestampFormat.t option;The date and time that the policy store was last updated.
*)description : PolicyStoreDescription.t option;Descriptive text that you can provide to help with identification of the current policy store.
*)deletionProtection : DeletionProtection.t option;Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted. The default state is DISABLED.
*)encryptionState : EncryptionState.t option;A structure that contains the encryption configuration for the policy store.
*)cedarVersion : CedarVersion.t option;The version of the Cedar language used with policies, policy templates, and schemas in this policy store. For more information, see Amazon Verified Permissions upgrade to Cedar v4 FAQ.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PolicyStoreId.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Map of
([> `String of EncryptionContextKey.t ]
* [> `String of EncryptionContextValue.t ])
list
| `String of KmsKey.t ])
list ])
list
| `Timestamp of TimestampFormat.t ])
list ]