Values.PutFileSystemPolicyRequestSourceCreates or replaces the IAM resource policy for an S3 File System to control access permissions.
type nonrec t = {fileSystemId : FileSystemId.t;The ID or Amazon Resource Name (ARN) of the S3 File System to apply the resource policy to.
*)policy : String_.t;The JSON-formatted resource policy to apply to the file system. The policy defines the permissions for accessing the file system. The policy must be a valid JSON document that follows IAM policy syntax.
*)}